> 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 criteria

You can set the folder sorting criteria for public/company libraries.

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

![](/files/7e0dae7bd82f43a8184153aef6a377ddd357fb6b)

![](/files/3dde3654c991806d5b7c4070d8ff56577466227f)

## Default room height / wall thickness

You can change the default values when drawing a wall or room.

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

![](/files/525e41969ba1bf73a46e9776d70bdef4ec2104ba)

## Editor library tab On/Off

* Public library
* Public finish materials library
* Company furniture library
* Company finish materials library

**Supported features**

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

![](/files/a716cb7dc9fd4a07e4b29e0d3bfd764e6e127ff2)

* Individual On/Off for library folders

![](/files/b9f143527c8b4b625f6f4ad163e63c6a2d515108)

**Example setting) Ohouse**

![](/files/5cedd0417c686c0572095844acb63cfef615c4d2)


---

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