## **Step 1 : Enable IMAP**

To scan your mailbox for emails, you need to enable IMAP for your Mail.com account.

Click **Email** → **Settings** → **POP3 & IMAP** → **Enable access to this account via POP3 and IMAP**


1. Once logged-in to Mail.com, go to **Email**.
2. Head to **Settings** and then **POP3 & IMAP**.
3. Then **Enable access to the account via POP3 and IMAP**.
4. Finally, **Save** (don't forget this step ⚠️).

## Step 2: Do you have 2-factor-auth enabled?

If you don't have 2-factor-auth enabled on your Mail.com account, you're all done and can now connect mail account to Leave Me Alone via the [Accounts](https://app.leavemealone.com/settings/accounts) page.

However, if you do - have 2-factor-auth enabled -, you'll need to continue to step 3.

## Step 3: **Create an App Password**


1. Click on **Home** and on **Security Options**.
2. Click on **Manage application-specific passwords**.
3. Then on **Create new application-specific password**.
4. Enter your password and click on **Continue**.


:::info
The App Password will only be shown once. If you lose it, you'll need to revoke the old one and create another.

:::

**All done!** ✨

You can now connect you can now connect Mail.com account to Leave Me Alone via the [Accounts](https://app.leavemealone.com/settings/accounts) page.

---

# 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 search API with the q parameter:

```
GET https://help.leavemealone.com/api/search?q=<your_query>
```

The query should be search terms that you're trying to find to answer your question.
The response will contain 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.
