> 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 first content you see is the floor plan.\
Click the screen once to activate the floor plan and carry out various tasks. 🙌

![](https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-7e62fdc49b5dd965edee7124fad3ad8eb9cd6a43%2Ffloor-plan-1.png?alt=media)

## Floor Plan Viewer Guide

![](https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-eea5ebb821cc2a801b4b47a4fc439c0a1042a390%2Ffloor-plan-2.png?alt=media)

❶ Change Viewer

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

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

❷ View Mode

With View Mode, you can selectively set the elements 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 a link

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

Easily show the space you decorated to others!

* Even if someone isn’t an Archisketch user, anyone can view the floor plan as long as they have the link.
* You can check 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.
