> For the complete documentation index, see [llms.txt](https://docs.cloudfilt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudfilt.com/getting-started/configure-cloudfilt.md).

# Configure CloudFilt

After adding your website to the Dashboard, you can access the **Configure CloudFilt** interface to manage security, CDN, and integrations according to your needs. This section allows you to centrally configure all the features offered by CloudFilt.

## Accessing the Interface

1. Go to **Websites & WebApps > My Websites**.
2. Select the desired website.
3. Click **Settings**.
4. Choose **Configure CloudFilt**.

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

{% hint style="info" %}
**Note:** Any changes you make can be saved for this specific site, or applied to any other existing sites in your account.
{% endhint %}

***

## IP, Host, and ASN Management

* **IP Whitelist / Blacklist** : Allow or block specific IP addresses to secure access to your site.
* **Host Management** : Define allowed or blocked hostnames.
* **ASN Control** : Restrict or allow traffic from specific networks (Autonomous System Numbers).

These settings provide **precise control over network traffic**, complementing the overall protection offered by the CDN/WAF.

***

## Advanced Traffic Filtering

CloudFilt also offers filters to manage unwanted traffic and automated attacks :

* **Bot** : Blocks known bots.
* **Tor** : Filters traffic from the Tor network.
* **Proxy** : Detects and limits access via proxy servers.
* **Scraping & AI Bots** : Protects against automated scraping and AI-powered bots.
* **SPAM Submissions** : Prevents spam form submissions.
* **Web Fraud & Business Logic** : Blocks fraud attempts or exploitation of site logic.
* **Vulnerability Scanning** : Detects and blocks automated vulnerability scans.


---

# 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://docs.cloudfilt.com/getting-started/configure-cloudfilt.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.
