# In-world Labels

<figure><img src="/files/iwhT0Wr8TeiiN5XScEUb" alt=""><figcaption><p>An example of some in-world labels</p></figcaption></figure>

Chest Tracker adds in-world labels when a chest has a name, allowing for an easy visual storage system. These names are sourced in two ways:

1. When a container is renamed with an anvil, the name is grabbed from the GUI title.
2. When you rename it on the client with the [Inventory Button](/chest-tracker/user-guide/using-the-inventory-button.md).

## Integration

Label rendering works with text enhancement mods - try out [Inline ](https://modrinth.com/mod/inline)or [Emojiful](https://modrinth.com/mod/emojiful).

<figure><img src="/files/O43acOC0bPGxyLWDhTkW" alt=""><figcaption><p>Example of item icons using Inline</p></figcaption></figure>

## Configuration

### Filtering

Some servers use custom fonts for UI purposes, which cause issues for in-world labels. You can filter the characters used in the name under Memory Bank Settings -> Compatibility -> Container Name Rendering. For more information, see [Common Issues](/chest-tracker/user-guide/common-issues.md#containers-show-their-backgrounds-in-the-world).

### Resizing

You can change the size of the in-world labels by changing 'Container Name Text Scale' in Where Is It's config.

### Disabling

You can change how the labels appear under Memory Bank Settings -> Compatibility -> Container Name Rendering:

* Full - Always shows labels above chests
* Hovered Only - Only show labels when the crosshair is over them
* Disabled - Never show labels


---

# 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.jackf.red/chest-tracker/user-guide/in-world-labels.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.
