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

# لوحة التحكم

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

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

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

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

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

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

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

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

* انقر على «إنشاء جديد» في أعلى اليمين واختر «ملف» أو «محادثة» أو «مشروع» أو «أصل» أو «سير عمل». كما أن كل صف في الصفحة الرئيسية يحتوي على «+» بجانب عنوانه، لذا يمكنك بدء محادثة من صف المحادثات دون مغادرة الصفحة.
* رتّب أي صف باستخدام القائمة المنسدلة «آخر تعديل» الموجودة على يمينه، وانقر على «عرض المزيد» لفتح القائمة الكاملة لذلك النوع.
* تبحث «بحث...» في أعلى اليمين في لوحة التحكم. ويبحث «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/albda/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.
