> 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/qr-codes.md).

# QR Codes

## What are QR code access points?

QR code access points are physical codes that are placed in specific locations within a space. These codes can be scanned by users with their mobile devices, which then direct them to a specific AR experience.

## Purpose of QR Codes

The ARway app allows users to enter an AR experience by scanning a QR code using their camera on their mobile device. Once the QR code is scanned the app retrieves the necessary map data and then initiates the positioning and re-localization process to accurately place AR content in the user’s environment.

QR code access points are a feature of the ARway platform that allow users to easily access augmented reality (AR) content using their mobile devices. With QR code access points, users can scan a code and open a ARway map AR experience in their space.

## How do QR code access points work?

When a user scans a QR code access point, it triggers the ARway platform to direct the user to a specific AR experience. This is done through the ARway app, which uses the mobile device's camera to scan the code and then directs the user to the appropriate content.

1. A QR code is generated for each ARway map, and it can be accessed in the Creator Portal by clicking on the map and selecting "QR code" in the menu.
2. The QR code can be downloaded as a PDF or PNG file and placed in a location where users can easily scan it (e.g., on a wall or sign).
3. When a user scans the QR code with their smartphone camera app, they will be directed to the ARway app if it is already installed. If the app is not installed, they will be taken to the app store to download it.
4. Once the app is opened, the user will be prompted to scan the access point to localize themselves on the map.


---

# 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/qr-codes.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.
