> For the complete documentation index, see [llms.txt](https://atomrigslab.gitbook.io/fortress-arena/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atomrigslab.gitbook.io/fortress-arena/game-play/inventory.md).

# Inventory

## Managing my tanks

* The inventory feature allows users to manage the NFT tanks they own.&#x20;

### See all my owned tanks

<figure><img src="/files/kFHsoCYSwaTy5l8TM9Po" alt=""><figcaption><p>(Left) Owned Tanks, (Right) Character Info</p></figcaption></figure>

* In the inventory, all the NFT tanks you own can be conveniently found within the Tank tab, situated on the right side of your screen.
* You can click on the ⓘ icon displayed on the card to view detailed information about the tank.

### Tank search filters

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

* Within the Tanks tab, you'll discover a set of useful filters designed to assist you in swiftly locating the specific tanks you desire.

## Setting Tank Preset&#x20;

### Apply Tank Preset

<figure><img src="/files/34jvX9TFHLlNKuH8M6oP" alt=""><figcaption></figcaption></figure>

* You can select a tank from the Tank tab to mount on the left preset.

### Unapply Tank Preset

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

* When you select a tank within a preset, it will be automatically removed or "unapplied" from that preset.
* If you wish to remove all tanks that are currently unapplied in the preset, you can achieve this with ease by pressing the RESET button. This action simplifies the process of bulk disarming tanks.

### Renaming a Tank Preset

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

* You can customize the name for each preset by selecting the ![](/files/kWGskHAPEhfAAfYogUY8)rename icon.


---

# 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, and the optional `goal` query parameter:

```
GET https://atomrigslab.gitbook.io/fortress-arena/game-play/inventory.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
