> For the complete documentation index, see [llms.txt](https://developer.siteminder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.siteminder.com/channels-plus-api/additional-resources/reference-tables/document-type-code-doc.md).

# Document Type Code (DOC)

<table><thead><tr><th width="112">Code</th><th width="656">Type</th></tr></thead><tbody><tr><td>1</td><td>Visa</td></tr><tr><td>2</td><td>Passport</td></tr><tr><td>3</td><td>Military identification</td></tr><tr><td>4</td><td>Drivers license</td></tr><tr><td>5</td><td>National identity document</td></tr><tr><td>6</td><td>Vaccination certificate</td></tr><tr><td>7</td><td>Alien registration number</td></tr><tr><td>8</td><td>Insurance policy number</td></tr><tr><td>9</td><td>Tax exemption number</td></tr><tr><td>10</td><td>Vehicle registration/license number</td></tr><tr><td>11</td><td>Border crossing card</td></tr><tr><td>12</td><td>Refugee travel document</td></tr><tr><td>13</td><td>Pilot's license</td></tr><tr><td>14</td><td>Permanent resident card</td></tr><tr><td>15</td><td>Redress number</td></tr><tr><td>16</td><td>Known traveler number</td></tr><tr><td>17</td><td>Non-standard</td></tr><tr><td>18</td><td>Merchant mariner</td></tr><tr><td>19</td><td>Air Nexus card</td></tr><tr><td>20</td><td>Crew member certificate</td></tr><tr><td>21</td><td>Passport card</td></tr><tr><td>22</td><td>Naturalization certificate</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developer.siteminder.com/channels-plus-api/additional-resources/reference-tables/document-type-code-doc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
