# Rememberizer Gmail integration

1. Sign in to your account.
2. Navigate to **Personal > Your Knowledge** tab, or visit <https://rememberizer.ai/personal/knowledge>. You should see all available knowledge sources there, including Gmail.

<figure><img src="/files/FcOv26iGlp5vIm8g11qE" alt="gmail personal knowledge"><figcaption></figcaption></figure>

3. Click the **"Connect"** button for the Gmail knowledge source. You will be redirected to a new page asking for your permission to allow Rememberizer to access your Gmail. Select your Gmail account.

<figure><img src="/files/be155DhYLQi02VqYB7jO" alt="gmail oauth step 1"><figcaption></figcaption></figure>

4. Approve the app by clicking "**Continue"**.

<figure><img src="/files/FaCUHTFknlKaGkQ9G6lT" alt="gmail oauth step 2"><figcaption></figcaption></figure>

5. Grant Rememberizer **permissions** to access your Gmail by clicking **"Continue".**

<figure><img src="/files/K79r0ZaisE6wVuZLRB7p" alt="gmail oauth step 3"><figcaption></figcaption></figure>

6. You'll be redirected back to our platform, where you should see your Gmail connected.

<figure><img src="/files/BzkMxM4hfW0pekgVmPhF" alt="gmail auth redirect"><figcaption></figcaption></figure>

7. Now that you're connected, you need to specify which email labels our product should embed. Click on the **"Select"** button and choose your desired email labels from the side panel. All emails that belong to the selected labels will be embedded.

<figure><img src="/files/VCgUDAjpHtSNMHT7xZmx" alt="gmail choose knowledge"><figcaption></figcaption></figure>

8. After selecting the labels, click **"Add"** to start embedding your knowledge. You also need to check the box to agree with Rememberizer's policy of sharing your Gmail data with third-party applications that you have specifically approved.

<figure><img src="/files/I04N7VJepzdpnk3TVrlA" alt="gmail choose knowledge checkbox"><figcaption></figcaption></figure>

9. Once you've selected your labels, our system will begin embedding the emails and attachments. This process may take a few minutes, depending on the amount of data.

<figure><img src="/files/J2VU207iGbTeFGdS1GW3" alt="gmail indexing"><figcaption></figcaption></figure>

### What's next?

Use the [Memento](/personal-use/personal/mementos-filter-access.md) feature to filter access to the sourced data. Combine this with your knowledge from other applications such as Slack, Box, Dropbox, etc. to form a comprehensive memento.

You can also [Search Your Knowledge](https://rememberizer.ai/personal/search) through our web UI, or better, use this knowledge in an LLM through our GPT app or our public API.

And that's it! If you encounter any issues during the process, feel free to contact our support team.


---

# 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://docs.rememberizer.ai/personal-use/integrations/rememberizer-gmail-integration.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.
