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

# الإعداد

لتمكين Artemis، عليك التأكد مع ممثل العميل أن ترخيص ngSurvey الحالي يغطي إضافة عميل الذكاء الاصطناعي Artemis.

1. قم بتكوين نقطة نهاية Artemis باستخدام متغير البيئة التالي مع المضيف الحالي المستخدم لاستضافة ngSurvey مع لاحقة Artemis.\
   **NGSurvey:ArtemisUrl** [https://yourngsurveyhost/artemis](http://localhost:5000/artemis)
2. انتقل إلى إعدادات نظام التكوين وقم بتكوين [AI provider](/ar/installation-setup/system-settings/mwfr-hzmh-ai.md) الذي سيُستخدم بواسطة Artemis كعموده الفقري للذكاء الاصطناعي.

\
بعد إعداد موفر الذكاء الاصطناعي، أعد تحميل صفحة الإدارة. تحقق من أسفل يسار القائمة لزر Artemis لبدء استخدام Artemis.

![](/files/3d752dc868199ddd34bcdfa1e068f6d5ed14fec4)&#x20;

{% hint style="warning" %}
قبل إعداد Artemis تأكد من أن سياسات شركتك تسمح لك باستخدام موفر ذكاء اصطناعي خارجي لأن ngSurvey قد يرسل بيانات الاستبيان أو البيانات المتعلقة بالاستبيان أو بيانات المستجيب إلى نقطة نهاية موفر الذكاء الاصطناعي.&#x20;
{% endhint %}


---

# 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/aliadad.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.
