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

# البدء

ساعتك الأولى على Morphic: ما الذي تفعله اللوحة، وكيف تتحدث إلى Copilot، وأين يُخزَّن عملك.

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

* [نظرة عامة](/docs/ar/getting-started/overview.md): ما هو مورفيك وما الذي يمكنك إنجازه به
* [لوحة العمل](/docs/ar/getting-started/navigating-the-canvas.md): مساحة العمل نفسها، بما في ذلك شريط الأوامر، والأشرطة الجانبية، والأقسام
* [Copilot](/docs/ar/getting-started/copilot.md): صف ما تريده ودع Copilot يختار النموذج ويشغّله
* [لوحة التحكم](/docs/ar/getting-started/dashboard.md): المشاريع والملفات والدردشات، وكيفية ارتباطها
* [الأصول](/docs/ar/getting-started/assets.md): حمّل موادك الخاصة، وأضف لها علامات، وأدرها دفعةً واحدة
* [بحث سياقي](/docs/ar/getting-started/contextual-search.md): اعثر على أي شيء أنشأته أو حمّلته
* [الأسئلة الشائعة](/docs/ar/getting-started/faqs.md): إجابات مختصرة على الأسئلة التي يطرحها المستخدمون الجدد أكثر من غيرها

***

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