# Azure AI

The  Azure AI provider allows you to connect ngSurvey to Microsoft's Azure AI GPT service. To configure this service you will need to set following properties from your Azure account.

## 🔅 Azure AI properties

* **`API Key`**&#x41;zure AI API key. Enter the key that has been generated for your Azure AI resource.\
  ![](/files/f9iHqKn2iGGt4JmQDg0e)
* **`Resource name`**&#x53;hould be the name of your  Azure AI resource created in your Azure portal.\
  ![](/files/1a5AzpryyrSFzQ3C1PqT) &#x20;
* **`Model / Deployment name`**&#x45;nter the deployment name of the model that you have created within AI Azure studio. Some models might have limitations in size or number of API calls per minute or tokens. You may check with Azure AI account for current rules and restrictions.  \
  &#x20;\
  ![](/files/0U75dMWHuJPOW10THYQu)
* **`Embedding model`**&#x45;nter the deployment name of the model that will be used for open text analysis.  eg: Embedding small or large v3+.
* **`Model deployment version`**&#x4F;ption you can specify a given model version to use in case you wish to use another model version than the default one.


---

# Agent Instructions: 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:

```
GET https://docs.ngsurvey.com/installation-setup/system-settings/ai-suite-provider/azure-ai.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
