# Developer

- [How to create a Token](https://docs.shardspace.app/developer/how-to-create-a-token.md): COMING SOON!
- [Simple Token Creator](https://docs.shardspace.app/developer/how-to-create-a-token/simple-token-creator.md): The Simple Token Creator can be used to create a basic token (resource) on the Radix network
- [Advanced Token Creator](https://docs.shardspace.app/developer/how-to-create-a-token/advanced-token-creator.md): The Advanced token creator allows developers to create Radix token resources  with advanced behaviours.
- [How to use the Token Manager](https://docs.shardspace.app/developer/how-to-use-the-token-manager.md): The Token Manager is a feature that allows tokens that have been created with the Advanced token manager to be managed
- [How to create an Airdrop](https://docs.shardspace.app/developer/how-to-create-an-airdrop.md): The airdrop tool can be used to distribute tokens to accounts on the network.


---

# 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.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.
