> For the complete documentation index, see [llms.txt](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/introduction/preferences/editor-table.md).

# Editor Tables

Go to `File > Preferences > Editors` to see the subpages for different editors.

These pages are further split into tabs, which pertain to a specific table of the given editor. Here you can choose what to show in the cells of the table columns shown on the left: an icon, a textual description, or both. Alternatively, you can hide an entire column by setting it to Disabled.

### SNOMED CT Concept Editor

Each tab of SNOMED CT Concept Editor Preferences Page represents a tab in the SNOMED CT Editor. Here, you can customize the editor table to display information that is actually relevant in your use case.

<figure><img src="/files/vk2AY2rPGkjeH8UKeL7t" alt=""><figcaption><p>SNOMED CT Concept Editor Preferences</p></figcaption></figure>

### SNOMED CT Reference Set Editors

All the Reference Set types have a dedicated page in the Preferences where you can customize which information you would like to display in the corresponding Reference Set Editor and how (text or icon).

<figure><img src="/files/ka9j2WDbf5M4XZPMiwAs" alt=""><figcaption><p>SNOMED CT Reference Set Editors Preferences</p></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.b2ihealthcare.com/snow-owl-authoring-platform/introduction/preferences/editor-table.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.
