> 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/installation-setup/system-settings/mwfr-hzmh-ai/azure-ai.md).

# Azure AI

مزوِّد Azure AI يتيح لك توصيل ngSurvey بخدمة Microsoft Azure AI GPT. لتكوين هذه الخدمة ستحتاج إلى تعيين الخصائص التالية من حساب Azure الخاص بك.

## 🔅 خصائص Azure AI

* **`مفتاح API`**&#x645;فتاح Azure AI API. أدخل المفتاح الذي تم إنشاؤه لمورد Azure AI الخاص بك.\
  ![](/files/96868c696e49bdb04d3e553fdd95a17a64878c18)
* **`اسم المورد`**&#x64A;جب أن يكون اسم مورد Azure AI الخاص بك الذي أنشأته في بوابة Azure.\
  ![](/files/b3d69fe7a3ecbec6cd85b08c1fd1f9fef42a2222) &#x20;
* **`اسم النموذج / النشر`**&#x623;دخل اسم النشر للنموذج الذي أنشأته داخل AI Azure studio. قد تفرض بعض النماذج قيوداً على الحجم أو عدد استدعاءات API في الدقيقة أو عدد الرموز. يمكنك مراجعة حساب Azure AI للاطلاع على القواعد والقيود الحالية.  \
  &#x20;\
  ![](/files/b8dd6ee31f2ad25715f89fe001f32875e4c8b462)
* **`نموذج Embedding`**&#x623;دخل اسم النشر للنموذج الذي سيُستخدم لتحليل النصوص المفتوحة، مثلاً: Embedding small أو large v3+.
* **`إصدار نشر النموذج`**&#x62E;يار يتيح لك تحديد إصدار نموذج معين لاستخدامه في حال رغبتك في استخدام إصدار مختلف عن الإصدار الافتراضي.


---

# 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/installation-setup/system-settings/mwfr-hzmh-ai/azure-ai.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.
