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

# 図面

プロジェクト詳細ページを開くと、最初に表示されるコンテンツが図面です。\
画面を一度クリックすると図面が有効になり、さまざまな操作を行えます。🙌

![](/files/80cd67f274e822f32038a5f92a8930b44c39fd7d)

## 図面ビューアのご案内

![](/files/e5e98cf55ed5bd8d5fe1644e964ece616a696051)

❶ ビューアを切り替える

下のツールバーを使って、図面をさまざまなビューアに切り替えられます：

* 平面ビューア：全体の平面図を確認できます。
* ISOビューア：立体的に空間を確認できます。
* 一人称ビューア：まるで空間の中に入ったように、臨場感をもって確認できます。

❷ 表示モード

表示モードを使って、図面に表示される要素を選択的に設定できます：

* 床置き家具
* 壁面家具
* 天井家具
* 建築/材料

これらの要素をオン・オフしながら、必要な情報をより便利に確認できます。

❸ リンクを共有する

図面のリンクをコピーして、任意の場所に貼り付けて共有できます。

自分でコーディネートした空間を、ほかの人に簡単に見せてください！

* アーキスケッチのユーザーでなくても、リンクさえあれば誰でも図面を閲覧できます。
* PCとモバイルの両方で図面ビューアを確認できます。


---

# 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/yzgaido/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.
