> 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/getting-started/dashboard.md).

# لوحة التحكم

حيث تجد محادثاتك وملفاتك ومشاريعك وأصولك ونماذجك وسير العمل، وكيف تبدأ شيئًا جديدًا.

لوحة التحكم في Morphic هي المكان الذي توجد فيه كل ما أنشأته. تُفتح على الصفحة الرئيسية، مع صف لكل من محادثاتك الأخيرة وملفاتك ومشاريعك وأصولك وسير العمل الخاصة بك.

إليك برنامجًا تعليميًا سريعًا حول كيفية استخدام لوحة التحكم في Morphic:

### كيفية الوصول إليها

* انتقل إلى [studio.morphic.com](https://studio.morphic.com/home)
* من داخل ملف، انقر على شعار Morphic في الزاوية العلوية اليسرى واختر 'العودة إلى لوحة التحكم'

### الشريط الجانبي الأيسر

* البحث: يفتح [بحث سياقي](/docs/ar/getting-started/contextual-search.md)، وهو نفس قائمة 'Cmd+K' التي تحصل عليها في أي مكان في Morphic
* الصفحة الرئيسية: عملك الأخير، مُجمَّع في صفوف
* المحادثات: كل محادثة مع Copilot. انظر [Chats](/docs/ar/getting-started/dashboard/chats.md)
* المشاريع: مشاريعك. انظر [المشاريع](/docs/ar/getting-started/dashboard/projects.md)
* الملفات: كل ملف، عبر جميع المشاريع. انظر [الملفات](/docs/ar/getting-started/dashboard/files.md)
* الأصول: كل ما تم رفعه أو إنشاؤه. انظر [الأصول](/docs/ar/getting-started/assets.md)
* النماذج: النماذج التي دربتها، مع معاينة لكل منها. انظر [النماذج](/docs/ar/essentials/models.md)
* سير العمل: سير العمل المحفوظة لديك. انظر [استكشاف سير العمل](/docs/ar/workflows/explore-workflows.md)

أسفل ذلك توجد 'الوسوم'، التي تعرض كل وسم في مؤسستك حتى تتمكن من الانتقال إلى كل ما يحمل واحدًا منها، و'الملفات الأخيرة' لما كان مفتوحًا لديك آخر مرة. ويظهر رصيدك الائتماني في الزاوية السفلية اليسرى.

### من الجيد معرفته

* انقر على 'إنشاء جديد' في أعلى اليمين واختر 'ملف' أو 'محادثة' أو 'مشروع' أو 'أصل' أو 'سير عمل'. كما يحتوي كل صف في الصفحة الرئيسية على علامة '+' بجانب عنوانه، بحيث يمكنك بدء محادثة من صف المحادثات دون مغادرة الصفحة.
* رتّب أي صف باستخدام القائمة المنسدلة 'آخر تعديل' على يمينه، وانقر على 'عرض المزيد' لفتح القائمة الكاملة لذلك النوع.
* بدّل عرض لوحة التحكم بين 'شبكة' و'قائمة' باستخدام المفتاح في أعلى اليمين. يتذكر Morphic هذا الاختيار.
* 'البحث...' في أعلى اليمين يبحث في لوحة التحكم. أما 'Cmd+K' فيبحث في جميع أنحاء Morphic.

هكذا تجد طريقك داخل لوحة التحكم في Morphic. إنها أسرع طريقة للعودة إلى العمل الذي بدأت به بالفعل.

***

إذا واجهت أي مشكلة أو كانت لديك أي أسئلة، فلا تتردد في التواصل معنا. يسعدنا مساعدتك. راسلنا على [**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/getting-started/dashboard.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.
