> For the complete documentation index, see [llms.txt](https://docs.projectx.mx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.projectx.mx/products/saturn/tos.md).

# ToS

**1. Acceptance of Terms**

By using Saturn, you agree to comply with these Terms of Service. If you do not agree with any part of these terms, you may not use the bot.

**2. Use of the Bot**

* Saturn is provided "as is" and the bot owner holds no responsibility for its misuse or any damages caused by it.
* Users must adhere to Discord's Terms of Service and Community Guidelines while using the bot.
* The bot owner reserves the right to modify or discontinue the bot's services at any time without prior notice.

**3. User Conduct**

* Users are prohibited from engaging in any unlawful or prohibited activities while using the bot.
* Harassment, hate speech, spamming, or any form of abusive behavior towards other users will not be tolerated.

**4. Data and Privacy**

* The bot may collect and store user data necessary for its functionality. This data will be handled in accordance with the bot owner's Privacy Policy.
* [Link to Privacy Policy](/products/saturn/pp.md)

**5. Limitation of Liability**

* The bot owner will not be liable for any direct, indirect, incidental, or consequential damages arising from the use or inability to use the bot.

**6. Changes to Terms of Service**

* The bot owner reserves the right to update or modify these terms at any time without prior notice. It is the user's responsibility to review these terms periodically.

**7. Contact Information**

* For questions or concerns regarding these terms, use these links <https://linktr.ee/projectx_dao>.

**8. Governing Law**

* These terms shall be governed and construed in accordance with the laws of Romania, without regard to its conflict of law provisions.


---

# 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.projectx.mx/products/saturn/tos.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.
