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

# Terms of Service

*Last updated: July 11, 2025*

By using EasyMod (the "Bot"), you agree to the following terms:

***

### 1. Acceptance of Terms

By inviting or using the Bot in your server, you agree to 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

* The Bot is provided **"as is"** with no guarantee of availability or functionality.
* You agree not to misuse the Bot, attempt to exploit bugs, or reverse-engineer it.
* You may not use the Bot to engage in illegal activity or violate Discord’s [Terms of Service](https://discord.com/terms).

***

### 3. Data Collection

Easy Mod may collect limited data to function properly (e.g. user IDs, message content for moderation).\
Please refer to our Privacy Policy for more information.

{% content-ref url="/pages/1fVpMtILFYVN8YWF1PyU" %}
[Privacy Policy](/easymod-docs/agreements/privacy-policy.md)
{% endcontent-ref %}

***

### 4. Bot Availability

We reserve the right to update, suspend, or discontinue the Bot at any time without prior notice.

***

### 5. Limitation of Liability

We are not liable for any damages, losses, or issues arising from the use or misuse of the Bot.

***

### 6. Changes to Terms

We may update these Terms at any time. Continued use of the Bot after changes are published means you accept the updated Terms.

***

If you have any questions or concerns, feel free to contact us.

***


---

# 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://easymod.gitbook.io/easymod-docs/agreements/terms-of-service.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.
