> For the complete documentation index, see [llms.txt](https://docs.cipp.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cipp.app/user-documentation/email/spamfilter/list-connectionfilter/add.md).

# Deploy Connection Filter

This page applies connection filter settings to one or more tenants, either from a saved template or from JSON you enter yourself. It is reached from the **Deploy ConnectionFilter** button on [Connection Filter](/user-documentation/email/spamfilter/list-connectionfilter.md).

| Field                        | Description                                                                                                                                       |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| Select Tenants               | The tenants to deploy to. More than one can be chosen, and the tenant you are currently on is preselected. Required.                              |
| Select a template (optional) | A saved connection filter template. Choosing one fills **Parameters (JSON)** with the template's settings, which can be edited before submitting. |
| Parameters (JSON)            | The connection filter settings to apply, as JSON. Required.                                                                                       |

**Submit** applies the settings. The results panel reports the outcome for each tenant separately, so a failure against one tenant does not hide a success elsewhere.

{% hint style="info" %}
Deploying updates the tenant's existing connection filter policy rather than adding a second one, so the IP allow list, IP block list, and safe list switch in the template replace what the tenant had before.
{% endhint %}

Templates are managed on [Connection Filter Templates](/user-documentation/email/spamfilter/list-connectionfilter-templates.md).

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/CyberDrain/CIPP/issues/new?template=feature.yml) on GitHub.


---

# 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.cipp.app/user-documentation/email/spamfilter/list-connectionfilter/add.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.
