> 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/make-project/what-is-editor.md).

# エディターとは？

## エディター画面の基本操作

#### 画面移動 / 角度調整

エディターに入って図面に出会ったら、マウスを使って画面を移動し、角度を調整できます。\
2Dモードと3Dモードによって操作方法に少し違いがあるので、下記をご参考ください！

**2Dモード**

| 機能           | 操作方法                   |
| ------------ | ---------------------- |
| **画面移動**     | マウスクリック（左/右どちらでも可）     |
| **画面の拡大/縮小** | マウスのスクロールでズームイン/ズームアウト |

![](/files/59aa0610ee028ae20e8886f3d4104bad91b8336f)

**3Dモード**

| 機能            | 操作方法                      |
| ------------- | ------------------------- |
| **画面移動**      | マウス右クリック                  |
| **画面視点の角度調整** | マウス左クリックを押したままドラッグして角度を調整 |
| **画面の拡大/縮小**  | マウスのスクロールでズームイン/ズームアウト    |

![](/files/a60793e7dbf7800188494f306d0953eec5c3aefd)

## エディターの基本機能の紹介

### ステップ1. 空間と図面を描く

![](/files/499e4b7ecd0bd69d1a6baede94d3f405522fff74)

\[図面を描く]ページのさまざまな描画機能を活用して、自分だけの空間を描いてみましょう。

### ステップ2. 家具とインテリア小物を配置する

![](/files/850667663fbbabb99e3fc7b987ee15ec18e0420d)

\[家具ライブラリ]、\[仕上げ材ライブラリ]タブページで製品や仕上げ材を使用できます。

### ステップ3. モード変更およびビューア設定

![](/files/adc701e893436acfa8d585e458ef7ee06baf4e8e)

下のエリアをクリックして、エディターモードを2D/3Dに変更したり、ビューアモードを設定したりできます。

### ステップ4. レンダーコンテンツを作成する

![](/files/2d97930cb72784e03defe612348ff7e548a35fcc)

レンダリングボタンをクリックすると、完成した空間を使ってさまざまなフォトリアルコンテンツを作成できます。

### ステップ5. ギャラリーを確認する

<figure><img src="/files/befa40ba8c711d3306d09f57c4c7ef263e57f172" alt=""><figcaption></figcaption></figure>

ギャラリーボタンをクリックすると、レンダリングが完了したさまざまなフォトリアルコンテンツを見ることができます。


---

# 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/make-project/what-is-editor.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.
