> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/analyze/custom-reports-and-dashboards/reports-common-questions/reports-leads/reports-satisfaction-survey.md).

# Reports - Satisfaction Survey

In this example, you have a satisfaction survey in the chatbot and now want to create a custom report with this information.&#x20;

* To build a satisfaction survey through the chatbot, [click here](https://docs.sprinthub.com/topicos/converter/chatbot/chatbot-duvidas-comuns/chatbot-criando-um-chatbot-para-coletar-feedback-de-satisfacao).

Follow the example below for how to extract.

1 - Go to Reports;

<figure><img src="/files/09643d40e9cfc2f12ac7a2283dd9044d95a1fdc9" alt=""><figcaption></figcaption></figure>

2 - Click + New; add the name; select Leads > Created Leads&#x20;

* New Filter > choose the Leads filter with the Field > Satisfaction Survey > Is not empty

Save the report.

<figure><img src="/files/2e3a9cfee2f3a3ca5ed45f10713daad0e7cb6c70" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Attention: The plan **Traction do not have access to reports and dashboards**. Contact our support center for more information.
{% endhint %}

<br>


---

# 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://docs.sprinthub.com/en/topics/analyze/custom-reports-and-dashboards/reports-common-questions/reports-leads/reports-satisfaction-survey.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.
