# QAT\_VL (Qatar Vehicle License)

| **Front**                      |                                  |
| ------------------------------ | -------------------------------- |
| dateOfExpiry                   | Date of expirty                  |
| dateOfExpiryFormatted          | ISO-8601 format yyyy-MM-dd       |
| dateOfRenewal                  | Date of renewal                  |
| dateOfRenewalFormatted         | ISO-8601 format yyyy-MM-dd       |
| licenseTypeArabic              | License type in Arabic           |
| nationality                    | Nationality                      |
| nationalityArabic              | Nationality in Arabic            |
| notesArabic                    | Notes in Arabic                  |
| owner                          | Owner                            |
| ownerArabic                    | Owner in Arabic                  |
| ownerId                        | Owner ID                         |
| registrationDate               | Registration Date                |
| registrationDateFormatted      | ISO-8601 format yyyy-MM-dd       |
| vehicleNumber                  | Vehicle number                   |
| barcodeNumber                  | Barcode number                   |
| barcodeImageNumber             | Barcode image number             |
| **Back**                       |                                  |
| chassisNumber                  | Chassis number                   |
| engineNumber                   | Engine number                    |
| insuranceDateOfExpiry          | Insurance date of expiry         |
| insuranceDateOfExpiryFormatted | ISO-8601 format yyyy-MM-dd       |
| insuranceNameArabic            | Insurance name in Arabic         |
| insuranceTypeArabic            | Insurance type in Arabic         |
| manufacturerCountryArabic      | Manufacturer country in Arabic   |
| manufactureYear                | Manufacture year                 |
| vehicleCapacity                | Vehicle capacity                 |
| vehicleColorArabic             | Vehicle color in Arabic          |
| vehicleCylindersNumber         | Vehicle cylinders number         |
| vehicleDocumentNumber          | Vehicle document number          |
| vehicleModel                   | Vehicle model                    |
| vehicleOwnershipTypeArabic     | Vehicle ownership type in Arabic |
| vehicleSeatsNumber             | Vehicle seats number             |
| vehicleShapeArabic             | Vehicle shape in Arabic          |
| vehicleType                    | Vehicle type                     |
| vehicleWeight                  | Vehicle weight                   |


---

# 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_vl-qatar-vehicle-license.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.
