> For the complete documentation index, see [llms.txt](https://docs.fusion.vectra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fusion.vectra.ai/automate-responses/configuring-response-integrations.md).

# Configuring Response Integrations

There are four types of response integrations offered by Vectra:

| BLOCK                                                                                                                                                                                                                                                                                                                                                                           | DNS                                                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <ul><li><a href="https://docs.netography.com/netography-docs/docs/blocklist">Blocklist</a></li><li><a href="https://docs.netography.com/netography-docs/docs/crowdstrike">CrowdStrike</a></li><li><a href="https://docs.netography.com/netography-docs/docs/flowspec-1">Flowspec</a></li><li><a href="https://docs.netography.com/netography-docs/docs/rtbh">RTBH</a></li></ul> | <ul><li><a href="https://docs.netography.com/netography-docs/docs/route-53">AWS Route 53</a></li><li><a href="https://docs.netography.com/netography-docs/docs/ns1">NS1</a></li></ul> |

| NOTIFICATION                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | TRAFFIC                                                                                                                                                                                   |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <ul><li><a href="https://docs.netography.com/netography-docs/docs/bigpanda">BigPanda</a></li><li><a href="https://docs.netography.com/netography-docs/docs/email">Email</a></li><li><a href="https://docs.netography.com/netography-docs/docs/microsoft-teams">Microsoft Teams</a></li><li><a href="https://docs.netography.com/netography-docs/docs/pagerduty">Pagerduty</a></li><li><a href="https://docs.netography.com/netography-docs/docs/panther">Panther</a></li><li><a href="https://docs.netography.com/netography-docs/docs/slack">Slack</a></li><li><a href="https://docs.netography.com/netography-docs/docs/splunk">Splunk</a></li><li><a href="https://docs.netography.com/netography-docs/docs/sumologic">Sumologic</a></li><li><a href="https://docs.netography.com/netography-docs/docs/twilio">Twilio</a></li><li><a href="https://docs.netography.com/netography-docs/docs/webhook">Webhook</a></li></ul> | <ul><li><a href="https://docs.netography.com/netography-docs/docs/bgp">BGP</a></li><li><a href="https://docs.netography.com/netography-docs/docs/flowspec-traffic">Flowspec</a></li></ul> |

### Configuring a Response Integration <a href="#configuring-a-response-integration" id="configuring-a-response-integration"></a>

In **Settings** > **Response Integrations**, click **Add Integration**. Select one of the available Response Integrations to add and configure it.

![](/files/B735DgZuLqvZmLyi5SqP)

See the doc page for the selected Response Integration for more configuration details.

#### Common Configuration Fields <a href="#common-configuration-fields" id="common-configuration-fields"></a>

All Response Integrations have the following common fields:

| field         | Required | Description                                      | Examples                                      |
| ------------- | -------- | ------------------------------------------------ | --------------------------------------------- |
| `Name`        | yes      | A unique name for the integration                | integration1                                  |
| `Description` |          | Additional information regarding the integration | Test integration signaling our QA environment |


---

# 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.fusion.vectra.ai/automate-responses/configuring-response-integrations.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.
