> 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-en/manage-project/floor-plan.md).

# Drawings

When you open the project detail page, the very first content you see is the floor plan.\
Click the screen once, and the floor plan becomes active so you can carry out various tasks. 🙌

![](/files/0a56b1376587ad12004f9d26ab69c6a2cc873747)

## Floor Plan Viewer Guide

![](/files/b2d82084f6df4276e3b833642b56dce56d60137f)

❶ Changing the viewer

You can use the toolbar below to switch the floor plan to various viewers:

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

❷ View mode

Through view mode, you can selectively set which elements are visible in the floor plan:

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

By turning these elements on and off, you can 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.

Show others the space you designed with ease!

* Anyone can view the floor plan as long as they have the link, even if they are not an Archisketch user.
* 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-en/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.
