# Creating Your First Map

After [signing up](https://boldmapper.com/sign_up) for your account you will see two things; a request to add a [Mapbox](https://www.mapbox.com) API key to your account and a request to create your first map.

![The dashboard after signing up](/files/IGeG49iY3u1zjdiJkajp)

Let's start by adding a Mapbox token to our account. We use Mapbox to render the maps in the Boldmapper embed. Mapbox is billed separately from Boldmapper, you can view their plans and pricing [here](https://www.mapbox.com/pricing/).

Once you sign up for Mapbox, you will see your "Access Token" listed on the Mapbox Dashboard. We recommend starting out with the "Default public token" that they have generated for you.

![Copy your access token from Mapbox](/files/-MQdB1CiObgfqwueB7_k)

The token will start with `pk`and look like this:

```
pk.eyJ1IjoiY2hlZXNleXRvYXN0IiwiYSI6ImNranE5YWVreTBtYXUydHA1MndzY25qY2oifQ.XK8KmtvLIdrfDN4HmZbGYQ
```

Now that we have our Mapbox Access Token copied, let's add it to Boldmapper. Return to the Boldmapper dashboard and click on the "Add Key" link in the banner at the top of the page.

![Click on "Add Key" to associate your Mapbox Account](/files/X4gPyb4c7avcjoCGSPWr)

A modal will pop up, paste the key into the input and click "Add Key".

![Mapbox Key Modal](/files/IpeRqmrDnvQB73e6JllB)

After adding the key, you can now create your Map. Let's click on "Create New Map" to start building a Boldmapper Map.

![](/files/O5ajvgM6b3tyPpZGOfxJ)

On the next screen you can name and customize your map. Enter a name for you map, choose your perferred map styles and marking types.&#x20;

![](/files/9TAwi4L6PrHfdJxZYHoa)

You can then select the initial location of your map by dragging your mouse around the map demo or selecting a location from the location search or entering the geographical coordinates directly.

![Toggle "Use coordiantes" to enter longitude and latitude](/files/-MQdU3Wlwn6uZwQ_BVX4)

You can then choose your distance units and time format. The time format is usefull if you intend on setting store or business hours for your locations.

![](/files/-MQdUOZsfkwLvKUBjXUf)

Click "Save" to finalize your configuration.&#x20;


---

# 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.boldmapper.com/getting-started/creating-your-first-map.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.
