> For the complete documentation index, see [llms.txt](https://wiki.lucysecurity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.lucysecurity.com/application-reference/settings/submitted-email-settings/incident-autoresponder.md).

# Incident Autoresponder

{% hint style="info" %}
Navigate to **Settings > Submitted Email Settings > Autoresponder**
{% endhint %}

### Introduction

The Incident Autoresponder feature in LUCY allows administrators to automatically respond to emails submitted via the reporting plugin. The response can include the risk score calculated by LUCY and you can define separate responses for real incidents and simulations.

<figure><img src="/files/kzNb8OUOsrloWgwEj0gY" alt=""><figcaption><p><strong>%score%</strong> - The email's calculated <a href="https://app.gitbook.com/o/gJ3JHRuHpkD1JGxoFnyo/s/VYPsDfg76rUuy4DWfSsJ/~/changes/568/platform-reference/navigation-bar/settings/submitted-email-settings/scoring">risk score</a>.</p></figcaption></figure>

***

### Autoresponse Detection

{% hint style="info" %}
Navigate to **Settings > Submitted Email Settings > Auto Response Detection**
{% endhint %}

Sometimes the reply that LUCY receives is not a report but an out-of-office message or some other automatic reply. In order to avoid a situation where two autoresponders are talking to each other, you can define various phrases that LUCY can check for in its messages to determine if the response came from an autoresponder.

<figure><img src="/files/dc9rsthunkxBzRyqQvT9" alt=""><figcaption><p>You can create a list of phrases by separating each phrase with a comma.</p></figcaption></figure>

**Timeout** - Any reply within this number of seconds will be considered an autoresponse and LUCY will treat it accordingly.

**Out of Office Delay** - Time (in days) before LUCY re-sends the message that triggered the autoresponse.

**Out of Office Phrases** - Provide a list of text patterns here and LUCY will scan incoming messages for these phrases. If any are found, LUCY will treat the message as an autoresponse.

**Bounced Phrases** - Similar to Out of Office, any message that contains a phrase from this list will be treated as a bounced message. LUCY will attempt to re-send bounced messages until the message returns a different status.


---

# 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://wiki.lucysecurity.com/application-reference/settings/submitted-email-settings/incident-autoresponder.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.
