# Manage Tokens Tab

This tab is accessible via the actions bar of your project.

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

The manage Token Tab is where you organize all Tokens/Assets of a project. It gives you a good overview and you can use some specific token features from here.

<figure><img src="/files/tz67zijBwIAHkyT9EZXN" alt=""><figcaption><p>Manage Tokens of your projects in this tab</p></figcaption></figure>

#### Token ID/Name

In this column you will find the tokens ID, below the [asset name](https://docs.nmkr.io/nmkr-studio/project/metadata-template#asset_name), the token UID and the policy of the token.

#### State of an NFT

There are several different states your NFTs could have. This states helps you to identify the current state of each token in your project.

* Free (available for minting)
* Reserved (the token is reserved for a customer till the reservation time ends or it's paid)
* Sold / Minted (the token is sold and minted, click 'minted' to view it in pool.pm)
* Burned (your token is burned on-chain)
* *Deleted (this state won't show up in your project and is only important if you use the API)*
* *Paid (this is a temporary state and also only relevant for you if you use our API)*<br>

#### Filter Tokens by state

For a better overview, you can use the filter option in the overview. It allows you to filter by state of the token.

<figure><img src="/files/hvJzIU7FyrFpHAC1afe4" alt=""><figcaption><p>Filter your overview by token state</p></figcaption></figure>

### Block specific NFTs

To block specific NFTs from being sold, please checkmark the tokens, select "Block NFTs from being sold" in the dropdown and press execute. Your tokens will now show up as blocked and can also be filtered by it.

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


---

# 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.nmkr.io/nmkr-studio/token/manage-tokens-tab.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.
