# FAQs

- [What is CoinFactory?](https://docs.coinfactory.app/resources/faqs/what-is-coinfactory.md)
- [What is an ERC-20 Token?](https://docs.coinfactory.app/resources/faqs/what-is-an-erc-20-token.md)
- [How can I generate my own ERC20 token step by step?](https://docs.coinfactory.app/resources/faqs/how-can-i-generate-my-own-erc20-token-step-by-step.md)
- [How much does it cost to create ERC20 tokens?](https://docs.coinfactory.app/resources/faqs/how-much-does-it-cost-to-create-erc20-tokens.md)
- [Why create an ERC20 token?](https://docs.coinfactory.app/resources/faqs/why-create-an-erc20-token.md)
- [What is a Fixed Supply Token?](https://docs.coinfactory.app/resources/faqs/what-is-a-fixed-supply-token.md)
- [What are Mintable and Burnable Tokens?](https://docs.coinfactory.app/resources/faqs/what-are-mintable-and-burnable-tokens.md)
- [Who possesses the authority to Mint or Burn my tokens?](https://docs.coinfactory.app/resources/faqs/who-possesses-the-authority-to-mint-or-burn-my-tokens.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.coinfactory.app/resources/faqs.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.
