> For the complete documentation index, see [llms.txt](https://help.flyandcar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.flyandcar.com/for-driver/getting-started/adding-your-driver-license.md).

# Adding your driver license

### **FlynCar License Requirements**

Whether you have a domestic or international license, FlynCar accommodates both. To ensure a smooth booking process, adding your driver's license to your account is essential.

### **How to add your license?**

1. **Navigate to Personal Information:** Go to your profile and find the ‘Personal Information’ section.
2. **Adding Your License:** Select ‘Add driver license’. If you haven’t added your license prior to making a booking request, the system will prompt you to do so.

### **License details to provide**

Make sure to enter accurate information:

* **License number:** The unique identifier of your driving license.
* **Issue date:** Provide the date of first issue, or the date you obtained your 'B' license (or equivalent, based on your country's licensing system).
* **Country**: specify the country in which you obtained your license

**Important:** Include images of both the front and back of your license.

### **Privacy and Verification**

Your driver's license details are only displayed to car owners. This helps us verify your information and ensure it aligns with insurance requirements.

**Tip:** Always check the owner’s guidelines for age requirements to prevent any potential rejection of your booking request.

### **Multiple Drivers for a Trip**

If you’re planning to share driving responsibilities, you need to add the additional driver(s) when you request a booking. Simply follow the same steps as you did for adding your own driver's license.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.flyandcar.com/for-driver/getting-started/adding-your-driver-license.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
