> 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/pt-br/sobre-o-que-voce-gostaria-de-aprender/platform-features/working-with-brands/surveys/manage-brand-surveys.md).

# Gerenciar Pesquisas da Marca

As marcas podem enviar pesquisas para você responder a fim de coletar informações para fortalecer parcerias existentes ou, durante a etapa de recrutamento, para saber mais sobre seus objetivos e interesses.

Saiba como [responder a pesquisas](/partner/pt-br/sobre-o-que-voce-gostaria-de-aprender/platform-features/working-with-brands/surveys/respond-to-brand-surveys.md).

1. Na barra de navegação superior, selecione **Descobrir** → **Pesquisas**.
2. Selecione uma aba para alternar entre visualizar seus **Pesquisas** e seus **Respostas**.

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

| Referência de coluna | Descrição                                                                                                                                                                                            |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ID                   | O número de identificação exclusivo da pesquisa.                                                                                                                                                     |
| Nome                 | O nome da pesquisa.                                                                                                                                                                                  |
| Marca                | O nome da marca.                                                                                                                                                                                     |
| Status               | O status da pesquisa: *Ativo* ou *Concluídas*.                                                                                                                                                       |
| Última atualização   | <p>A data em que as últimas edições na pesquisa foram feitas.</p><p><strong>Observação:</strong> Você só pode editar suas respostas da pesquisa se a marca tiver habilitado respostas editáveis.</p> |
| Data de término      | A data em que a pesquisa expira.                                                                                                                                                                     |
| {% endtab %}         |                                                                                                                                                                                                      |

{% tab title="Respostas" %}

| Referência de coluna | Descrição                                                 |
| -------------------- | --------------------------------------------------------- |
| Data da resposta     | A data em que você respondeu à pesquisa.                  |
| Pesquisa             | O nome da pesquisa.                                       |
| Marca                | A marca que criou a pesquisa.                             |
| Pergunta             | A pergunta relacionada à pesquisa.                        |
| Resposta             | Sua resposta registrada à pergunta.                       |
| E-mail do usuário    | O endereço de e-mail do usuário da sua conta de parceiro. |
| {% endtab %}         |                                                           |
| {% endtabs %}        |                                                           |

3. Pesquise ou filtre suas pesquisas usando as ferramentas de filtro abaixo *Pesquisas*.
   * **Barra de pesquisa:** Filtre suas pesquisas pesquisando pelo nome ou ID.
   * **Marca:** Filtre pela marca que enviou a pesquisa.


---

# 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/pt-br/sobre-o-que-voce-gostaria-de-aprender/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.
