> For the complete documentation index, see [llms.txt](https://viralistic.gitbook.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://viralistic.gitbook.io/knowledgebase/email/cant-log-into-your-email.md).

# Can't log into your email

Follow this guide to troubleshoot and resolve login issues:

**1. Check Your Credentials:**

* Double-check your email address and password for typos.
* Make sure the CAPS LOCK key is not enabled.

**2. Reset Your Password:**

* Follow [the steps here](/knowledgebase/email/forgot-password.md) to change your password.

**3. Clear Browser Cache:**

* If you're using a web browser, clear your browser's cache, cookies, and browsing history.
* Restart the browser and attempt to log in again.

**4. Try a Different Browser or Device:**

* If you're having trouble on one browser, try another browser or a different device to see if the issue persists.

**5. Check Internet Connection:**

* Ensure you have a stable internet connection. Unstable connections might lead to login issues.

**6. Disable Browser Extensions:**

* Some browser extensions might interfere with website functionality. Try disabling them temporarily and attempt to log in again.

**7. Temporary Account Lockout:**

* Some email services lock your account after multiple unsuccessful login attempts. Wait for a period (e.g., 15-30 minutes) and try again.

**8. Verify Account Status:**

* Check if your email account is still active and not suspended or disabled.

**9. Two-Factor Authentication (2FA):**

* If you have 2FA enabled, make sure you're entering the verification code correctly.
* Check if you can receive the code via an alternative method (e.g., text message or authentication app).

**11. Account Recovery:**

* If your account has been compromised, contact us immediately trough whatsap or call us: +31202101075

**13. Keep Your Devices Secure:**

* Ensure your devices are protected with up-to-date antivirus and antimalware software.

{% hint style="info" %}
Remember, each email service might have slightly different recovery processes, so it's best to refer to us if you can't figure it out.
{% endhint %}

Staying patient and following these steps should help you regain access to your email account.


---

# 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://viralistic.gitbook.io/knowledgebase/email/cant-log-into-your-email.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.
