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

# Gestisci i sondaggi dei brand

I brand potrebbero inviarti sondaggi da completare per raccogliere informazioni per rafforzare le partnership esistenti, oppure durante la fase di reclutamento per conoscere i tuoi obiettivi e interessi.

Scopri come [rispondere ai sondaggi](/partner/it/di-cosa-vorresti-saperne-di-piu/platform-features/working-with-brands/surveys/respond-to-brand-surveys.md).

1. Dalla barra di navigazione in alto, seleziona **Scopri** → **Sondaggi**.
2. Seleziona una scheda per passare dalla visualizzazione dei tuoi **Sondaggi** e dei tuoi **Risposte**.

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

| Riferimento della colonna | Descrizione                                                                                                                                                                                                  |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| ID                        | Il numero identificativo univoco del sondaggio.                                                                                                                                                              |
| Nome                      | Il nome del sondaggio.                                                                                                                                                                                       |
| Brand                     | Il nome del brand.                                                                                                                                                                                           |
| Stato                     | Lo stato del sondaggio: *Attivo* o *Completato*.                                                                                                                                                             |
| Ultimo aggiornamento      | <p>La data in cui sono state apportate le ultime modifiche al sondaggio.</p><p><strong>Nota:</strong> Puoi modificare le risposte al sondaggio solo se il brand ha abilitato la modifica delle risposte.</p> |
| Data di fine              | La data in cui il sondaggio scade.                                                                                                                                                                           |
| {% endtab %}              |                                                                                                                                                                                                              |

{% tab title="Risposte" %}

| Riferimento della colonna | Descrizione                                            |
| ------------------------- | ------------------------------------------------------ |
| Data della risposta       | La data in cui hai risposto al sondaggio.              |
| Sondaggio                 | Il nome del sondaggio.                                 |
| Brand                     | Il brand che ha creato il sondaggio.                   |
| Domanda                   | La domanda relativa al sondaggio.                      |
| Risposta                  | La tua risposta registrata alla domanda.               |
| Email dell'utente         | L'indirizzo email dell'utente del tuo account partner. |
| {% endtab %}              |                                                        |
| {% endtabs %}             |                                                        |

3. Cerca o filtra i tuoi sondaggi usando gli strumenti di filtro qui sotto *Sondaggi*.
   * **Barra di ricerca:** Filtra i tuoi sondaggi cercando per nome o ID.
   * **Brand:** Filtra in base al brand da cui è stato inviato il sondaggio.


---

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