# Edit modes

Here you can decide what modes to display in the edit mode list at the bottom right corner and change some shared options.

<div align="left"><figure><img src="/files/O9roFSwPWVgDCjrn1zxv" alt="" width="375"><figcaption></figcaption></figure></div>

### Custom Names

<div align="left"><img src="/files/-MS15x7PW0_XFN9qmZI4" alt=""></div>

The file [`CustomLabels.ini`](/edit-modes/customlabels.ini.md) contains the list of label names and their offsets. If the disassembler finds a match between the label offset in the source file and the offset defined in the INI file it gives this label a name associated with this offset.

The file `CustomVariables.ini` contains the list of [global variables](/language/data-types/variables.md#global-variables) addresses and their custom names. The disassembler uses this file to name global variables.

The file `CustomArrays.ini` contains names of the arrays in the following syntax: the first number is the global variable address which is the first element of the array, then the array size, then a custom name. It helps the disassembler to recognize [array elements](/language/data-types/arrays.md#using-constant-indexes).


---

# Agent Instructions: 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:

```
GET https://docs.sannybuilder.com/editor/options/edit-modes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
