> 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/respond-to-brand-surveys.md).

# Responder a encuestas de marca

Las marcas pueden enviarte una encuesta cuando te registras en su programa o después de que te hayas unido a su programa.

#### Responder a nuevas encuestas

1. En el menú de navegación superior, selecciona **Descubrir** → **Encuestas**.
   * Verás un ![](/files/9798c33d75f5e873e317f31b15a3cb98a35f4eab) **\[Insignia de notificación]** aquí si una marca te envía una nueva encuesta.
2. Asegúrate de que el *Encuestas* pestaña esté seleccionada, pasa el cursor sobre una encuesta activa y luego selecciona **Responder**.
   * Consulta la *Estado* columna en la *Encuestas* pantalla para identificar el estado activo.
3. Completa las preguntas en el panel deslizante y selecciona **Enviar**.

   * Las preguntas con un \* **\[Asterisco]** son obligatorias.

   <div data-with-frame="true"><figure><img src="/files/8325eefa40e5ad8dfdf9afc4e9a6e50b0a2cf9ed" alt="" width="375"><figcaption></figcaption></figure></div>

#### Editar respuestas de encuestas completadas

Las marcas pueden elegir permitir respuestas editadas en algunas de sus encuestas. Podrás editar tus respuestas en estas encuestas.

{% hint style="info" %}
**Nota:** Si la opción de edición no está visible, entonces la marca desactivó esta opción y solo puedes ver tus respuestas.
{% endhint %}

1. Desde el *Encuestas* pantalla, pasa el cursor sobre una encuesta completada y luego selecciona **Editar respuestas**.
   * Consulta la *Estado* columna en la *Encuestas* pantalla para identificar el estado completado.
2. Desde el panel deslizante de la encuesta, edita tus respuestas y selecciona **Enviar**.

<details>

<summary>Ver el historial de tus respuestas editadas</summary>

1. En la *Encuestas* pantalla principal, selecciona el **Respuestas** pestaña.
2. Navega hasta la pregunta para la que deseas ver el historial de respuestas.
3. Pasa el cursor sobre la respuesta y luego selecciona **Ver historial**.

   * Aquí puedes ver todas tus respuestas registradas.

   <div data-with-frame="true"><figure><img src="/files/9b126246cc1a227aeaa13c10f9f3101c069f96ce" alt=""><figcaption></figcaption></figure></div>

</details>


---

# 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/respond-to-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.
