# Reporting

The reporting section let you manage all your reporting needs to analyze your respondents answers and get the most out of the results.

ngSurvey provides following analysis tools to manage your results.

* A comprehensive [default report](/form-management/reports/default-report.md) to quickly see all the respondent answers.
* A [report builder](/form-management/reports/report-builder.md) to build and fully customize your own reports using [report items](/form-management/reports/report-builder/report-items.md).
* A [free text analysis](/form-management/reports/report-builder/report-items/free-text.md) reporting tool to analyze all your respondents free text based answers along with [sentiment analysis](/form-management/reports/text-reports/sentiment-analysis.md).
* An [historical trend](/form-management/reports/historical-trends.md) report module to see your results over time. &#x20;
* A [file manager](/form-management/reports/files.md) to manage all the files that you have collected using [file upload](/form-management/form-designer/questions/question-types/advanced-types/file-upload.md) answers.

{% hint style="info" %}
If you would like to create custom dashboard or do multi survey analysis you may use the [Data Analytics](/data-analytics.md) features.
{% endhint %}


---

# 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://docs.ngsurvey.com/form-management/reports.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.
