# Security Automation

**Overview**

The **Security Automation** section automates fraud prevention by blocking high-risk visitors, Proxy/VPN users, and fraudulent orders.

**Key Features**

* **Auto-block High Risk Visitors**: Block visitors above a set risk score (default: 100).
* **Auto-block Fraud Orders**: Block orders above a set risk score (default: 100).

**How to Use**

* Enable the feature using the toggle.
* Set the risk score threshold (e.g., 80).
* Choose to block or redirect (e.g., to <https://example.com/blocked>).
* Save changes to apply the rules.

**Example**

Set the threshold to 80 to block all Proxy/VPN users with a High Risk score (67-100).


---

# 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://browsify.gitbook.io/browsify-docs/security-automation.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.
