> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-send-email-from-the-opportunity-tab.md).

# CRM - Send email from the opportunity tab

<figure><img src="/files/9711eb79ce8dd5505af8cf68f40ee8ef10f2b1a1" alt="" width="375"><figcaption></figcaption></figure>

To create an email in the CRM, click on the opportunity, and then on '**Email**';

<figure><img src="/files/41b627de51d9563c2f8d1cc55b57b958fcd76246" alt=""><figcaption></figcaption></figure>

Customize the email according to your preferences. Set the sender, being the **recipient the lead of the opportunity**. Describe the subject and, if you wish, attach files before sending.

<figure><img src="/files/d55d6e0275f3d500f88d34a04cf0defff5b1d398" alt=""><figcaption></figcaption></figure>

After sending, you will find a summary of the email in the opportunity's history. You can view or reply as needed.

<figure><img src="/files/51c25ad877ccd2d2ec6d128ee716ef2f230a559c" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Attention:** an email sent by the CRM, when received by the lead, its preview in the inbox may show the **code with the opportunity ID**, as in the example below. This case only occurs when the email content is small (such as in a test, for example).
{% endhint %}

<figure><img src="/files/550b792e00193975d625c1e22b1bfe35bdee853d" alt=""><figcaption></figcaption></figure>


---

# 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.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-send-email-from-the-opportunity-tab.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.
