> For the complete documentation index, see [llms.txt](https://docs.yoplanning.support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoplanning.support/en/faq/faq-des-staffs/activer-les-notifications-par-e-mail-pour-les-sessions-a-venir.md).

# Activer les Notifications par E-mail pour les Sessions à Venir

### Steps to enable email notifications

To never miss an important session, follow these simple steps to enable email notifications. This will allow you to receive a reminder X hours, minutes, or day before your session starts.

**1. Access profile settings**

* Click on your **profile**, located at the top right of the screen.
* From the drop-down menu, select **"preferences"**.

**2. Configure email notifications**

* Scroll down to the **"Advanced"** section.
* Look for the option dedicated to **email notifications**.

**3. Set email reminder**

* In the **email notifications** section, choose the **reminder delay** before the session starts (e.g., X hours, Y minutes, or Z days).
* Once you have selected the timeframe, click **"Save"** to enable notifications.

Now you're ready to receive email alerts to remind you of your upcoming sessions, with peace of mind.


---

# 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.yoplanning.support/en/faq/faq-des-staffs/activer-les-notifications-par-e-mail-pour-les-sessions-a-venir.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.
