> For the complete documentation index, see [llms.txt](https://docs.stylemixthemes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stylemixthemes.com/ulisting/map-settings/mapbox.md).

# Mapbox

### Mapbox

Mapbox is a mapping and location cloud platform which helps you to navigate your listings situated over the world. It is a free service to use map loaders and search loaders.&#x20;

{% hint style="success" %}
**Mapbox** provides free 50, 000 locator loads and 50, 000 searches per month.&#x20;
{% endhint %}

{% hint style="info" %}
You need to create your account on [Mapbox](https://account.mapbox.com/auth/signup/?route-to=%22https://account.mapbox.com/%22) official website to get the access token.

You can get more details about how the Mapbox access tokens [here](https://docs.mapbox.com/help/how-mapbox-works/access-tokens/).
{% endhint %}

Then you need to verify your Mapbox account via the registered email.&#x20;

![](/files/-MLMVUh1U4-0cNwMAn9_)

Then open your **Mapbox profile > Tokens** page:

![](/files/-MLMVp5-Rbigo20B2i4I)

Copy the access token and paste it into Map settings over the Mapbox input field:

![](/files/-MLMW4rri-rqfRSxzrhn)

As a result, you will see the Mapbox mapping service in your inventory pages:

![](/files/-MLMYbloIQjgJ7Fv9J6w)


---

# 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://docs.stylemixthemes.com/ulisting/map-settings/mapbox.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.
