# Email

The E-mail plugin allows you to send an automated email to the user, containing the personalized information.

![](/files/-Ldtekq4I13LqdGcgmKJ)

It is necessary that you register the E-mail service that you want to use. To do this, just click on the "+" link in the "Email Service" link.

![](/files/-LdtenMoazkHFZBCssnP)

Once this step is activated the user will receive an email!

{% hint style="info" %}
You can use the information that the user sent during the flow to send a personalized email with a general summary or to confirm a schedule.
{% endhint %}


---

# 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://help-en.cosmobots.io/bot-builder/conversation-flow/email.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.
