# Email Sharing

<figure><img src="/files/FOU4naBBybh6zxGNSSz2" alt=""><figcaption><p>Email Option on the Frontend</p></figcaption></figure>

When enabled, emails are a powerful feature and allow users to send themselves or someone else an email about the text selection, highlight, or quote.

When the email is clicked on, a user is shown a modal where the user can input any sharing details.

<figure><img src="/files/bNmSpmAS2mfe7cI05wz9" alt=""><figcaption><p>The Email Modal for Email Sharing</p></figcaption></figure>

To prevent any spam or bot submissions, Akismet and reCAPTCHA 3 are supported.


---

# 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.dlxplugins.com/highlight-and-share/emails/email-sharing.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.
