> For the complete documentation index, see [llms.txt](https://guide.bocto.octopeeps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.bocto.octopeeps.com/plugins/guard/guard-settings.md).

# 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="https://3820815315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnX757myueIMa0YXG4HJl%2Fuploads%2FPLIXOxbME0K2wt8OCfGw%2Fimage.png?alt=media&amp;token=477c8f1e-b844-4f2f-a684-ccf1eff7f5fd" 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="https://3820815315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnX757myueIMa0YXG4HJl%2Fuploads%2FEJktP0sWFKJ4QT8TqfEW%2FScreen%20Shot%202025-11-09%20at%2018.16.27.png?alt=media&amp;token=0bd79172-4a61-4215-a98e-faae421836bb" 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="https://3820815315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnX757myueIMa0YXG4HJl%2Fuploads%2F7wc98hWyM9PtDV7kfYqU%2Fdiscord.com_channels_669924312257396746_1433475514030493706%20(2).png?alt=media&amp;token=a1d64599-a751-401c-aeaf-2e443e04679e" 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="https://3820815315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnX757myueIMa0YXG4HJl%2Fuploads%2FIqBht5Dv3q9fkJIL8j8I%2FScreen%20Shot%202025-11-09%20at%2018.11.45.png?alt=media&amp;token=5e17d9af-ef41-419c-8e0d-3c8248fa3956" alt=""><figcaption></figcaption></figure>


---

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