# Automating Response in Fusion

Fusion allows you to create a set of automated responses to events. A response can be a notification sent to a third-party system or a blocking action provided by a third-party system.

To automate a response involves two configuration steps:

### 1. [Configuring Response Integrations](/automate-responses/configuring-response-integrations.md) <a href="#id-1-configuring-response-integrations" id="id-1-configuring-response-integrations"></a>

Configure a **Response Integration**. Response integrations define the method and system a response event is sent to when a *Response Policy* determines a response action should be triggered.

You must add one or more response integrations to Fusion before a response policy will trigger an action.

### 2. [Configuring Response Policies](/automate-responses/response-policies.md) <a href="#id-2-configuring-response-policies" id="id-2-configuring-response-policies"></a>

Configure a **Response Policy**. Response policies define automated actions in response to events generated by Detection Models. By creating and configuring response policies, teams can streamline their incident response processes, ensuring timely and appropriate actions are taken when specific conditions are met.

A response policy has one or more response integrations associated with it.


---

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