> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/ar/mjmwah-althkaa-alastnaay/artemis-ai-agent.md).

# Artemis AI Agent

## 🤖️️ ما هو Artemis؟

Artemis هو طبقة الذكاء المدعومة بالذكاء الاصطناعي المدمجة في ngSurvey. يعزز المنصة من خلال المساعدة في تصميم الاستبيانات، والتصميم البصري، وتوليد بيانات تركيبية، والتحليلات، والتقارير — كل ذلك عبر تفاعل بديهي قائم على المطالبات.

مدعوم بتقنيات ذكاء اصطناعي رائدة مثل Google Gemini وOpenAI وAzure AI، يستفيد Artemis من نماذج متقدمة للغة والتفكير لتقديم قدرات كانت سابقًا معقدة أو يدوية أو ببساطة غير ممكنة داخل منصات الاستبيان التقليدية.

بفضل هذا العمود الفقري المعتمد على الذكاء الاصطناعي، يقدم Artemis إمكانيات جديدة بالكامل للمحللين ومصممي الاستبيانات:

* [تصميم الاستبيانات وتحسينها بإرشاد ذكي](/ar/mjmwah-althkaa-alastnaay/artemis-ai-agent/tsmym-nmwthj-balthkaa-alastnaay.md)
* [إنشاء وتحديث سمات الاستبيان باستخدام مطالبات باللغة الطبيعية](/ar/mjmwah-althkaa-alastnaay/artemis-ai-agent/smat-alanmat.md)
* [توليد مستجيبين تركيبين لمحاكاة مجموعات بيانات واقعية](/ar/mjmwah-althkaa-alastnaay/artemis-ai-agent/mstjybwn-astnaaywn.md)
* [استكشاف التحليلات من خلال استفسارات ديناميكية ومحادثاتية](/ar/mjmwah-althkaa-alastnaay/artemis-ai-agent/thlyl-albyanat-wiadad-altqaryr/althlyl-alaam.md)
* [تحويل البيانات الخام إلى رؤى موضوعة في سياقها وقابلة للشرح](/ar/mjmwah-althkaa-alastnaay/artemis-ai-agent/thlyl-albyanat-wiadad-altqaryr/rua-ai.md)

بدلاً من التنقل عبر إعدادات ثابتة أو تقارير محددة مسبقًا، يمكن للمستخدمين التفاعل مباشرة مع Artemis لتوليد رؤى، وتكييف الاستبيانات، وتسريع اتخاذ القرار.

من خلال الجمع بين بنية تحتية للاستبيان بمستوى مؤسسي ونماذج ذكاء اصطناعي متقدمة، يحوّل Artemis ngSurvey إلى منصة ذكاء استبيانية من الجيل التالي توفر للمحللين ومصممي الاستبيانات أدوات لم تكن متاحة من قبل في نظام متكامل واحد.

## ☄️️️ كيفية استخدام Artemis

Artemis قائم بالكامل على المطالبات، وبالتالي لست مقيدًا بأي واجهة مستخدم محددة؛ القيد الوحيد هو ما تريد طلبه كمخرجات. باستخدام المطالبات يمكنك إدارة استبياناتك بحرية دون عبء واجهة مستخدم محددة مسبقًا.

لبدء الاستخدام يمكنك الاطلاع على دليلنا "[كيفية هيكلة المطالبات](/ar/mjmwah-althkaa-alastnaay/artemis-ai-agent/kyfyh-hyklh-almwj-hat.md)".

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


---

# 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.ngsurvey.com/ar/mjmwah-althkaa-alastnaay/artemis-ai-agent.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.
