# Option 1: Get your Mapbox Access Token

To create a Mapbox Access Token, follow the steps provided in the link below:

* [<mark style="color:purple;">Mapbox Access Token documentation</mark>](https://docs.mapbox.com/help/getting-started/access-tokens/)

Remember to enable relevant *scopes* on the Mapbox Access Token, such as:

* [<mark style="color:purple;">Vector Tiles API</mark>](https://docs.mapbox.com/api/maps/vector-tiles/)
* [<mark style="color:purple;">Styles API</mark>](https://docs.mapbox.com/api/maps/styles/)
* [<mark style="color:purple;">Directions API</mark>](https://docs.mapbox.com/api/navigation/directions/)


---

# 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.mapsindoors.com/sdks-and-frameworks/web/tutorial/getting-started/map-engine-provider/option-1-get-your-mapbox-access-token.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.
