> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/user-guide/manage-project/floor-plan.md).

# Drawings

When you open the project details page, the first content you see is the floor plan.\
Click the screen once to activate the floor plan and perform various tasks. 🙌

![](/files/0a56b1376587ad12004f9d26ab69c6a2cc873747)

## Floor Plan Viewer Guide

![](/files/b2d82084f6df4276e3b833642b56dce56d60137f)

❶ Change View

Use the toolbar below to switch the floor plan to various viewers:

* Plan view: You can check the overall floor plan.
* ISO view: You can inspect the space in 3D.
* First-person view: You can view it realistically, as if you were inside the space.

❷ View Mode

With View Mode, you can selectively set which elements are shown on the floor plan:

* Floor furniture
* Wall furniture
* Ceiling furniture
* Architecture/Materials

You can turn these elements on and off to more conveniently check the information you want.

❸ Share Link

You can copy the floor plan link and paste it wherever you want to share it.

Easily show others the space you've designed!

* Even if they aren't Archisketch users, anyone can view the floor plan with just the link.
* You can view the floor plan viewer on both PC and mobile.


---

# 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.archisketch.com/guide/user-guide/manage-project/floor-plan.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.
