> 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/supervisor-setup-vps/taxi-booking.md).

# Taxi Booking

For you to get taxi booking to work properly, here are some of the instructions to check to ensure taxi booking work as intended&#x20;

1. Make sure you upgrade your firebase plan to **Pay-as-you-go** plan. This is required to have cloud function to work
2. Make sure you assign a **vehicle** to your driver. While assigning **vehicle** to driver make sure you note the **Vehicle Type** you selected. You must select same **Vehicle Type** when booking a trip from the customer app
3. Make sure your driver is within radius of the pickup point, must be online and free(not on any trip)

### Still Not Working?

If after following all this step, its still not working, please check:

1. Check your logs on the backend
2. Try reassign/edit the vehicle attached to the driver


---

# 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/supervisor-setup-vps/taxi-booking.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.
