# Guard Settings

To get access to the global <mark style="color:blue;">**Guard**</mark> settings, press the `⚙` button on the <mark style="color:$primary;">**Select a Plugin**</mark> page:

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

Here, you can set what <mark style="color:purple;">**Bocto**</mark> should do if one of the <mark style="color:blue;">**Guard**</mark> features is triggered:

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

## <mark style="color:$primary;">Block messages quietly.</mark>

If this option is disabled, <mark style="color:purple;">**Bocto**</mark> will block the message considered spam and display the corresponding spam type <mark style="color:$danger;">warning message</mark> visible to everyone in the channel:

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

If this option is enabled, <mark style="color:purple;">**Bocto**</mark> will block the message considered spam, but won't reveal itself by displaying a <mark style="color:$danger;">warning message</mark>.

## <mark style="color:$primary;">Send logs to admins.</mark>

If this option is enabled, in addition to the <mark style="color:$danger;">warning message</mark> posted in the channel where the spam message is posted, <mark style="color:purple;">**Bocto**</mark> will also post a detailed alert to the <mark style="color:yellow;">**#alerts**</mark> channel it created during the [setup on the server](/getting-started/setup-on-server.md). This option is especially handy if you have enabled the <mark style="color:$success;">Block messages quietly</mark> option.

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


---

# 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.bocto.octopeeps.com/plugins/guard/guard-settings.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.
