# QAT\_ID (Qatar ID)

| **Front**               |                                                                                                          |
| ----------------------- | -------------------------------------------------------------------------------------------------------- |
| faceImage               | Base64 encoded face image of the user. The format is the same as per the image uploaded, e.g. png or jpg |
| documentNumber          | Document number                                                                                          |
| dateOfBirth             | Date of birth (dd/MM/yyyy)                                                                               |
| dateOfBirthFormatted    | ISO-8601 format yyyy-MM-dd                                                                               |
| dateOfExpiry            | Document expiry date (dd/MM/yyyy)                                                                        |
| dateOfExpiryFormatted   | ISO-8601 format yyyy-MM-dd                                                                               |
| nationality             | User nationality                                                                                         |
| nationalityArabic       | Nationality in arabic                                                                                    |
| professionArabic        | (DEPRECATED - use occupationArabic instead) Profession in arabic                                         |
| occupationArabic        | Occupation in arabic (Only available for residents cards)                                                |
| fullName                | Full name in english                                                                                     |
| fullNameArabic          | Full name in arabic                                                                                      |
| placeOfBirthArabic      | Place of birth in Arabic (Only available for citizens cards)                                             |
| **Back**                |                                                                                                          |
| issueDate               | Issue date (Only available for citizens cards)                                                           |
| issueDateFormatted      | ISO-8601 format yyyy-MM-dd (Only available for citizens cards)                                           |
| passportNumber          | Passport number (Only available for residents cards)                                                     |
| passportExpiry          | Passport expiry date (Only available for residents cards)                                                |
| passportExpiryFormatted | ISO-8601 format yyyy-MM-dd (Only available for residents cards)                                          |
| serialNumber            | ID serial number                                                                                         |
| sponsorArabic           | (DEPRECATED - use employerArabic instead) Sponsor in arabic                                              |
| employerArabic          | Employer in arabic (Only available for residents cards)                                                  |
| permitClassArabic       | (DEPRECATED - use residentyTypeArabic instead) Permit class in arabic                                    |
| residentyTypeArabic     | Residency type in arabic (Only available for residents cards)                                            |
| addressArabic           | Address in arabic (Only available for citizens cards)                                                    |
| bloodGroup              | Blood group (Only available for citizens cards)                                                          |
| barcodeNumber           | Only if the barcode is clearly visible. Might not be always readable                                     |


---

# 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.uqudo.com/docs/kyc/uqudo-api/scan/country-specific-ids/qat_id-qatar-id.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.
