# General

- [Educational Resources](https://clanker.gitbook.io/documentation/general/educational-resources.md): Clanker U: resources to help guide you with deploying a token
- [FAQ](https://clanker.gitbook.io/documentation/general/faq.md)
- [Token Deployments](https://clanker.gitbook.io/documentation/general/token-deployments.md): Guidelines and specifications for tokens deployed on Clanker v4.0.0
- [Farcaster Bot Deployments](https://clanker.gitbook.io/documentation/general/token-deployments/farcaster-bot-deployments.md): Create a token using the @clanker bot on Farcaster
- [Clanker.world Deployments](https://clanker.gitbook.io/documentation/general/token-deployments/clanker.world-deployments.md): Create a token on clanker.world/deploy
- [Preclank Deployments](https://clanker.gitbook.io/documentation/general/token-deployments/preclank-deployments.md): Configure a token on clanker.world/deploy then trigger its creation directly in the Farcaster feed
- [Alternative Interface Deployments](https://clanker.gitbook.io/documentation/general/token-deployments/alternative-interface-deployments.md): Create a token on another interface that utilizes the Clanker contracts
- [Deploying a Token](https://clanker.gitbook.io/documentation/general/token-deployments/deploying-a-token.md): Guide for deploying a token with Clanker
- [Legacy Deployments](https://clanker.gitbook.io/documentation/general/token-deployments/legacy-deployments.md)
- [Presale Token Deployments](https://clanker.gitbook.io/documentation/general/token-deployments/presale-token-deployments.md)
- [Creator Rewards & Fees](https://clanker.gitbook.io/documentation/general/creator-rewards-and-fees.md)
- [Pool Configurations](https://clanker.gitbook.io/documentation/general/pool-configurations.md)
- [Clanker.world Warning Tags](https://clanker.gitbook.io/documentation/general/clanker.world-warning-tags.md)
- [Legacy Fee Claims](https://clanker.gitbook.io/documentation/general/legacy-fee-claims.md): For clanker versions v0-v3.1, clanker protocol has given back the new token portion of fees back to creators
- [Unclaimed Rewards Balance](https://clanker.gitbook.io/documentation/general/unclaimed-rewards-balance.md): Guide for checking the balance of accrued, unclaimed rewards on Clanker tokens
- [Verifying the Social Context of Token Deploys](https://clanker.gitbook.io/documentation/general/verifying-the-social-context-of-token-deploys.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://clanker.gitbook.io/documentation/general.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.
