> For the complete documentation index, see [llms.txt](https://gatto-game.gitbook.io/gatto-or-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gatto-game.gitbook.io/gatto-or-whitepaper/version-on-english/my-district/warehouse.md).

# Warehouse

The Warehouse is where all the essential items for successful gameplay are stored. It is located in the left corner of your district and is divided into several categories for convenience.

<figure><img src="/files/TBc97YuWEiIJBE0jBhk8" alt=""><figcaption></figcaption></figure>

## Warehouse Sections

**All**

* Displays all stored items

**Eggs**

* Contains all [eggs](/gatto-or-whitepaper/version-on-english/gattomons/eggs.md) that have not yet been placed on the field
* Eggs sent for unminting also appear here
* You can place an egg on an empty biome to hatch a new [Gattomon](/gatto-or-whitepaper/version-on-english/gattomons.md)

**Essences**

* Stores experience-related resources, such as [Slices of Cake](/gatto-or-whitepaper/version-on-english/gattomons/food.md) and Essences

**Pets**

* Holds hatched Gattomons that are not yet placed on the field
* Gattomons sent for unminting also appear here
* You can place them on the field, level them up, and enter [competitions](/gatto-or-whitepaper/version-on-english/gameplay/competitions.md)

**Clothes**

* Stores all [clothing](/gatto-or-whitepaper/version-on-english/gattomons/clothes.md) items that have not been equipped yet
* Clothes can only be equipped on Gattomons placed on the field

**Gattoboxes**

* Contains all Gattoboxes you own

**Premium Tickets**

* Displays the number of [Premium Tickets](/gatto-or-whitepaper/version-on-english/gattomons/premium-ticket.md) you have purchased
* Allows you to check the remaining validity period of activated tickets

**Extra items**

* Stores event-related items, such as Silver Coins and other exclusive event rewards

**NFT Pets & NFT Eggs**

* Separate sections displaying your [NFT Gattomons](/gatto-or-whitepaper/version-on-english/usdgton/nft-for-usdgton.md) and [NFT Eggs](/gatto-or-whitepaper/version-on-english/usdgton/nft-for-usdgton.md)
* To make them visible, you must link the wallet where they are stored to the game


---

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

```
GET https://gatto-game.gitbook.io/gatto-or-whitepaper/version-on-english/my-district/warehouse.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.
