# Email Troubleshooting

**The platform sends email notifications to your email address for various reasons, e.g. password reset. If you are not receiving an email, please complete the email troubleshooting.**

### **Was the email address entered correctly?**&#x20;

Check if the email address has been spelled correctly, then double check.&#x20;

### **Is the email delayed or is the email not arriving?**&#x20;

If you are not receiving an expected email, complete the following troubleshooting:

1. **Email spelling.** Ensure that the email address is correct and not misspelled.&#x20;
2. **Service providers.** Check if there is an issue with your Internet Service Provider (ISP) or email provider.
3. **Connectivity.** Test your internet connection.
4. **Inbox full.** Check if your email inbox is full.
5. **Junk mail.** Check if the email has ended up in your email Spam or Junk folder.
6. **Is the email (or domain) being blocked?** In a secure network, firewalls and similar security measures may be in place. This could mean that you are unable to receive emails from unknown domains or unknown senders, i.e. from the app. Ask your network administrator to [whitelist the app domain(s)](/learning-app-docs/guide/help-and-support.md#whitelisting-the-platform).&#x20;

{% hint style="info" %}
If you do not receive an expected email **within 24 hours** and you have done all the troubleshooting, you can try using a **different email address**. Alternatively, [contact your app support](/learning-app-docs/guide/help-and-support.md).
{% endhint %}


---

# 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://everyday-digital.gitbook.io/learning-app-docs/troubleshooting/email-troubleshooting.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.
