> For the complete documentation index, see [llms.txt](https://docs.ta-da.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ta-da.io/ta-da-platform/game-mechanics.md).

# Game Mechanics

## Gamification is a key part of Ta-da.&#x20;

Gamification is indeed a key part of Ta-da, bringing benefits to both users and the project, including its token economy. By adding game-like features, the app makes tasks more fun and rewarding, increasing user engagement and motivation. For users, it provides a way to track progress, earn rewards, and reach higher ranks, unlocking new features and items. This not only boosts user satisfaction but also encourages regular use and participation.

For the project, gamification keeps users coming back and attracts new ones, building a strong community. Economically, the token system benefits as users are motivated to stake tokens, participate in the in-app economy, and make purchases. This active participation increases the token's utility and value, creating a sustainable and growing ecosystem. In short, gamification connects user experience with economic incentives, ensuring the app's success and long-term growth.

We have developed a comprehensive gamification system, which is currently summarized in the diagram below. This section aims to explain the main elements and will be updated as new features and adaptations are introduced.

<figure><img src="/files/jjgikHK3V0GerCfVUqdy" alt=""><figcaption><p><em>a diagram of our gamification</em></p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ta-da.io/ta-da-platform/game-mechanics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
