> For the complete documentation index, see [llms.txt](https://docs.agego.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agego.com/admin-panel/dashboard.md).

# Dashboard

The AgeGO Dashboard provides a central interface to monitor, configure, and manage all aspects of your age-verification activity.

From the Dashboard, you can:

* Review verification performance and trends.
* Manage your sites and integration settings.
* Track usage and costs.
* Access billing and invoices.

This section gives an overview of the main areas of the Dashboard and explains how to use them effectively.

![Admin Panel Overview](/files/ac463efebb8794e9701f7d98018aa426158dffb1)

## <mark style="color:$primary;">Dashboard Overview</mark>

The Dashboard tab provides a quick snapshot of your AgeGO account and recent verification activity.

It is designed to give you a high-level view of account status and performance without needing to dive into detailed reports.

On the Dashboard, you will find:

* **Account Status**\
  Indicates whether your account is active and ready to use.
* **Verification Metrics (last 7 days)**\
  A summary of recent verification activity across all your sites:
  * **Sessions**: Number of verification sessions initiated by users.
  * **Accesses**: Number of successful verifications that granted access.
  * **Pass Rate**: Percentage of users who successfully passed verification.
* **Bar Graph**\
  A visual representation of selected metrics (Sessions, Accesses, or Pass Rate) over time, allowing you to quickly identify trends and changes in performance.


---

# 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://docs.agego.com/admin-panel/dashboard.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.
