> 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-features-configuration.md).

# Guard Features Configuration

To get access to the global <mark style="color:blue;">**Guard**</mark> features settings, press the `≡ Configure` button on the corresponding feature card on the <mark style="color:$primary;">**Guard**</mark> page:

<figure><img src="https://3820815315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnX757myueIMa0YXG4HJl%2Fuploads%2FSrkkdUt4qxDY9vv3MdJG%2Fimage.png?alt=media&amp;token=cde171b5-31b7-42e5-bb6b-5c10d7d28e55" alt=""><figcaption></figcaption></figure>

Actually, the <mark style="color:blue;">**Guard**</mark> features have the same configuration options and, by default, provide checks for all roles (excluding bots and users with Owner and Administrator rights) in all channels. But you can configure each feature separately so that it works only for certain roles and only in certain channels.

For example, the default configuration for the <mark style="color:$success;">Not Matching HyperLinks</mark> feature below denies posting messages with mismatching links in all channels and to all roles but Bots, Server Owners, and Administrators. But if, for some reason, you want to allow posting these kinds of links for some roles or in some channels, you can set it manually:

<figure><img src="https://3820815315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnX757myueIMa0YXG4HJl%2Fuploads%2Fap55B6xkl9BYEEko2M2M%2FScreen%20Shot%202025-11-09%20at%2018.35.46.png?alt=media&amp;token=414399cd-8bc9-439e-9593-0aece11d2c8f" 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-features-configuration.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.
