> For the complete documentation index, see [llms.txt](https://docs.abtasty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abtasty.com/web-experimentation-and-personalization/campaign-creation-and-dashboard/how-to-exclude-ip-addresses-from-your-campaigns.md).

# How to exclude IP addresses from your campaigns

You can exclude specific IP addresses from your campaigns. Once excluded, visitors coming from those addresses won't see your campaigns and will not be included in your campaign reporting. For example, you may want to exclude specific bots, probes, technical teams or agencies with whom you are collaborating.

## Excluding IP addresses <a href="#h_01jcgcdrehhssvm45wsbfyzzhk" id="h_01jcgcdrehhssvm45wsbfyzzhk"></a>

To exclude IP addresses, go to the Settings > **Advanced settings** > **IP exclusions**.

You can exclude a single IP address

Or a range of IP addresses

{% hint style="info" %}
Applying IP exclusions at the account level will automatically create a specific trigger in every newly created campaign (targeting step). This trigger is used by the campaign but will not be saved (unless specified in the targeting step) to be used for every campaigns.
{% endhint %}

## Removing excluded IP addresses <a href="#h_01jcgce9vb7a053yzpn8q5c447" id="h_01jcgce9vb7a053yzpn8q5c447"></a>

You can also remove previously set exclusions by clicking on the **‘bin’** icon from the exclusion list.

IP exclusions will automatically exclude the specified IP addresses for each new campaign. Campaigns created before the addition or modification of an IP exclusion will not be affected by the modification.


---

# 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.abtasty.com/web-experimentation-and-personalization/campaign-creation-and-dashboard/how-to-exclude-ip-addresses-from-your-campaigns.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.
