> 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/troubleshooting/reviews-not-showing.md).

# Reviews aren't showing up

If reviews aren't appearing in [**Reputation → Reviews**](/reputation/overview.md), it's usually a connection or timing issue. Work through these checks:

{% stepper %}
{% step %}

#### Check the platform is connected

Go to **Settings → Integrations** and make sure the review source (such as Google or Facebook) is connected and shows as **healthy**. If it needs attention, see [A connection isn't working](/troubleshooting/connection-not-working.md).
{% endstep %}

{% step %}

#### Give it a little time

When you first connect an account, Madison backfills your reviews gradually. Some platforms also update faster than others, so a brand-new review may take a while to appear.
{% endstep %}

{% step %}

#### Check the location is active

Inactive locations don't pull in reviews. Open **Settings → Locations** and confirm the location is active.
{% endstep %}

{% step %}

#### Confirm the review exists on the platform

Check the review is actually published on the source platform (for example, live on your Google Business Profile).
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Still missing after these checks? Email <support@meetmadison.ai>.
{% 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/troubleshooting/reviews-not-showing.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.
