# Configuring Traffic Blocking

The CustomFit dashboard provides a way to configure traffic blocking based on specific criteria, such as IP addresses, referrers, and page paths. Below are the different methods you can use for traffic blocking:

* **Blocking Traffic from Specific IP Addresses.** For example, Adding 192.168.123.34, 192.168.135.32 will block out traffic coming from the given IP addresses. If you want to block multiple addresses, then use commas to separate different IP addresses.
* **Blocking Traffic Based on Referrer.** For example, adding facebook.com will block out referral traffic from any facebook.com URL. Use commas to separate different referrer domains. This will reduce the spam or unwanted traffic originating from certain referrers.
* **Blocking Traffic Based on Specific Page Paths.** For example: adding <https://your-domain/blogs/\\>\* will block out all traffic coming from <https://your-domain/blogs> URL. Use commas to separate different page paths.&#x20;

### To configure traffic

* From the dashboard sidebar, click on '**Settings**' and then click on the '**CustomFit Setup**' option.

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

* Click on the '**Advanced Settings**' option.
* If you want to block IP addresses, then enter the IP address in **'IP Addresses to Exclude**' and click on the '**Update**' button.
* If you want to block referrers then enter the referrers in **'From these referrers**' and click on the '**Update**' button.
* If you want to block specific page paths then enter the page paths in **'From these page paths**' and click on the '**Update**' button.

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


---

# 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://doc.customfit.ai/account-setup/configuring-traffic-blocking.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.
