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

# 図面

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

![](/files/80cd67f274e822f32038a5f92a8930b44c39fd7d)

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

![](/files/e5e98cf55ed5bd8d5fe1644e964ece616a696051)

❶ ビューアーを変更する

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

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

❷ 表示モード

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

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

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

❸ リンクを共有する

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

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

* Archisketchユーザーでなくても、リンクさえあれば誰でも図面を見られます。
* 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/user-jp/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.
