> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mention-me.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Use the Integration Logs

> Inspect tag fires, orders, and anything that Needs attention on the Logs page.

Open **Settings > Logs** to inspect integration signals: tag fires, orders, and validation issues.

<Frame caption="The Logs page, with summary cards, filters, and the event table.">
  <img
    src="https://mintcdn.com/mentionme/kgVB-NOv7qaOtEjq/images/knowledge-app/settings/files/logs.png?fit=max&auto=format&n=kgVB-NOv7qaOtEjq&q=85&s=8d5958f32b0d5f9d20c021d2d266643d"
    alt="Logs settings showing health, volume, Needs attention, and the event
table"
    width="3531"
    height="2192"
    data-path="images/knowledge-app/settings/files/logs.png"
  />
</Frame>

This is the app.mention-me.com home for what Classic calls the debug dashboard. See [Understanding the Debug Dashboard](/knowledge/tags/debug-dashboard) for the Classic screen.

Everyone in the organisation can open Logs. Use it after [tracking setup](/knowledge-app/settings/integrations/tracking-setup) to confirm tags are firing.

## Read the Summary Cards

| Card                   | What it shows                                                                                                                                                    |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Integration health** | Healthy, no recent events, or an error rate. Shortcuts include a 30-day window and **Show errors only**.                                                         |
| **Volume**             | How many events landed in the selected window, plus the error rate. Clicking the error rate filters the table to errors.                                         |
| **Needs attention**    | Counts for **errors**, **warnings**, and **duplicates**. Click a pill to filter. Expected Shopify webhook duplicates are excluded; an info tip explains the gap. |

## Filter and Search

The header has a time range (**Last hour**, **Last 24 hours**, **Last 7 days**, **Last 30 days**) and an auto-refresh toggle. The default window is the last 24 hours.

Filters include status, event type, source, situation, locale, currency, and app / version. Status values are **Valid**, **Errors**, **Warnings**, and **Duplicates**.

Search accepts an id, email, or order id. The placeholder is **Search id, email, order id...**

Click a row to open the event detail, including the payload and validation messages.

## See Also

<CardGroup cols={2}>
  <Card title="How to Manage Tracking Setup" icon="code" href="/knowledge-app/settings/integrations/tracking-setup">
    Choose an install method and find tag snippets.
  </Card>

  <Card title="Debug Dashboard" icon="bug" href="/knowledge/tags/debug-dashboard">
    Classic documentation for the same kind of signal log.
  </Card>
</CardGroup>
