# Token Creation

- [How it works?](https://docs.ape.express/token-creation/how-it-works.md)
- [Tokens](https://docs.ape.express/token-creation/tokens.md)
- [Tax Token](https://docs.ape.express/token-creation/tokens/tax-token.md): Complex ERC-20 with taxation features
- [Taxation Features](https://docs.ape.express/token-creation/tokens/tax-token/taxation-features.md)
- [Tax Management](https://docs.ape.express/token-creation/tokens/tax-token/tax-management.md): The process of distributing taxes
- [Tax Rates](https://docs.ape.express/token-creation/tokens/tax-token/tax-rates.md): Adjust your token's tax rates to suit your project's specific needs.
- [Exchanges](https://docs.ape.express/token-creation/exchanges.md)
- [Initial liquidity](https://docs.ape.express/token-creation/initial-liquidity.md)
- [Fuel](https://docs.ape.express/token-creation/initial-liquidity/fuel.md)
- [No Fuel](https://docs.ape.express/token-creation/initial-liquidity/no-fuel.md)
- [Lock-up period](https://docs.ape.express/token-creation/initial-liquidity/lock-up-period.md)
- [Deployment](https://docs.ape.express/token-creation/deployment.md)
- [Anti bot](https://docs.ape.express/token-creation/deployment/anti-bot.md): Minimize the impact of bot attacks during launch
- [Costs](https://docs.ape.express/token-creation/deployment/costs.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://docs.ape.express/token-creation.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.
