# Microsoft

ngSurvey verwendet Microsoft Cognitive Services, um die Stimmung von Befragten zu analysieren, und Microsoft Translator, um Texte automatisch zu übersetzen.

{% hint style="info" %}
Für bessere Übersetzungs- und Stimmungsergebnisse empfehlen wir die Verwendung von [AI suite edition](/de/ai-suite.md).
{% endhint %}

## Microsoft Cognitive Services

Um Microsoft Cognitive Services einzurichten, können Sie zu Ihrem [Azure-Portal](https://portal.azure.com/) gehen und eine neue Cognitive-Ressource in Ihrem Konto erstellen.

&#x20;&#x20;

![](/files/3ddc90c7cb541466a6d44e7f6c8e187c66a2fa36)

Die Cognitive-Ressource sollte vom Typ Text analytics sein

![](/files/773588c6ef03721465a30ff4f907e43f047a430d)

Sobald Sie Ihre Ressource erstellt haben, können Sie Key 1 und den Endpoint kopieren.

![](/files/0e51ebb5ca82fd2cf259d1115ac72e39e1a86767)

und in Ihren ngSurvey-Einstellungen Key 1 einfügen sowie Ihre Endpoint-URL setzen und diese mit der folgenden Route suffixieren ***text/analytics/v3.0/sentiment***

![](/files/99032cca3b9fe670e7b0f437077154b73c04af39)

## Microsoft Translator

Um Microsoft Translator einzurichten, können Sie zu Ihrem [Azure-Portal](https://portal.azure.com/) gehen und eine neue Ressource in Ihrem Konto erstellen.

![](/files/52438d434879fc3afacd44b83310387d6efb5e6e)

Sobald Sie den Translator-Dienst erstellt haben, können Sie dessen Key 1 kopieren

![](/files/0092cff4bc82a7256bb3484698d487faafc38db2)

und in Ihre ngSurvey-Einstellungsseite einfügen.

![](/files/2b7e83d000ee12dac290c58377fdb5a57440c4e3)


---

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