> For the complete documentation index, see [llms.txt](https://help.meetmadison.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.meetmadison.ai/reports/overview.md).

# Reports

The **Reports** section turns your data into clear, easy-to-read insights. Use it to see how your reputation is improving, how customers are finding you on Google, and how your social media is performing. There's nothing to set up. Your reports are always ready to view.

## Using a report

Most reports let you:

* **Choose a date range** (the default is the last 30 days, compared with the period before it).
* **Filter by location**: reports show one location at a time.

Charts and figures update to match what you've selected. Numbers refresh automatically, so very recent activity may take a short while to appear.

## Reports available

<details>

<summary>Review performance</summary>

* **Reviews overview**: a summary of your reviews across all platforms, including how many you've received and your average rating, with a breakdown by star rating.
* **Review ratings**: how each month's reviews are affecting your overall rating.
* **Net Promoter Score**: a measure of how likely your customers are to recommend you.

</details>

<details>

<summary>Google performance</summary>

* **Google performance**: how your Google Business Profile is doing, including how often people see it.
* **Google actions**: what people do after finding you on Google, such as calling you, visiting your website, or asking for directions.
* **Google organic traffic**: the search terms bringing people to your listing, split into searches for your name and searches that discovered you.
* **Rank tracking**: where your business ranks in Google search for the terms Madison tracks, over time.

</details>

<details>

<summary>Social performance</summary>

* **Social actions**: how people are interacting with your social profiles, such as views, likes, comments, and shares.

</details>

{% hint style="success" %}
Check your reports monthly to spot trends, like a rise in reviews after sending [review requests](/reputation/review-requests.md).
{% endhint %}


---

# 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.meetmadison.ai/reports/overview.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.
