> 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/aladwat/explore-tools.md).

# استكشاف الأدوات

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

### إليك كيفية البدء باستخدام الأدوات:

1. افتح Canvas أو Copilot وانقر على تبويب الأدوات فوق شريط الإدخال

<figure><img src="/files/d93c91b76888c8ede84a0b315e8e41f6bc872c3e" alt=""><figcaption></figcaption></figure>

2. ابحث عن أداة بالاسم أو تصفّح المكتبة

<figure><img src="/files/c842989c5ad30efb90cf2a9205338d1e4cc2212d" alt=""><figcaption></figcaption></figure>

3. استخدم تبويبات التصفية لتضييق النتائج حسب الفئة
4. حدّد أداة. سيتكيف شريط الإدخال مع تلك الأداة ويرشدك إلى المدخلات المطلوبة
5. أدخل طلبك، وأرفق أي مراجع مطلوبة، ثم اضغط السهم الأزرق

بدلاً من ذلك، تتوفر الأدوات أيضًا على [morphic.com/tools](https://morphic.com/tools)، حيث يمكنك تصفّح المكتبة الكاملة وتشغيل أي أداة مباشرةً.

بهذه الطريقة يمكنك استخدام الأدوات في 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/aladwat/explore-tools.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.
