> 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/kegaido/custom-setting/editor-setting.md).

# エディター設定

エディターに関する設定を変更できます。

## フォルダの並び順基準

共用/企業ライブラリのフォルダの並び順基準を設定できます。

* デフォルト設定: フォルダID昇順（フォルダID：データベース上でランダムに付与された値）

![](/files/ac5d5807f73c31dfc9149e9de717859bbf5bfbf8)

![](/files/4c2377813352950a06f94dad7ff8c38532e23c51)

## デフォルトの部屋の高さ / 壁の厚さ

壁または部屋を描いたときのデフォルト値を変更できます。

* デフォルトの部屋の高さ: 2300 mm
* デフォルトの壁の厚さ: 200 mm

![](/files/88108cb301ce091d90fe37988ea8d02f66a4ea9a)

## エディターのライブラリタブのオン/オフ

* 共用ライブラリ
* 共用仕上げ材ライブラリ
* 企業家具ライブラリ
* 企業仕上げ材ライブラリ

**対応機能**

* ライブラリタイトルの多言語対応をサポートします。
* ライブラリ画像を設定できます。
* ライブラリタイトルの色を設定できます。

![](/files/f45c581b819d83e9106ee47f76b2d7b4bb0b14e0)

* ライブラリフォルダを個別にオン/オフ

![](/files/16a441b10eb6a1f307e85caa63d34cd584e91b01)

**設定例）今日の家**

![](/files/d981dcd2302b480085c8a5df9e1a737c84854d94)


---

# 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/kegaido/custom-setting/editor-setting.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.
