# Welcome to EasyMod

## Overview

> EasyMod is a Easy-To-Use Moderation Discord Application/Bot for Auto Moderation on your Discord Servers. It uses Databases and Commands to do the magic and we will show you how it works...

## Automated Systems

We use automated Systems in order to keep your Server safe.

{% tabs %}
{% tab title="Anti Slur Word System" %}
{% content-ref url="/pages/v0oEKhhkah3fAHeFU22I" %}
[Anti Slur Word System](/easymod-docs/automated-systems/anti-slur-word-system.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="Anti Bypass" %}
{% content-ref url="/pages/LeH7EMI0t6w6kUqBmbZH" %}
[Anti Bypass](/easymod-docs/automated-systems/anti-bypass.md)
{% endcontent-ref %}
{% endtab %}
{% endtabs %}

## Commands

In order to do manual actions, you use slash-commands on Discord.

{% tabs %}
{% tab title="View Words" %}
{% content-ref url="/pages/Vp1wkHi76sgLB3HWUhpT" %}
[/viewwords](/easymod-docs/commands/viewwords.md)
{% endcontent-ref %}

```
/viewwords
```

{% endtab %}

{% tab title="Ban" %}
{% content-ref url="/pages/SPhlM0qRzMqLwYFYVO9V" %}
[/ban](/easymod-docs/commands/ban.md)
{% endcontent-ref %}

```
/ban [user] [time in minutes] [reason]
```

{% endtab %}

{% tab title="Kick" %}
{% content-ref url="/pages/gQJdgHn0zcKmHRI2mFRY" %}
[/kick](/easymod-docs/commands/kick.md)
{% endcontent-ref %}

```
/kick [user] [reason]
```

{% endtab %}
{% endtabs %}

## Agreements

{% tabs %}
{% tab title="Quick-Links" %}
{% content-ref url="/pages/dffhVCFgLnImX415Yp61" %}
[Terms of Service](/easymod-docs/agreements/terms-of-service.md)
{% endcontent-ref %}

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

{% tab title="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.
{% endtab %}

{% tab title="Privacy Policy" %}
*Last updated: July 11, 2025*

This Privacy Policy explains what data **Easy Mod** collects, how it’s used, and your rights regarding that data.

***

### 1. What We Collect

Easy Mod only collects data necessary to provide moderation features and ensure functionality. This may include:

* **User IDs**
* **Message content** (for filtering and moderation actions)
* **Server IDs**
* **Timestamps of moderation actions**

We do **not** collect or store unnecessary personal information.

***

### 2. How We Use Your Data

We use collected data solely for:

* Enabling moderation features (e.g., auto-moderation, mutes, warnings)
* Logging moderation actions (if logging is enabled)
* Improving the functionality and reliability of the Bot

***

### 3. Data Retention

* Most data is stored temporarily in memory and not saved long-term.
* Moderation logs may be stored per server configuration.
* You may request deletion of any stored data related to your server by contacting us.

***

### 4. Data Sharing

We **do not sell or share** your data with third parties.\
Data is only accessed by the bot developer(s) if needed to investigate an issue or fulfill a user request.

***

### 5. Your Rights

As a server owner or Discord user, you have the right to:

* Request data deletion related to your server
* Request a summary of any data we may have

You can do this by reaching out through our support contact (e.g., email or Discord).

***

### 6. Security

We take reasonable steps to secure your data, but no system is ever 100% secure. Use of the Bot is at your own risk.

***

### 7. Changes to This Policy

We may update this Privacy Policy at any time. You will be notified of major changes via an announcement or update note.

***

If you have any questions, please contact us.
{% endtab %}
{% endtabs %}


---

# 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://easymod.gitbook.io/easymod-docs/welcome-to-easymod.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.
