> For the complete documentation index, see [llms.txt](https://docs.moasure.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moasure.com/en/moasure-lx1/your-moasure-app/editing-your-floor-plan/align-tool.md).

# Align Tool

The **Align** tool allows you to bring compatible walls or features, such as doors or windows, into alignment if they appear slightly offset on your finished floor plan.

This can be useful when two elements that should share the same alignment have been captured at slightly different positions.

#### How to align a wall or feature

1. From your floor plan, tap the **wall or feature** you want to adjust.
2. Tap **Align** in the Edit menu.
3. Any elements that the selected item can be aligned with will be **highlighted in green** on the floor plan.
4. Tap the element you want to align it with.
5. Tap **Align** to apply the alignment.
6. The selected element will move into alignment.

Not every wall or feature can be aligned with every other one. The app will only highlight the **available alignment options** for your selection.

<div align="left"><figure><img src="https://3108400965-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH1SckI7Noi5Ipj4x33R7%2Fuploads%2F5YWOIaC2CqXOG4AcaQdz%2FUser%20Guide%20Phone%20GIFs%20(5).gif?alt=media&amp;token=2c9cdb18-3828-4cb8-9883-fc7113970423" alt="" width="188"><figcaption></figcaption></figure></div>

#### If the alignment cannot be completed

In some situations, the app may be unable to apply the selected alignment. If this happens, you'll see a **“Walls failed to align”** message and your floor plan will remain unchanged.

Choose another compatible wall or feature, or leave the original alignment unchanged.

#### Undo an alignment

If you've aligned something incorrectly, select the aligned wall or feature again and tap **Unalign** to return it to its previous position.

#### Tip

Use **Align** to refine your completed floor plan where required. It isn't necessary to align walls or features simply because the option is available — only use it where they should genuinely line up.


---

# 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.moasure.com/en/moasure-lx1/your-moasure-app/editing-your-floor-plan/align-tool.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.
