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

# Floorplans

## What is the Floorplan Auto-Alignment feature?&#x20;

ARway's Floorplan auto-alignment feature allows users to easily align their digital content to the physical space using a 2D floorplan image. The feature scales and rotates the floorplan to ensure quick and accurate alignment. To align their floorplan using the ARway app, users are required to place six pegs in their space in AR.&#x20;

## How do I align my floorplan?&#x20;

Client can utilize the floorplan alignment tool to align their selected floorplan with the AR content. The steps for alignment are as follows: &#x20;

* User uploads a floorplan during map creation in the Maps Studio.
* In the app they will be prompted to align the floorplan.
* User will place the pegs in their space and match the positioning on a 2D floorplan.

## ​Where should I place the pegs?&#x20;

Make sure that the pegs are aligned correctly with your floorplan, if one peg is in the wrong spot it will cause issues with alignment. Place the pegs with the bottom of the tip being where it should be.&#x20;

## ​What are the best practices for floorplan alignment?&#x20;

* Use a JPG or PNG file for the floorplan image.&#x20;
* Place the 6 pegs in easily identifiable areas on the floorplan, within a 20-meter radius of the initial access point to minimize drift.&#x20;


---

# 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/floorplans.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.
