> For the complete documentation index, see [llms.txt](https://docs.sannybuilder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sannybuilder.com/edit-modes/customlabels.ini.md).

# CustomLabels.ini

You can give labels custom names that do not depend on the disassembler [configuration](https://github.com/sannybuilder/docs/blob/en/edit-modes/broken-reference/README.md). Those names are defined in the file `CustomLabels.ini` (one for each [edit mode](/edit-modes.md#labels)).

## File Syntax

`<label offset>=<custom name>`

If the disassembler finds a label at the specified offset, this label gets the custom name.

To find offset values, enable the [`CODE_OFFSETS`](/editor/debug-options.md#code_offsets) debug option. After disassembly, the number displayed before each script instruction represents its offset value.
