# Gamification

- [Badge Object](https://docs.questera.ai/questera-ai-sdks/rest-apis/gamification/badge-object.md): Breakdown of how Badge Object looks like. It will be the same within every Quest API.
- [Web3 Module](https://docs.questera.ai/questera-ai-sdks/rest-apis/gamification/web3-module.md): Consists of all possible APIs related to Dynamic NFT for a user in the Entity.
- [Dynamic NFT Object](https://docs.questera.ai/questera-ai-sdks/rest-apis/gamification/web3-module/dynamic-nft-object.md)
- [Skills Module](https://docs.questera.ai/questera-ai-sdks/rest-apis/gamification/skills-module.md): Consists of all APIs related to Levels for a user in the Entity.
- [Skills Object](https://docs.questera.ai/questera-ai-sdks/rest-apis/gamification/skills-module/skills-object.md)
- [Levels Module](https://docs.questera.ai/questera-ai-sdks/rest-apis/gamification/levels-module.md): Consists of all APIs related to Levels for a user in the Entity.
- [Levels Object](https://docs.questera.ai/questera-ai-sdks/rest-apis/gamification/levels-module/levels-object.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.questera.ai/questera-ai-sdks/rest-apis/gamification.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.
