# Enabling auto responder emails

### FormX's auto responder emails

At the end of this manual, you will be able to set up an auto response that will automatically reach the email of the person once they submit the form.

First, login to your [formX console](https://app.formx.stream/app/login).&#x20;

* Navigate to the form where you want to add the auto responder email, using the switcher on the top left of the screen.
* Go to **Settings**
* Choose the **Auto Responder** sub-menu
* Toggle the email Auto Responder **On**
* You can type in the the message below in the text box

![Message that will automatically reach submitter's email ID](https://lh4.googleusercontent.com/7zw-gwdsFYfW4OUH3YAiK30YwfzBSbpOgQ3u2xrDxDok6oOtsHZ8YDBR2i7dBH2qilTe2rhWS_CWTHK1wKDVY6I21dKxFO-AzgA8ytiq-pen8Xl1iH5vhXgjIW_rvC-9iqHK4-r1)

There will be a list of merge tags available below the text box itself.&#x20;

Note: Surround the merge tag with {{ and }}

Example: For use name tag, {{name}} will do the trick!


---

# 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.formx.stream/guides/enabling-auto-responder-emails.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.
