> For the complete documentation index, see [llms.txt](https://multix.gitbook.io/multix/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://multix.gitbook.io/multix/telegram-bot-application/terms-of-use.md).

# Terms of Use

### Use of the Platform

Multix is a marketing tool designed to assist projects in interacting with users through tasks (quests).\
Users can earn Multix points by completing tasks. These points are intended solely for user engagement. Multix does not promise real assets, monetary rewards, or other material benefits.

### User Obligations

* Users must provide accurate and up-to-date information when registering on Multix.
* Users must use the platform in accordance with applicable laws and regulations.
* Users must act on their own behalf.

### Project Obligations

* Projects are responsible for the content and execution of their tasks.
* Multix is not responsible for the tasks, actions, or rewards of partners.

### Use of Data

* We reserve the right to use user data in accordance with our operational needs and privacy policy.
* User data will be processed in accordance with applicable data protection laws.

### Limitation of Liability

* Multix is not liable for any indirect, incidental, or consequential damages arising from the use of the platform.
* Multix is not responsible for the actions of third-party projects.

### Warranties

* Multix does not guarantee any specific results from using the platform.
* The platform is provided "as is" without any warranties.

### Applicable Law

These terms are governed by and construed in accordance with the laws of the jurisdiction in which Telegram operates.


---

# 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://multix.gitbook.io/multix/telegram-bot-application/terms-of-use.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.
