# APIs for Asynchronous Execution

- [Token Creation](https://guardian.hedera.com/guardian-dev/guardian/tokens/token-operations/apis-for-asynchronous-execution/token-creation.md)
- [Associating User with the Hedera Token](https://guardian.hedera.com/guardian-dev/guardian/tokens/token-operations/apis-for-asynchronous-execution/associating-user-with-the-hedera-token.md)
- [Disassociating User with the Hedera Token](https://guardian.hedera.com/guardian-dev/guardian/tokens/token-operations/apis-for-asynchronous-execution/disassociating-user-with-the-hedera-token.md)
- [Setting KYC for the User](https://guardian.hedera.com/guardian-dev/guardian/tokens/token-operations/apis-for-asynchronous-execution/setting-kyc-for-the-user.md)
- [Unsetting KYC for the User](https://guardian.hedera.com/guardian-dev/guardian/tokens/token-operations/apis-for-asynchronous-execution/unsetting-kyc-for-the-user.md)
- [Delete multiple tokens by their IDs.](https://guardian.hedera.com/guardian-dev/guardian/tokens/token-operations/apis-for-asynchronous-execution/delete-multiple-tokens-by-their-ids..md)


---

# 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://guardian.hedera.com/guardian-dev/guardian/tokens/token-operations/apis-for-asynchronous-execution.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.
