> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/partner/de/woruber-mochten-sie-mehr-erfahren/platform-features/working-with-brands/surveys/manage-brand-surveys.md).

# Markenumfragen verwalten

Marken können Ihnen Umfragen zur Beantwortung zusenden, um Informationen zu sammeln und bestehende Partnerschaften zu stärken, oder während der Rekrutierungsphase, um mehr über Ihre Ziele und Interessen zu erfahren.

Erfahren Sie, wie Sie [auf Umfragen antworten](/partner/de/woruber-mochten-sie-mehr-erfahren/platform-features/working-with-brands/surveys/respond-to-brand-surveys.md).

1. Wählen Sie in der oberen Navigationsleiste **Entdecken** → **Umfragen**.
2. Wählen Sie einen Tab aus, um zwischen der Anzeige Ihrer **Umfragen** und Ihrer **Antworten**.

{% tabs %}
{% tab title="Umfragen" %}

| Spaltenreferenz      | Beschreibung                                                                                                                                                                                                            |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ID                   | Die eindeutige Identifikationsnummer der Umfrage.                                                                                                                                                                       |
| Name                 | Der Name der Umfrage.                                                                                                                                                                                                   |
| Marke                | Der Name der Marke.                                                                                                                                                                                                     |
| Status               | Der Status der Umfrage: *Aktiv* oder *Abgeschlossen*.                                                                                                                                                                   |
| Zuletzt aktualisiert | <p>Das Datum, an dem die letzten Änderungen an der Umfrage vorgenommen wurden.</p><p><strong>Hinweis:</strong> Sie können Ihre Umfrageantworten nur bearbeiten, wenn die Marke bearbeitete Antworten aktiviert hat.</p> |
| Enddatum             | Das Datum, an dem die Umfrage abläuft.                                                                                                                                                                                  |
| {% endtab %}         |                                                                                                                                                                                                                         |

{% tab title="Antworten" %}

| Spaltenreferenz | Beschreibung                                             |
| --------------- | -------------------------------------------------------- |
| Antwortdatum    | Das Datum, an dem Sie auf die Umfrage geantwortet haben. |
| Umfrage         | Der Name der Umfrage.                                    |
| Marke           | Die Marke, die die Umfrage erstellt hat.                 |
| Frage           | Die zur Umfrage gehörende Frage.                         |
| Antwort         | Ihre aufgezeichnete Antwort auf die Frage.               |
| Benutzer-E-Mail | Die E-Mail-Adresse des Nutzers Ihres Partnerkontos.      |
| {% endtab %}    |                                                          |
| {% endtabs %}   |                                                          |

3. Suchen oder filtern Sie Ihre Umfragen mit den folgenden Filterwerkzeugen *Umfragen*.
   * **Suchleiste:** Filtern Sie Ihre Umfragen, indem Sie nach ihrem Namen oder ihrer ID suchen.
   * **Marke:** Filtern Sie nach der Marke, von der die Umfrage gesendet wurde.


---

# 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://help.impact.com/partner/de/woruber-mochten-sie-mehr-erfahren/platform-features/working-with-brands/surveys/manage-brand-surveys.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.
