> 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. انظر [المحادثات](/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 الاختيار.
* 'Search...' في أعلى اليمين يبحث في لوحة التحكم. و'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.
