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

# Per-page Agent analytics: where the Agent is in use

> See where the HelpAlive Agent is active in your product, how often users open it on each page, and how well it's answering — with thumbs ratings.

The **Studio → Pages** tab gives you a per-page view of where the Agent is in use. It answers: which screens in your product drive support load, and how well is the Agent handling each one?

## What you'll see

For every page the Agent has been opened on, the dashboard shows:

* **URL pattern** — the page the user was on (with dynamic segments grouped together so `/orders/123` and `/orders/456` roll up to `/orders/:id`).
* **Conversations** — how many times the Agent was opened on that page in the selected window.
* **Ratings** — thumbs-up / thumbs-down distribution.
* **Top topics** — the most common questions asked on that page.

## What to use it for

<CardGroup cols={2}>
  <Card title="Find your highest-value support surfaces" icon="trending-up">
    The pages with the most conversations are the ones where in-product help is moving the most volume. Make sure their content is excellent.
  </Card>

  <Card title="Spot weak spots" icon="alert-triangle">
    Pages with low ratings or a high "no answer" rate are pages where users need help that you're not yet giving them.
  </Card>

  <Card title="Validate releases" icon="check-circle">
    After shipping a new flow, watch the Pages view to see whether question volume on the new screens is going down (good) or staying flat (the docs need a push).
  </Card>

  <Card title="Plan guides" icon="map">
    The pages with the highest "I don't know how to do this" volume are usually the best candidates for an in-app guide.
  </Card>
</CardGroup>

## Drill into a page

Click any page row to see:

* Recent conversations on that page (text included, redacted).
* Ratings and topic clusters specific to that page.
* A timeline showing how chat volume on the page has trended.

## Next steps

<CardGroup cols={2}>
  <Card title="Topics inbox" icon="inbox" href="/studio/topics">
    Find the questions your Agent can't answer well.
  </Card>

  <Card title="Train" icon="book-open" href="/agent/train">
    Add or update knowledge sources.
  </Card>
</CardGroup>
