> For the complete documentation index, see [llms.txt](https://help.meltingspot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.meltingspot.io/english/user-settings/manage-notifications/email-digest.md).

# Email Digest

The email digest is an email sent to all Spot members at regular intervals. It summarizes everything that's happened recently.&#x20;

## Content of the email digest&#x20;

In the email digest, you’ll find the latest activities on the Spot, organized into five different sections. Each section contains up to 10 items.

### Lives&#x20;

In this section, you'll find a list of upcoming lives to which you have access. Please note that this list only contains lives scheduled for the next 4 weeks. Click on `Discover` to be redirected to the live event.

<figure><img src="/files/OTN2CIKjRYJ11T6HrMBN" alt=""><figcaption><p>Email Digest Lives section</p></figcaption></figure>

### **Courses**

This section lists the new courses that have been published since the last email digest. Clicking on `Discover` will redirect you to the course.

### **Topics**

This section lists the new topics that have been published since the last email digest. The list is sorted by the number of votes in descending order. Clicking on `Discover` will redirect you to the document.

### Messages&#x20;

This section lists the channels in which you have unread messages. Click on `Discover` to be redirected to the channel.

<figure><img src="/files/Y91M1BriFiHa54sg9o1t" alt=""><figcaption><p>Email Digest Messages section</p></figcaption></figure>

### Documents&#x20;

In this section, you'll find a list of new documents published since the last email digest. Clicking on `Discover` takes you to the document.

<figure><img src="/files/3Tl8QoVKJQU82hz2YFW6" alt=""><figcaption><p>Email Digest Documents section</p></figcaption></figure>

## Frequency&#x20;

By default, you receive this email every week, but you can choose to change this frequency! Click [here](/english/user-settings/manage-notifications.md) to do so!


---

# 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://help.meltingspot.io/english/user-settings/manage-notifications/email-digest.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.
