> 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/what-would-you-like-to-learn-about/platform-features/working-with-brands/surveys/manage-brand-surveys.md).

# Manage Brand Surveys

Brands might send you surveys to complete in order to collect information to strengthen existing partnerships, or during the recruitment stage to learn about your goals and interests.

Learn how to [respond to surveys](/partner/what-would-you-like-to-learn-about/platform-features/working-with-brands/surveys/respond-to-brand-surveys.md).

1. From the top navigation bar, select **Discover** → **Surveys**.
2. Select a tab to alternate between viewing your **Surveys** and your **Responses**.

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

| Column reference | Description                                                                                                                                                                  |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ID               | The survey's unique identification number.                                                                                                                                   |
| Name             | The survey's name.                                                                                                                                                           |
| Brand            | The brand's name.                                                                                                                                                            |
| Status           | The survey's status: *Active* or *Completed*.                                                                                                                                |
| Last Updated     | <p>The date on which the last edits to the survey were made.</p><p><strong>Note:</strong> You can only edit your survey responses if the brand enabled edited responses.</p> |
| End Date         | The date on which the survey expires.                                                                                                                                        |
| {% endtab %}     |                                                                                                                                                                              |

{% tab title="Responses" %}

| Column reference | Description                                    |
| ---------------- | ---------------------------------------------- |
| Response Date    | The date on which you responded to the survey. |
| Survey           | The survey's name.                             |
| Brand            | The brand that created the survey.             |
| Question         | The question related to the survey.            |
| Response         | Your recorded response to the question.        |
| User Email       | Your partner account user's email address.     |
| {% endtab %}     |                                                |
| {% endtabs %}    |                                                |

3. Search for or filter your surveys using the filtering tools below *Surveys*.
   * **Search bar:** Filter your surveys by searching for their name or ID.
   * **Brand:** Filter by the brand from whom the survey was sent.


---

# 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/what-would-you-like-to-learn-about/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.
