# How to use the Token Manager

If you have created a token that is mintable or burnable then you can use the Token Manager to mint or burn more of those tokens.

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

It can also be used to&#x20;

* Change the token metadata if that option was allowed when initially creating the token
* Lock the token metadata so it can't ever be changed again.
* Lock individual items of metadata like just the Ticker. This may be useful if you want to be able to update the logo or description at a later date.

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

* Change one of the token behaviours if that was allowed when creating the token. eg. change the ability to mint tokens from Yes to No.
* Lock the ability to change a behaviour. eg. change the ability to update the mintable behaviour from Yes to No.

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

Note: There is a 50 XRD fee for using the features of the Token Manager


---

# 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.shardspace.app/developer/how-to-use-the-token-manager.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.
