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

# Guard Features

## <mark style="color:$primary;">Guard Features Activation.</mark>

To start using the <mark style="color:blue;">**Guard**</mark> features, you first need to activate them. For this, go to the <mark style="color:$primary;">**Select a Plugin**</mark> page and click on the <mark style="background-color:purple;">`≡ Features`</mark> button on the <mark style="color:blue;">**Guard**</mark> card.

<figure><img src="https://3820815315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnX757myueIMa0YXG4HJl%2Fuploads%2FJarljCRKx7LmYg9JRvq0%2Fimage.png?alt=media&amp;token=f7c1b0a1-c365-4e65-ae36-2063fd24fc62" alt=""><figcaption></figcaption></figure>

Now, activate the desired features (we strongly recommend enabling all of them) by clicking on the switcher on the corresponding card, and confirm activation - one feature at a time.

<figure><img src="https://3820815315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnX757myueIMa0YXG4HJl%2Fuploads%2FhrCtjzfbUVaf961yW9Ir%2Fimage.png?alt=media&amp;token=f90aee06-70bd-4f45-87ef-e683b338fcf9" alt=""><figcaption></figcaption></figure>

## <mark style="color:$primary;">Guard Features List.</mark>

For the detailed explanation of how each particular feature works, visit the corresponding page:

{% content-ref url="/pages/0tCMjdX3Bq8ZCTacqmjq" %}
[Not Matching HyperLinks](/plugins/guard/guard-features/not-matching-hyperlinks.md)
{% endcontent-ref %}

{% content-ref url="/pages/RmOY9KRcOf6TwEwXsXmL" %}
[Links in Embed Messages](/plugins/guard/guard-features/links-in-embed-messages.md)
{% endcontent-ref %}

{% content-ref url="/pages/aiTFeYDK3L4rqG6ikzeb" %}
[Users With Transparent PFPs](/plugins/guard/guard-features/users-with-transparent-pfps.md)
{% endcontent-ref %}

{% content-ref url="/pages/cN29qCQnB4otQqNNx9Er" %}
[Promotional Text and QR Codes in Images](/plugins/guard/guard-features/promotional-text-and-qr-codes-in-images.md)
{% endcontent-ref %}

{% hint style="success" %}

Once you've activated all features, it's time to [set up the Guard Settings](/plugins/guard/guard-settings.md).
{% endhint %}

## <mark style="color:$primary;">Guard Features Сonfiguration.</mark>

All the <mark style="color:blue;">**Guard**</mark> features, by default, have an optimal configuration, and in general, you should not change them, but if you want to, click the <mark style="background-color:purple;">`≡ Configure`</mark> button on the corresponding card. Read more about the <mark style="color:blue;">**Guard**</mark> features configuration [here](/plugins/guard/guard-features-configuration.md).


---

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