> For the complete documentation index, see [llms.txt](https://dev.guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.guardian.hedera.com/tokens.md).

# Tokens

- [Token APIs](https://dev.guardian.hedera.com/tokens/token-apis.md)
- [Token Listing](https://dev.guardian.hedera.com/tokens/token-apis/token-listing.md)
- [Returns Token by ID](https://dev.guardian.hedera.com/tokens/token-apis/returns-token-by-id.md)
- [Token Creation](https://dev.guardian.hedera.com/tokens/token-apis/token-listing-1.md)
- [Updating a Token](https://dev.guardian.hedera.com/tokens/token-apis/updating-a-token.md)
- [Associates the User with Token](https://dev.guardian.hedera.com/tokens/token-apis/associates-the-user-with-token.md)
- [Disassociates the User with Token](https://dev.guardian.hedera.com/tokens/token-apis/disassociates-the-user-with-token.md)
- [Grants KYC for the User](https://dev.guardian.hedera.com/tokens/token-apis/grants-kyc-for-the-user.md)
- [Revoke KYC of the User](https://dev.guardian.hedera.com/tokens/token-apis/revoke-kyc-of-the-user.md)
- [Freeze Tokens of a User](https://dev.guardian.hedera.com/tokens/token-apis/freeze-tokens-of-a-user.md)
- [Unfreeze Tokens of a User](https://dev.guardian.hedera.com/tokens/token-apis/unfreeze-tokens-of-a-user.md)
- [User Info for Selected Token](https://dev.guardian.hedera.com/tokens/token-apis/user-info-for-selected-token.md)
- [Token APIs — Async](https://dev.guardian.hedera.com/tokens/token-related-apis-for-asynchronous-execution.md)
- [Token Creation](https://dev.guardian.hedera.com/tokens/token-related-apis-for-asynchronous-execution/token-creation.md)
- [Updating a Token](https://dev.guardian.hedera.com/tokens/token-related-apis-for-asynchronous-execution/updating-a-token.md)
- [Deleting a Token](https://dev.guardian.hedera.com/tokens/token-related-apis-for-asynchronous-execution/deleting-a-token.md)
- [Deleting Multiple Tokens](https://dev.guardian.hedera.com/tokens/token-related-apis-for-asynchronous-execution/deleting-multiple-tokens.md)
- [Associating User with the Hedera Token](https://dev.guardian.hedera.com/tokens/token-related-apis-for-asynchronous-execution/associating-user-with-the-hedera-token.md)
- [Disassociating User with the Hedera Token](https://dev.guardian.hedera.com/tokens/token-related-apis-for-asynchronous-execution/disassociating-user-with-the-hedera-token.md)
- [Setting KYC for the User](https://dev.guardian.hedera.com/tokens/token-related-apis-for-asynchronous-execution/setting-kyc-for-the-user.md)
- [Unsetting KYC for the User](https://dev.guardian.hedera.com/tokens/token-related-apis-for-asynchronous-execution/unsetting-kyc-for-the-user.md)
- [Freezing Tokens of a User](https://dev.guardian.hedera.com/tokens/token-related-apis-for-asynchronous-execution/freezing-tokens-of-a-user.md)
- [Unfreezing Tokens of a User](https://dev.guardian.hedera.com/tokens/token-related-apis-for-asynchronous-execution/unfreezing-tokens-of-a-user.md)


---

# 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://dev.guardian.hedera.com/tokens.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.
