# Overview

**Chest Tracker** is a client mod that allows you to easily track where your items are. Think of it as AE2, but without needing it on the server.

{% hint style="warning" %}
This documentation covers the current **2.x** versions of Chest Tracker, and does not apply to the legacy **1.x** or **0.x** versions.
{% endhint %}

<figure><img src="https://cdn.modrinth.com/data/ni4SrKmq/images/92131222e263a7e8cec73a36f265df18325e959f.png" alt=""><figcaption><p>A showcase of the GUI that Chest Tracker provides. This shows all items saved in the current world, and can be filtered or searched through using <a href="https://modrinth.com/mod/searchables">Searchables</a>. Opened with GRAVE [ ` ] by default.</p></figcaption></figure>

<figure><img src="https://cdn.modrinth.com/data/ni4SrKmq/images/a0d666d74c42702cb0d7d61b81a77a8f0a548e87.png" alt=""><figcaption><p>You can search for items using either the GUI or Where Is It's search hotkey, default [ Y ]. Also shown are in-world labels for named storage, which can be turned off if needed.</p></figcaption></figure>

## Quickstart

Make sure you've opened all the chests in your storage system - Chest Tracker can only remember what you've seen.

Press `[Y]` over an item to search for it in containers you've recently opened, and press ``GRAVE [`]`` or the in-GUI inventory button to open the main GUI.

For more details, see the [User Guide](/chest-tracker/user-guide/searching-for-items.md).


---

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