> 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/it/di-cosa-vorresti-saperne-di-piu/platform-features/working-with-brands/surveys/respond-to-brand-surveys.md).

# Rispondi ai sondaggi dei brand

I brand possono inviarti un sondaggio quando ti iscrivi al loro programma o dopo che ti sei unito al loro programma.

#### Rispondi ai nuovi sondaggi

1. Dal menu di navigazione in alto, seleziona **Scopri** → **Sondaggi**.
   * Vedrai un ![](/files/0c6ba66921da09af15ff10be7498e19d5d345d82) **\[Badge di notifica]** qui se un brand ti invia un nuovo sondaggio.
2. Assicurati che la *Sondaggi* scheda sia selezionata, passa il mouse su un sondaggio attivo, quindi seleziona **Rispondi**.
   * Fai riferimento alla *Stato* colonna nella *Sondaggi* schermata per identificare lo stato attivo.
3. Completa le domande nel pannello a comparsa e seleziona **Invia**.

   * Le domande con un \* **\[Asterisco]** sono obbligatorie.

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

#### Modifica le risposte completate del sondaggio

I brand possono scegliere di consentire la modifica delle risposte in alcuni dei loro sondaggi. Potrai modificare le tue risposte in questi sondaggi.

{% hint style="info" %}
**Nota:** Se l'opzione di modifica non è visibile, significa che il brand l'ha disattivata e potrai solo visualizzare le tue risposte.
{% endhint %}

1. Dal *Sondaggi* schermata, passa il mouse su un sondaggio completato, quindi seleziona **Modifica risposte**.
   * Fai riferimento alla *Stato* colonna nella *Sondaggi* schermata per identificare lo stato completato.
2. Dal pannello a comparsa del sondaggio, modifica le tue risposte e seleziona **Invia**.

<details>

<summary>Visualizza la cronologia delle risposte modificate</summary>

1. Nella schermata principale *Sondaggi* schermata, seleziona il **Risposte** scheda.
2. Vai alla domanda di cui vuoi visualizzare la cronologia delle risposte.
3. Passa il mouse sulla risposta, quindi seleziona **Visualizza cronologia**.

   * Qui puoi visualizzare tutte le tue risposte registrate.

   <div data-with-frame="true"><figure><img src="/files/7051726dbb55c6df11285f75d250a95740d4f62e" 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/it/di-cosa-vorresti-saperne-di-piu/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.
