> 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 to activate the floor plan and carry out various tasks. 🙌

![](/files/82157c6624d496e9484938c38dfd69299508c3bf)

## Floor Plan Viewer Guide

![](/files/8213ff1d5c95da14e10450574d02e5ba3adc517b)

❶ Change the viewer

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

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

❷ View mode

With view mode, you can selectively choose which elements are shown on the floor plan:

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

You can more conveniently check the information you want by turning these elements on and off.

❸ Share link

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

Show off the space you designed to others with ease!

* Even if they are not an Archisketch user, anyone can view the floor plan as long as they have 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-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.
