> For the complete documentation index, see [llms.txt](https://helpdesk.ldtsoft.work/ldt-online-course/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.ldtsoft.work/ldt-online-course/settings/how-to-get-email-notifications-for-student-notes.md).

# How to Get Email Notifications for Student Notes

This guide shows you how to receive an email notification every time a student adds a new note to any lesson.&#x20;

By enabling this feature, you can quickly respond to student questions and feedback, significantly improving the quality of your support and the overall learning experience.

### Step 1: Access Your Email Notification Settings

First, you need to find the notification settings within the LDT app.

* From your Shopify admin, go to **Apps** > **LDT Online Courses** > **Settings**.
* In the settings menu, select **Email notification**.

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

### Step 2: Enable Notifications for Student Notes

* In the **Email notification** section, scroll down until you find "**Notes in the course**".
* Click the toggle switch to enable the option "Get notified when students add notes to the course."
* After you have enabled the notification and verified your email, scroll down and click the Save button to apply your changes.

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

By enabling this feature, you will never miss a note or question from your students, allowing you to provide timely support and foster a more interactive learning environment.

<br>


---

# 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://helpdesk.ldtsoft.work/ldt-online-course/settings/how-to-get-email-notifications-for-student-notes.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.
