> For the complete documentation index, see [llms.txt](https://docs.rememberizer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rememberizer.ai/ar/alastkhdam-alshkhsy/integrations/rememberizer-gmail-integration.md).

# تكامل Rememberizer مع Gmail

1. قم بتسجيل الدخول إلى حسابك.
2. انتقل إلى علامة التبويب **الشخصي > معرفتك**، أو قم بزيارة <https://rememberizer.ai/personal/knowledge>. يجب أن ترى جميع مصادر المعرفة المتاحة هناك، بما في ذلك Gmail.

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

3. انقر على زر **"اتصال"** لمصدر معرفة Gmail. سيتم توجيهك إلى صفحة جديدة تطلب إذنك للسماح لـ Rememberizer بالوصول إلى Gmail الخاص بك. اختر حساب Gmail الخاص بك.

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

4. وافق على التطبيق من خلال النقر على "**متابعة"**.

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

5. امنح Rememberizer **الأذونات** للوصول إلى Gmail الخاص بك من خلال النقر على **"متابعة".**

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

6. سيتم توجيهك مرة أخرى إلى منصتنا، حيث يجب أن ترى Gmail الخاص بك متصلًا.

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

7. الآن بعد أن أصبحت متصلًا، تحتاج إلى تحديد تسميات البريد الإلكتروني التي يجب أن يدمجها منتجنا. انقر على زر **"اختيار"** واختر تسميات البريد الإلكتروني المرغوبة من اللوحة الجانبية. سيتم تضمين جميع رسائل البريد الإلكتروني التي تنتمي إلى التسميات المحددة.

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

8. بعد اختيار التسميات، انقر على **"إضافة"** لبدء تضمين معرفتك. تحتاج أيضًا إلى تحديد المربع للموافقة على سياسة Rememberizer لمشاركة بيانات Gmail الخاصة بك مع التطبيقات الخارجية التي قمت بالموافقة عليها بشكل محدد.

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

9. بمجرد اختيار التسميات الخاصة بك، سيبدأ نظامنا في تضمين رسائل البريد الإلكتروني والمرفقات. قد تستغرق هذه العملية بضع دقائق، اعتمادًا على كمية البيانات.

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

### ما هو التالي؟

استخدم ميزة [Memento](/ar/alastkhdam-alshkhsy/personal/mementos-filter-access.md) لتصفية الوصول إلى البيانات المصدرة. اجمع بين هذا ومعرفتك من تطبيقات أخرى مثل Slack و Box و Dropbox، وما إلى ذلك لتشكيل مemento شامل.

يمكنك أيضًا [البحث عن معرفتك](https://rememberizer.ai/personal/search) من خلال واجهتنا على الويب، أو من الأفضل، استخدم هذه المعرفة في LLM من خلال تطبيق GPT الخاص بنا أو عبر واجهتنا العامة API.

وهذا هو كل شيء! إذا واجهت أي مشاكل أثناء العملية، فلا تتردد في الاتصال بفريق الدعم لدينا.


---

# 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://docs.rememberizer.ai/ar/alastkhdam-alshkhsy/integrations/rememberizer-gmail-integration.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.
