# SAU\_VL (Saudi Vehicle License)

| **Front**                 |                                 |
| ------------------------- | ------------------------------- |
| ownerArabic               | Owner in Arabic                 |
| ownerIdentityNumber       | Owner identity number           |
| ownerIdentityNumberArabic | Owner identity number in Arabic |
| dateOfExpiry              | Date of expiry                  |
| dateOfExpiryFormatted     | ISO-8601 format yyyy-MM-dd      |
| dateOfExpiryArabic        | Date of expiry in Arabic        |
| serialNumber              | Serial number                   |
| serialNumberArabic        | Serial number in Arabic         |
| vehicleColorArabic        | Vehicle color in Arabic         |
| vehicleWeight             | Vehicle weight                  |
| vehicleWeightArabic       | Vehicle weight in Arabic        |
| vehicleModelArabic        | Vehicle model in Arabic         |
| barcodeNumber             | Barcode number                  |
| plateNumber               | Plate number                    |
| plateNumberArabic         | Plate number in Arabic          |
| plateClassArabic          | Plate class in Arabic           |
| numberOfPassengers        | Number of passengers            |
| numberOfPassengersArabic  | Number of passengers in Arabic  |
| chassisNumber             | Chassis number                  |
| manufacturerArabic        | Manufacturer in Arabic          |
| manufacturerYear          | Manufacturer year               |
| manufacturerYearArabic    | Manufacturer year in Arabic     |
| **Back**                  |                                 |
| serialNumber              | Serial number                   |


---

# 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/sau_vl-saudi-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.
