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

# 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
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/de/installation-setup/system-settings/third-party-apis/microsoft.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.
