> For the complete documentation index, see [llms.txt](https://dev-handbook.kyzzen.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev-handbook.kyzzen.io/marketing-and-community-management/discord/safety-setup.md).

# Safety Setup

This section in the "Server Settings" menu will help set up your server's safety features to protect your community and server.&#x20;

## Setting Up "Safety Setup"

1. In the Server Settings page, click "Safety Setup":

<figure><img src="/files/XTJ5WXdlwpoVocA3gsmy" alt=""><figcaption></figcaption></figure>

2. Click the "Edit" button in the "Raid Protection and CAPTCHA" section, and ensure all 3 are enabled:

<figure><img src="/files/44EWyvBgc4PM4x91nJDk" alt=""><figcaption></figcaption></figure>

3. Next, click the "Edit" button in the "DM and Spam Protection" section:

<figure><img src="/files/pZVpP6xdzaXQS4lhR3Sh" alt=""><figcaption></figcaption></figure>

4. Click into the first section entitled "Verification Level", and choose the level you feel is the most appropriate:

<figure><img src="/files/23ZM07MKKh6rvjJjuww8" alt=""><figcaption></figcaption></figure>

5. After saving, head back into "DM and Spam Protection" and click the "Set Up" button in the "Members must accept rules before they can talk or DM" section, switch the toggle on and complete the "Description" and "Set up server rules!" sections:

<figure><img src="/files/WaHwtmku2aBXS8MWg7JQ" alt=""><figcaption></figcaption></figure>

6. Ensure that all other sections are toggled on, and head back into "DM and Spam Protection".
7. Check out the "AutoMod" section and set up according to what you feel is appropriate:

<figure><img src="/files/2C9YAUtblbHJgbM7YCxj" alt=""><figcaption></figcaption></figure>

8. Once done, head back into "DM and Spam Protection" and check out the "Permissions" section. You are encouraged to toggle on both:

<figure><img src="/files/DSkuzoooVekOE2KfWcoe" alt=""><figcaption></figcaption></figure>

9. Once done, your safety setup has been completed.


---

# 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:

```
GET https://dev-handbook.kyzzen.io/marketing-and-community-management/discord/safety-setup.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.
