# FAQ (FOR BUILDERS)

- [How to build on top?](https://docs.etherscore.network/faq-for-builders/top.md): What can be built on top of EtherScore badges and reputations
- [How to create badges?](https://docs.etherscore.network/faq-for-builders/top-1.md): Create EtherScore badges to improve user growth and retention in your community
- [EtherScore API](https://docs.etherscore.network/faq-for-builders/etherscore-api.md): How to use EtherScore API to integrate onchain reputations
- [Token-gate your Discord community](https://docs.etherscore.network/faq-for-builders/token-gate-your-discord-community.md): EtherScore reputations can be used via Guild.xyz to assign dynamic roles to Discord users, based on their EtherScore badges
- [List of EtherScore badges](https://docs.etherscore.network/faq-for-builders/list-of-etherscore-badges.md): This sheet contains the list of badges that have been released on EtherScore.
- [How to integrate EtherScore Profiles?](https://docs.etherscore.network/faq-for-builders/how-to-integrate-etherscore-profiles.md): Display EtherScore Badges or Profiles in your application


---

# 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.etherscore.network/faq-for-builders.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.
