> 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/es/sobre-que-te-gustaria-aprender/platform-features/working-with-brands/surveys/manage-brand-surveys.md).

# Administrar encuestas de marcas

Las marcas podrían enviarte encuestas para completar con el fin de recopilar información para fortalecer las asociaciones existentes, o durante la etapa de reclutamiento para conocer tus objetivos e intereses.

Aprende a [responder a encuestas](/partner/es/sobre-que-te-gustaria-aprender/platform-features/working-with-brands/surveys/respond-to-brand-surveys.md).

1. En la barra de navegación superior, selecciona **Descubrir** → **Encuestas**.
2. Selecciona una pestaña para alternar entre ver tus **Encuestas** y tus **Respuestas**.

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

| Referencia de columna | Descripción                                                                                                                                                                                            |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| ID                    | El número de identificación único de la encuesta.                                                                                                                                                      |
| Nombre                | El nombre de la encuesta.                                                                                                                                                                              |
| Marca                 | El nombre de la marca.                                                                                                                                                                                 |
| Estado                | El estado de la encuesta: *Activo* o *Completadas*.                                                                                                                                                    |
| Última actualización  | <p>La fecha en que se realizaron las últimas ediciones de la encuesta.</p><p><strong>Nota:</strong> Solo puedes editar tus respuestas de la encuesta si la marca habilitó las respuestas editadas.</p> |
| Fecha de finalización | La fecha en que expira la encuesta.                                                                                                                                                                    |
| {% endtab %}          |                                                                                                                                                                                                        |

{% tab title="Respuestas" %}

| Referencia de columna          | Descripción                                                           |
| ------------------------------ | --------------------------------------------------------------------- |
| Fecha de respuesta             | La fecha en que respondiste a la encuesta.                            |
| Encuesta                       | El nombre de la encuesta.                                             |
| Marca                          | La marca que creó la encuesta.                                        |
| Pregunta                       | La pregunta relacionada con la encuesta.                              |
| Respuesta                      | Tu respuesta registrada a la pregunta.                                |
| Correo electrónico del usuario | La dirección de correo electrónico del usuario de tu cuenta de socio. |
| {% endtab %}                   |                                                                       |
| {% endtabs %}                  |                                                                       |

3. Busca o filtra tus encuestas usando las herramientas de filtrado a continuación *Encuestas*.
   * **Barra de búsqueda:** Filtra tus encuestas buscando por su nombre o ID.
   * **Marca:** Filtra por la marca de la que se envió la encuesta.


---

# 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/es/sobre-que-te-gustaria-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.
