# Built-in entity types

Tonic Textual's built-in models identify a range of sensitive values, such as:

* Locations and addresses
* Names of people and organizations
* Identifiers and account numbers

The built-in entity types are:

<table><thead><tr><th width="190" valign="top">Entity type name</th><th width="250.4765625" valign="top">Identifier (for API)</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">CC Exp</td><td valign="top"><code>CC_EXP</code></td><td valign="top">The expiration date of a credit card.</td></tr><tr><td valign="top">Credit Card</td><td valign="top"><code>CREDIT_CARD</code></td><td valign="top">A credit card number.</td></tr><tr><td valign="top">CVV</td><td valign="top"><code>CVV</code></td><td valign="top">The card verification value for a credit card.</td></tr><tr><td valign="top">Date Time</td><td valign="top"><code>DATE_TIME</code></td><td valign="top">A date or timestamp.</td></tr><tr><td valign="top">DOB</td><td valign="top"><code>DOB</code></td><td valign="top">A person's date of birth.</td></tr><tr><td valign="top">Email Address</td><td valign="top"><code>EMAIL_ADDRESS</code></td><td valign="top">An email address.</td></tr><tr><td valign="top">Event</td><td valign="top"><code>EVENT</code></td><td valign="top">The name of an event.</td></tr><tr><td valign="top">Gender Identifier</td><td valign="top"><code>GENDER_IDENTIFIER</code></td><td valign="top">An identifier of a person's gender.</td></tr><tr><td valign="top">Healthcare Identifier</td><td valign="top"><code>HEALTHCARE_ID</code></td><td valign="top">An identifier associated with healthcare, such as a patient number.</td></tr><tr><td valign="top">IBAN Code</td><td valign="top"><code>IBAN_CODE</code></td><td valign="top">An international bank account number used to identify an overseas bank account.</td></tr><tr><td valign="top">IP Address</td><td valign="top"><code>IP_ADDRESS</code></td><td valign="top">An IP address.</td></tr><tr><td valign="top">Language</td><td valign="top"><code>LANGUAGE</code></td><td valign="top">The name of a spoken language.</td></tr><tr><td valign="top">Law</td><td valign="top"><code>LAW</code></td><td valign="top">A title of a law.</td></tr><tr><td valign="top">Location</td><td valign="top"><code>LOCATION</code></td><td valign="top">A value related to a location. Can include any part of a mailing address.</td></tr><tr><td valign="top">Occupation</td><td valign="top"><code>OCCUPATION</code></td><td valign="top">A job title or profession.</td></tr><tr><td valign="top">Street Address</td><td valign="top"><code>LOCATION_ADDRESS</code></td><td valign="top">A street address.</td></tr><tr><td valign="top">City</td><td valign="top"><code>LOCATION_CITY</code></td><td valign="top">The name of a city.</td></tr><tr><td valign="top">State</td><td valign="top"><code>LOCATION_STATE</code></td><td valign="top">A state name or abbreviation.</td></tr><tr><td valign="top">Zip</td><td valign="top"><code>LOCATION_ZIP</code></td><td valign="top">A postal code.</td></tr><tr><td valign="top">Country</td><td valign="top"><code>LOCATION_COUNTRY</code></td><td valign="top">The name of a country.</td></tr><tr><td valign="top">Full Mailing Address</td><td valign="top"><code>LOCATION_COMPLETE_ADDRESS</code></td><td valign="top">A full postal address.<br><br>By default, the entity type handling option for this entity type is Off.</td></tr><tr><td valign="top">Medical License</td><td valign="top"><code>MEDICAL_LICENSE</code></td><td valign="top">The identifier of a medical license.</td></tr><tr><td valign="top">Money</td><td valign="top"><code>MONEY</code></td><td valign="top">A monetary value.</td></tr><tr><td valign="top">Given Name</td><td valign="top"><code>NAME_GIVEN</code></td><td valign="top">A given name or first name.</td></tr><tr><td valign="top">Family Name</td><td valign="top"><code>NAME_FAMILY</code></td><td valign="top">A family name or surname.</td></tr><tr><td valign="top">NRP</td><td valign="top"><code>NRP</code></td><td valign="top">A nationality, religion, or political group.</td></tr><tr><td valign="top">Numeric Identifier</td><td valign="top"><code>NUMERIC_PII</code></td><td valign="top">A numeric value that acts as an identifier.</td></tr><tr><td valign="top">Numeric Value</td><td valign="top"><code>NUMERIC_VALUE</code></td><td valign="top">A numeric value.</td></tr><tr><td valign="top">Organization</td><td valign="top"><code>ORGANIZATION</code></td><td valign="top">The name of an organization.</td></tr><tr><td valign="top">Password</td><td valign="top"><code>PASSWORD</code></td><td valign="top">A password used for authentication.</td></tr><tr><td valign="top">Person Age</td><td valign="top"><code>PERSON_AGE</code></td><td valign="top">The age of a person.</td></tr><tr><td valign="top">Phone Number</td><td valign="top"><code>PHONE_NUMBER</code></td><td valign="top">A telephone number.</td></tr><tr><td valign="top">Product</td><td valign="top"><code>PRODUCT</code></td><td valign="top">The name of a product.</td></tr><tr><td valign="top">URL</td><td valign="top"><code>URL</code></td><td valign="top">A URL to a web page.</td></tr><tr><td valign="top">US Bank Number</td><td valign="top"><code>US_BANK_NUMBER</code></td><td valign="top">The account number of a bank in the United States.</td></tr><tr><td valign="top">US Bank Routing Number</td><td valign="top"><code>US_ROUTING_TRANSIT_NUMBER</code></td><td valign="top">The routing number of a bank in the United States.</td></tr><tr><td valign="top">US ITIN</td><td valign="top"><code>US_ITIN</code></td><td valign="top">An Individual Taxpayer Identification Number in the United States.</td></tr><tr><td valign="top">US Passport</td><td valign="top"><code>US_PASSPORT</code></td><td valign="top">A United States passport identifier.</td></tr><tr><td valign="top">US SSN</td><td valign="top"><code>US_SSN</code></td><td valign="top">A United States Social Security number.</td></tr><tr><td valign="top">Username</td><td valign="top"><code>USERNAME</code></td><td valign="top">A username for an account.</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.tonic.ai/textual/entity-types/built-in-entity-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
