# Developer Guides

- [Get Started](https://docs.vebetterdao.org/developer-guides/get-started.md)
- [Test Environment](https://docs.vebetterdao.org/developer-guides/test-environment.md)
- [Testnet B3TR tokens](https://docs.vebetterdao.org/developer-guides/testnet-b3tr-tokens.md)
- [Reward Distribution](https://docs.vebetterdao.org/developer-guides/reward-distribution.md)
- [JavaScript](https://docs.vebetterdao.org/developer-guides/reward-distribution/javascript.md)
- [Solidity](https://docs.vebetterdao.org/developer-guides/reward-distribution/solidity.md)
- [Manage distributors funds](https://docs.vebetterdao.org/developer-guides/reward-distribution/manage-distributors-funds.md)
- [Sustainability Proof and Impacts](https://docs.vebetterdao.org/developer-guides/sustainability-proof-and-impacts.md)
- [Reward Metadata](https://docs.vebetterdao.org/developer-guides/reward-metadata.md)
- [Security Considerations](https://docs.vebetterdao.org/developer-guides/security-considerations.md)
- [AI Image Validation](https://docs.vebetterdao.org/developer-guides/ai-image-validation.md)
- [Create B3MO Quests from Contract](https://docs.vebetterdao.org/developer-guides/create-b3mo-quests-from-contract.md)
- [RuleBook for Apps](https://docs.vebetterdao.org/developer-guides/rulebook-for-apps.md)
- [Submit Your App](https://docs.vebetterdao.org/developer-guides/submit-your-app.md)
- [X2Earn Creators NFT](https://docs.vebetterdao.org/developer-guides/x2earn-creators-nft.md)
- [Resources](https://docs.vebetterdao.org/developer-guides/resources.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.vebetterdao.org/developer-guides.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.
