> 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-customize-account-invitation-emails-to-students.md).

# How to Customize Account Invitation Emails to Students

This guide will show you how to activate and configure the automatic account invitation email for your students. This feature makes it easy for them to set up their accounts and access their courses, which improves the user experience and reduces support requests.

### Step 1: Access Your Email Settings

First, navigate to the email settings within the LDT app.

* From your Shopify admin, go to **Apps** > LDT Online Courses > **Settings**.
* From the settings menu, select Email notification, scroll down to find the "**Customer account invitation**" setting and then click on "**Edit Email Template**."

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

### Step 2: Customize the Email Template&#x20;

If you want to customize the content of the invitation email, follow these steps:

* Click on "**Edit Email Template**."
* You can adjust the email text to match your brand's voice, but make sure to keep the system variables (such as {{ customer.first\_name }}, {{ shop.name }}, and the activation link) exactly as they are.

Save your changes after you've finished editing.

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

#### Conclusion

By configuring this feature, you'll make it easier for your students to access their courses without hassle, which enhances their user experience and minimizes account-related support requests.

<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-customize-account-invitation-emails-to-students.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.
