> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/ar/control-center/setup-guide/curate-tools/system-tools.md).

# أدوات النظام

تأتي مساحة عمل [GenStudio](https://eastagile.skydeck.ai/) من SkyDeck AI مع العديد من أدوات الذكاء الاصطناعي الافتراضية. إليك نظرة سريعة على هذه الأدوات لمساعدتك في فهم كيفية إعداد أذوناتك.

<table data-full-width="false"><thead><tr><th width="190" align="center">الأيقونة</th><th width="190.33333333333331" align="center">الاسم</th><th align="center">الوصف</th></tr></thead><tbody><tr><td align="center"><img src="/files/HBE7T5l2LeN6NWR8iJOP" alt="sql-assistant-logo" data-size="original"></td><td align="center"><strong>مساعد SQL</strong></td><td align="center">قدم DDL الذي يحدد الجداول في قاعدة بياناتك، ثم اطلب من مساعد SQL الخاص بك كتابة كود SQL لإنتاج أي نتيجة.</td></tr><tr><td align="center"><img src="/files/k998NKeICsoiWUFKUm0n" alt="legal-agreement-review-logo"></td><td align="center"><strong>مراجعة الاتفاقية القانونية</strong></td><td align="center">قم بتقييم بند في مستندك القانوني. اجعله موضحًا لك. عدله لتغيير أحكام المستند.</td></tr><tr><td align="center"><img src="/files/z4b7s6zSbJZyGz3nN8Rc" alt="strategy-consultant" data-size="original"></td><td align="center"><strong>استشاري استراتيجي</strong></td><td align="center">يساعد المستخدمين من خلال توليد ردود مدروسة على سؤال محدد تقودك من خلال نهج استشاري للطلب.</td></tr><tr><td align="center"><img src="/files/XOQKQzmFRZrOH4io2R1X" alt="teach-me-anything-logo" data-size="original"></td><td align="center"><strong>علمني أي شيء</strong></td><td align="center">سيقدم لك هذا المعلم الذكي درسًا في أي موضوع تحت الشمس. يمكنك اختيار أسلوب التدريس، واللغة، وتعقيد الدرس.</td></tr><tr><td align="center"><img src="/files/o6zaSSgNNUrjgeg9qwJk" alt="pair-programmer-logo" data-size="original"></td><td align="center"><strong>مطور زوجي</strong></td><td align="center">سيقوم مطورك الزوجي الذكي بمراجعة كودك، ومساعدتك في إضافة ميزات جديدة، وتعديل الميزات الحالية، وإضافة تغطية اختبار، وإضافة تعليقات أو وثائق، والمزيد.</td></tr><tr><td align="center"><img src="/files/9yENdKEMhwpJBHm6e5gr" alt="image-generator-logo" data-size="original"></td><td align="center"><strong>مولد الصور</strong></td><td align="center">تم إنشاء صورة بناءً على الوصف باستخدام نموذج DALL-E من OpenAI.</td></tr></tbody></table>

يمكنك إضافة أداة مخصصة في مركز التحكم وسيتم تفعيلها في مساحة عملك بالكامل. تعرف على المزيد في [تطوير أدواتك الخاصة](https://docs.skydeck.ai/developers/develop-your-own-tools).


---

# 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://docs.skydeck.ai/ar/control-center/setup-guide/curate-tools/system-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.
