# Survey Analytics

Once you click on the analytics symbol on the [survey listing page](/product-guides/create-a-survey/legacy/survey-listings-page.md), you will be redirected to the survey analytics page. This dashboard consists of graphs depicting various information about the survey.

<figure><img src="/files/FcWfFRxbpZcPkIUc53iq" alt=""><figcaption></figcaption></figure>

* You can see the number of responses received for each question option.
* You can see the question text on the top left and the option text in the legend section on the right side of each question container.
* Hover over the bar graphs to get the exact number of responses for a particular option.
* Click on the export icon in the top right corner to download the JSON file.


---

# Agent Instructions: 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:

```
GET https://guides.apxor.com/product-guides/create-a-survey/legacy/survey-analytics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
