# Earning System

The concept of the Cybercats project involves earnings for leading an active lifestyle. But the sources of these earnings in the game do not end there. Let us present a complete list of possible activities in the game:

* Movements (walking, running, cycling)¹
* Killing zombies
* Team battles with zombies
* Special events
* Competitions between users²

**¹** Types of activity will be added while finalizing the mechanics of tracking user activity.

**²** We plan to add competitive modes so users can challenge each other.


---

# 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://cybercats.gitbook.io/cybercats-whitepaper/healthy-lifestyle-and-system/earning-system.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.
