> For the complete documentation index, see [llms.txt](https://docs.uqudo.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uqudo.com/docs/kyc/uqudo-api/scan/country-specific-ids/lbn_id-lebanese-id.md).

# LBN\_ID (Lebanese 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 |
| firstNameArabic          | First name in Arabic                                                                                     |
| lastNameArabic           | Last name in Arabic                                                                                      |
| fatherNameArabic         | Father name in Arabic                                                                                    |
| motherNameArabic         | Mother name in Arabic                                                                                    |
| dateOfBirth              | Date of birth                                                                                            |
| dateOfBirthFormatted     | ISO-8601 format yyyy-MM-dd                                                                               |
| dateOfBirthArabic        | Date of birth in Arabic                                                                                  |
| placeOfBirthArabic       | Place of birth in Arabic                                                                                 |
| documentNumber           | Document Number                                                                                          |
| documentNumberArabic     | Document Number in Arabic                                                                                |
| **Back**                 |                                                                                                          |
| issueDate                | Issue date                                                                                               |
| issueDateFormatted       | ISO-8601 format yyyy-MM-dd                                                                               |
| issueDateArabic          | Issue date in Arabic                                                                                     |
| cityArabic               | City in Arabic                                                                                           |
| areaArabic               | Area in Arabic                                                                                           |
| districtArabic           | District in Arabic                                                                                       |
| genderArabic             | Gender in Arabic                                                                                         |
| maritalStatusArabic      | Marital status in Arabic                                                                                 |
| registrationNumber       | Registration number                                                                                      |
| registrationNumberArabic | Registration number in Arabic                                                                            |


---

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

```
GET https://docs.uqudo.com/docs/kyc/uqudo-api/scan/country-specific-ids/lbn_id-lebanese-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.
