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

# Editor settings

You can change settings related to the editor.

## Folder sorting criterion

You can set the folder sorting criterion for public/enterprise libraries.

* Default setting: Folder ID ascending (Folder ID: a randomly assigned value in the database)

![](/files/a5427324a3e3d32f0d0506bc080aa429f84377db)

![](/files/4efb54eee75b6bdc9fccd0f83c68c5dc8587a77c)

## Default room height / wall thickness

You can change the default values used when drawing walls or rooms.

* Default room height: 2300 mm
* Default wall thickness: 200 mm

![](/files/47bb8c5f0041250937647839a6a34a0e529dfa1d)

## Editor library tab On/Off

* Public library
* Public finish material library
* Enterprise furniture library
* Enterprise finish material library

**Supported features**

* Supports multilingual library titles.
* You can set a library image.
* You can set the library title color.

![](/files/f9c63282f59d8c01a9f133ddb7da476d1ac01bf6)

* Individual On/Off for library folders

![](/files/b6f008714ce837d63dfc33da36c4dfd1270849e3)

**Setting example) Today’s House**

![](/files/ce4b4236aa0ecfbc47f385c11fb8772b9f883922)


---

# 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/enterprise-en/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.
