> For the complete documentation index, see [llms.txt](https://docs.finrax.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finrax.com/references/crypto-withdrawals/initiate-withdrawal-request/national-identifier-types.md).

# National Identifier Types

<table data-full-width="false"><thead><tr><th>Abbreviation</th><th>Detailed description</th></tr></thead><tbody><tr><td>ARNU</td><td><strong>Alien Registration Number</strong> - A unique number assigned to non-citizens by immigration authorities.</td></tr><tr><td>CCPT</td><td><strong>Passport Card</strong> - A wallet-sized card issued by the government as a travel document.</td></tr><tr><td>DRLC</td><td><strong>Driver's License</strong> - An official document permitting a specific individual to operate one or more types of motorized vehicles.</td></tr><tr><td>FIIN</td><td><strong>Foreign Identification Number</strong> - An identification number assigned to foreign nationals.</td></tr><tr><td>IDCD</td><td><strong>Identity Card</strong> - A card used to prove a person’s identity.</td></tr><tr><td>LEIX</td><td><strong>Local Entity Identifier</strong> - A unique identifier for local entities within a country.</td></tr><tr><td>MISC</td><td><strong>Miscellaneous</strong> - Other types of identification documents not specifically categorized.</td></tr><tr><td>RAID</td><td><strong>Resident Alien ID</strong> - An identification card for resident aliens.</td></tr><tr><td>SOCS</td><td><strong>Social Security Number</strong> - A number issued to U.S. citizens, permanent residents, and temporary (working) residents.</td></tr><tr><td>TXID</td><td><strong>Tax Identification Number</strong> - A number used for tax purposes in various countries.</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://docs.finrax.com/references/crypto-withdrawals/initiate-withdrawal-request/national-identifier-types.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.
