> For the complete documentation index, see [llms.txt](https://mintechbots.gitbook.io/mintech-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mintechbots.gitbook.io/mintech-guide/settings/imap-gmail-only.md).

# IMAP GMAIL ONLY

Access your Google Account settings and navigate to the Security section. Once there, locate the option for "Signing in to Google" and click on 2-Step Verification.

After enabling 2-Step Verification, proceed to the bottom of the page and find the App passwords section. Create a unique name for the app password to easily identify its purpose, then select the option to generate it.

Follow the on-screen instructions to obtain the app password, which is a 16-character code generated specifically for your device.

Upon successful generation, select "Done" to complete the process.

If you're unable to find the option to add an app password after setting up 2-Step Verification, it could be due to various reasons:

* Your Google Account might have 2-Step Verification configured exclusively for security keys.
* You could be logged into an account associated with work, school, or another organization.
* Your Google Account may have Advanced Protection enabled, limiting certain access options.

<figure><img src="/files/zFetE1eepQrQJEmr9eJG" alt=""><figcaption><p>input your gmail email and imap password (NO SPACE)</p></figcaption></figure>

**In case you still not understand, check the video below.**

Take a look at this video on how to setup <https://www.youtube.com/watch?v=uVDq4VOBMNM&feature=youtu.be&ab_channel=SysTools>

IMAP Email: Your email\
IMAP Password: The app password of your gmail (not login password)


---

# 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://mintechbots.gitbook.io/mintech-guide/settings/imap-gmail-only.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.
