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

# تحميل الأصول

يتيح لك Morphic رفع أصولك الخاصة لاستخدامها عبر مشاريعك. سواء كنت تعمل في Canvas أو Copilot، يمكنك إضافة الملفات باستخدام اختصار لوحة المفاتيح، أو لوحة الأصول، أو السحب والإفلات، أو قائمة النقر بزر الماوس الأيمن. ستظهر كل العناصر التي ترفعها في مكتبتك على [studio.morphic.com/library](https://studio.morphic.com/library).

### إليك كيفية رفع الأصول على Morphic:

أسرع طريقة لرفع الأصول في أي مكان في Morphic هي باستخدام اختصار لوحة المفاتيح. اضغط على `Cmd + O` (على Mac) أو `Ctrl + O` (على Windows) من Canvas أو Copilot لفتح أداة اختيار الملفات، ثم حدد الملفات التي تريد رفعها.

### من Canvas

لديك ثلاث طرق إضافية لرفع الأصول عند العمل في Canvas:

* قائمة السياق: انقر بزر الماوس الأيمن على أي منطقة فارغة في Canvas واختر "رفع الأصول".

<div align="left"><figure><img src="/files/963d21dfaa750c316bdf69ef1c789ea4359faf88" alt=""><figcaption></figcaption></figure></div>

* لوحة الأصول: انقر على علامة التبويب الأصول في الشريط الجانبي الأيسر، ثم انقر على "رفع الأصول" في أسفل اللوحة.

<figure><img src="/files/3c74cd9673de5ac9195bfa7c253f6b7a27a05f7e" alt=""><figcaption></figcaption></figure>

* السحب والإفلات: افتح المجلد على جهازك الذي يحتوي على ملفاتك، وحدد ملفًا واحدًا أو أكثر، ثم اسحبها إلى Canvas.

ستظهر الأصول التي رفعتها على Canvas وفي علامة التبويب الأصول في الشريط الجانبي الأيسر.

نصيحة: لترتيب الأصول المرفوعة بشكل أنيق على Canvas، حدد جميع الأصول، ثم انقر بزر الماوس الأيمن، ومرر فوق "ترتيب". يمكنك الاختيار من:

* ترتيب في شبكة
* تكديس أفقي
* تكديس عمودي

<div align="left"><figure><img src="/files/0d4e894356c9bb90396ceb67c3089d6509b3987c" alt=""><figcaption></figcaption></figure></div>

### من Copilot

لدى Copilot طريقة إضافية واحدة لرفع الأصول إلى جانب اختصار لوحة المفاتيح:

* لوحة الأصول: انقر على علامة التبويب الأصول في الشريط الجانبي الأيسر، ثم انقر على "رفع الأصول" في أسفل اللوحة.

<figure><img src="/files/74be6bad55e34ec9c12376058c2449d0c9f51374" alt=""><figcaption></figcaption></figure>

ستظهر الأصول التي رفعتها في علامة التبويب الأصول في الشريط الجانبي الأيسر.

***

إذا واجهت أي مشكلة أو كانت لديك أي أسئلة، فلا تتردد في التواصل معنا. يسعدنا مساعدتك. راسلنا على [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/ar/albda/assets/upload-assets.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.
