> For the complete documentation index, see [llms.txt](https://edentech.gitbook.io/glover/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edentech.gitbook.io/glover/how-to/setup-taxi-driver.md).

# Setup Taxi driver

You need to setup a driver as a taxi driver for he/she to be able to receive taxi order notification.

How to convert a driver to a taxi driver:

* Login to the backend as an **admin**
* Click on the **Taxi booking** menu
* Click on **Vehicles,** then click on New to create a new vehicle details

![](/files/CEB3J5yiw2MkprB5vTk4)

* Fill in the info and enter the driver name in the Driver input box, then select the driver from the list of suggestion.
* Then click on save

![](/files/AYg2Jxwqk9NWEqhnAQHC)

After following the steps above, the driver is now a taxi driver and will now receive only taxi order alerts.

{% hint style="info" %} <mark style="color:red;">**Note:**</mark> You will need to logout of the driver app and login again.

In some rare cases, you might have to clear app cache/data
{% endhint %}


---

# 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://edentech.gitbook.io/glover/how-to/setup-taxi-driver.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.
