> For the complete documentation index, see [llms.txt](https://docs.arway.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arway.ai/maps-studio/web-studio/creating-a-map.md).

# Creating a Map

## Maps Studio

**Step 1:** In the Maps Studio dashboard, click the "My Maps" button on the sidebar on the left.

<figure><img src="/files/ijxM3R7JwXhQzfipYfBP" alt=""><figcaption><p>Maps Studio dashboard</p></figcaption></figure>

**Step 2:** Click the "Create New Map" button on the top right.

<figure><img src="/files/av3exkTApu9xISmA7Ekd" alt=""><figcaption><p>My Maps</p></figcaption></figure>

**Step 3:** Enter the map details for the title and description and thumbnail. These will be visible to viewers of the map. You can also upload a Floorplan to use for accurate content placement in our studio.

<figure><img src="/files/qQUoV8jUUHPiN4V7SwOk" alt=""><figcaption><p>Map Setup</p></figcaption></figure>

**Step 4:** After entering that information you will be prompted to download a QR code to continue. The QR code will need to be placed where users can scan it to enter the ARway map.

<figure><img src="/files/CCN9FjvnZQCWlpgYXofj" alt=""><figcaption><p>QR code</p></figcaption></figure>

**Step 5:** Using the ARway app, activate the QR code to begin managing the content on the map.

<figure><img src="/files/Nq5IrbG9S6GjF75lw8Ey" alt=""><figcaption><p>Map activation</p></figcaption></figure>


---

# 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.arway.ai/maps-studio/web-studio/creating-a-map.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.
