# Driver API access

## Granting driver access&#x20;

A driver can be granted access to the application by explicitly setting the group **"Manage dispatch API integration"** with the role **"API User / Driver: API Access as a driver".**

<figure><img src="/files/nOYthFM9BCTQpWtCj1jP" alt=""><figcaption></figcaption></figure>

"**Sales - User : All Documents"** is also selected here since operations to the order model is necessary for logging updates that the driver made in the app.

### For Developers

Only users with "**API User / Driver: API Access as a driver**" roles will be eligible for API access. Once the user is authenticated in the app, the API key for the user will be created for them.


---

# 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.next-way.org/product-guides/driver-api-access.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.
