# Smart Configuration

### Welcome to the Advanced Section

Welcome to the Advanced Section of the documentation, tailored for experienced users aiming to build and maintain a secure Discord community. This section delves into complex configurations and security measures that go beyond basic setup.

#### What You'll Learn:

* **Advanced Permissions Management:** Explore detailed guidance on setting up and managing role hierarchies and permissions to ensure that only authorized members have access to sensitive areas of your server.
* **Automated Moderation Tools:** Learn how to implement Curve and automated systems to monitor, detect, and mitigate potential threats or rule violations effectively.
* **Incident Response Planning:** Prepare for potential security incidents with step-by-step instructions on creating an effective response plan, including how to handle breaches and communication with your community.

By mastering the advanced topics covered here, you'll bolster your community's defenses and foster a trustworthy environment for all members.

### Manual Quarantine Setup

#### Understanding Manual Quarantine Setup

Manual Quarantine Setup provides a higher level of control compared to basic configurations. While automated systems offer convenience and consistency, manually setting up a quarantine system allows experienced administrators to create a more complex way to lock away trouble-makers.

Unlike basic setups, this advanced method requires thorough knowledge of Discord's permissions and potential vulnerabilities, ensuring a robust defense mechanism tailored to your community's specific requirements.

<figure><img src="/files/WPH2EKo4RYL8bnz4ZnRd" alt="" width="483"><figcaption><p>Select Manual.</p></figcaption></figure>

<figure><img src="/files/387DE55KpizpqU22aT2U" alt="" width="488"><figcaption><p>Select the role(s) to be used as the quarantine role and the category where channels go</p></figcaption></figure>

<figure><img src="/files/ZkfXMs7kGzDjYuGQmUW2" alt="" width="481"><figcaption><p>Example of 'Advanced' Setup</p></figcaption></figure>

### Custom Punishments.

To establish a tailored disciplinary measure, begin by locating and selecting the cog icon next to the toggle options, whether for **Automod** or **Protection**. This will enable access to a menu where you can choose from three distinct disciplinary actions: kick, ban, or quarantine. Each option offers a unique approach to handling rule infringements within your system.


---

# 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://guide.curvebot.xyz/advanced-wizard/smart-configuration.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.
