> 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/fr/installation-setup/system-settings/third-party-apis/microsoft.md).

# Microsoft

ngSurvey utilise Microsoft Cognitive Services pour analyser les sentiments des répondants et Microsoft Translator pour traduire automatiquement les textes.

{% hint style="info" %}
Pour de meilleurs résultats de traduction et d'analyse des sentiments, nous recommandons d'utiliser [AI suite edition](/fr/suite-ia.md).
{% endhint %}

## Microsoft Cognitive Services

Pour configurer Microsoft Cognitive Services, vous pouvez vous rendre sur votre [Azure portal](https://portal.azure.com/) et créer une nouvelle ressource cognitive dans votre compte.

&#x20;&#x20;

![](/files/16d7f25b335dfc214a9f77cccd85d53efee88eb3)

La ressource cognitive doit être de type Text analytics

![](/files/9b07a4a4276055a2315d72d28b703fcdc2f4b25c)

Une fois la ressource créée, vous pouvez copier la key 1 et l'endpoint.

![](/files/845c62c3ef3259bab5db620b53dec0e1cf2c8dac)

et dans vos paramètres ngSurvey, collez la key 1 et définissez votre URL d'endpoint en lui ajoutant la route suivante en suffixe ***text/analytics/v3.0/sentiment***

![](/files/bb5cb1216fa6ce29d5906681561d84e64246fee5)

## Microsoft Translator

Pour configurer Microsoft Translator, vous pouvez vous rendre sur votre [Azure portal](https://portal.azure.com/) et créer une nouvelle ressource dans votre compte.

![](/files/d45d23f14b8db6eec24a01423630f6c4090b68ca)

Une fois le service Translator créé, vous pouvez copier sa key 1

![](/files/f9d5dcf68b4e261888512cf485e69763b769ad40)

et la coller dans la page des paramètres de ngSurvey.

![](/files/83d440dcffc6e1e0f0d29956fdc9bf0884236418)


---

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

```
GET https://docs.ngsurvey.com/fr/installation-setup/system-settings/third-party-apis/microsoft.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.
