# Saudi ID

**Note**: Only the new version for citizens supports chip reading through NFC. \
Driving license information (**drivingLicense**) might not be present. Under **personalInformation** not all the attributes are always available or might be null

<table><thead><tr><th width="209">Attribute Level 1</th><th width="228">Attribute Level 2</th><th>Description</th></tr></thead><tbody><tr><td><strong>photo</strong></td><td></td><td>Base64 encoded picture of the user</td></tr><tr><td><strong>personalInformation</strong></td><td></td><td></td></tr><tr><td></td><td><strong>placeOfBirthArabic</strong></td><td></td></tr><tr><td></td><td><strong>idNumberArabic</strong></td><td></td></tr><tr><td></td><td><strong>hafizaLocationArabic</strong></td><td></td></tr><tr><td></td><td><strong>hafizaNumberArabic</strong></td><td></td></tr><tr><td></td><td><strong>placeOfIssueArabic</strong></td><td></td></tr><tr><td></td><td><strong>fullNameArabic</strong></td><td></td></tr><tr><td></td><td><strong>firstNameArabic</strong></td><td></td></tr><tr><td></td><td><strong>secondNameArabic</strong></td><td></td></tr><tr><td></td><td><strong>thirdNameArabic</strong></td><td></td></tr><tr><td></td><td><strong>sixthNameArabic</strong></td><td></td></tr><tr><td></td><td><strong>occupationArabic</strong></td><td></td></tr><tr><td></td><td><strong>fullName</strong></td><td></td></tr><tr><td></td><td><strong>firstName</strong></td><td></td></tr><tr><td></td><td><strong>secondName</strong></td><td></td></tr><tr><td></td><td><strong>thirdName</strong></td><td></td></tr><tr><td></td><td><strong>sixthName</strong></td><td></td></tr><tr><td></td><td><strong>dateOfBirth</strong></td><td>e.g. 20081025</td></tr><tr><td></td><td><strong>gender</strong></td><td>1 (male) 2 (female)</td></tr><tr><td></td><td><strong>dateOfExpiry</strong></td><td>e.g. 20261118</td></tr><tr><td></td><td><strong>hafizaDateHijri</strong></td><td>e.g. 14430608</td></tr><tr><td></td><td><strong>dateOfBirthHijri</strong></td><td>e.g. 14291025</td></tr><tr><td></td><td><strong>dateOfExpiryHijri</strong></td><td>e.g. 14480608</td></tr><tr><td></td><td><strong>maritalStatus</strong></td><td>0 (single) 1 (Married)</td></tr><tr><td></td><td><strong>cardVersionArabic</strong></td><td></td></tr><tr><td></td><td><strong>addressArabic</strong></td><td></td></tr><tr><td></td><td><strong>email</strong></td><td></td></tr><tr><td></td><td><strong>phoneNumber</strong></td><td></td></tr><tr><td><strong>drivingLicense</strong></td><td></td><td></td></tr><tr><td></td><td><strong>bloodGroup</strong></td><td></td></tr><tr><td></td><td><strong>restrictionsArabic</strong></td><td></td></tr><tr><td></td><td><strong>licenseTypeArabic</strong></td><td></td></tr><tr><td></td><td><strong>dateOfExpiry</strong></td><td></td></tr><tr><td></td><td><strong>licenseStatusArabic</strong></td><td></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.uqudo.com/docs/kyc/uqudo-sdk/sdk-result/data-structure/reading-object/saudi-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.
