> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/ar/genstudio-workspace/document-upload.md).

# رفع المستندات

يتيح لك SkyDeck.AI إضافة أنواع مختلفة من المستندات والصور إلى محادثاتك مع الذكاء الاصطناعي. يمكنك أن تطلب من نموذج اللغة المفضل لديك تحليل ملفك، وستتمكن من تلقي ملخصه، أو تفسيره، أو إجابات على أسئلتك حول محتواه.

### إضافة مستند

لإضافة مستند، افتح محادثة وانقر على **إضافة** بجوار إدخال المطالبة. ثم، اختر **تحميل المستندات**. نحن ندعم حاليًا هذه الامتدادات للملفات: PDF، DOC، DOCX، PPTX، وملفات النص البسيطة.

<figure><img src="/files/o8YtlKNaXo9kMZcx1XeU" alt="تحميل المستندات" width="563"><figcaption></figcaption></figure>

سيتم إرفاق المستند برسالتك وإرساله إلى LLM. يمكنك رؤية الملف المرتبط بالرسالة ويمكنك حتى إعادة تنزيله.

<figure><img src="/files/hdW86D9SKEqaOeXYBVVE" alt="المستند المرفق"><figcaption></figcaption></figure>

### إضافة صورة

لإضافة صورة، انقر على **إضافة** ثم اختر **تحميل الصور**. نحن ندعم حاليًا هذه الامتدادات للملفات: JPEG، JPG، WEBP، PNG.

<figure><img src="/files/PqCQS7kjG3wlCN7AOVIG" alt="تحميل الصور" width="563"><figcaption></figcaption></figure>

ستكون الصورة مرفقة مع رسالتك وسيتم إرسالها إلى LLM. بالإضافة إلى ذلك، يمكنك أيضًا النقر على الصورة، مما سيفتح نافذة منبثقة جديدة تعرضها بشكل أوضح.

<figure><img src="/files/gyWZ0I14kn2rpPIu1YFY" alt="صورة مرفقة"><figcaption></figcaption></figure>

<figure><img src="/files/1DiRnbGN0Hrv3PgxFVCZ" alt="صورة معاينة" width="375"><figcaption><p>عرض الصورة مباشرة في GenStudio</p></figcaption></figure>

### القيود <a href="#h_52e5a07158" id="h_52e5a07158"></a>

* الحجم الإجمالي لجميع الملفات لكل رسالة: حتى 20 ميغابايت

<figure><img src="/files/dlvpGbo0qLFBSU2mNQyX" alt="maximum file size error" width="490"><figcaption></figcaption></figure>

* إذا كان حجم الملف أقل من 20 ميغابايت ولكنه لا يزال يتجاوز حد الرموز، سيتم عرض خطأ آخر:

<figure><img src="/files/4JGarNm3JVw4EdOHH0rg" alt="token limit error"><figcaption></figcaption></figure>

* العدد الإجمالي للملفات: حتى 10

<figure><img src="/files/sudyoXcUZYixwdiFhz9n" alt="files count error" width="488"><figcaption></figcaption></figure>

### Rememberizer - توسيع معرفة الذكاء الاصطناعي

يمكنك استخدام [Rememberizer](https://rememberizer.ai/)، حلنا لتزويد الذكاء الاصطناعي بمعرفتك ومعلوماتك الخاصة والسماح لـ SkyDeck.AI بالتعلم من مستنداتك ومناقشاتك. تعرف على المزيد حول Rememberizer [هنا](https://docs.rememberizer.ai/).


---

# 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.skydeck.ai/ar/genstudio-workspace/document-upload.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.
