# Dashboard

The Panxo dashboard provides a simple interface to view & download reports. The dashboard pulls data from the [Reporting API](/documentation/getting-started-with-panxo.md#dashboard-and-reporting), so any information available here is also available through the API.

### Accessing the Dashboard

You can register for a dashboard user account any time at [app.panxo.ai](https://app.panxo.ai)

Once you have registered, our team will link your user profile to your publisher account, so you can see any existing performance data, as well as manage sub accounts & access your API Key.

<br>


---

# Agent Instructions: 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:

```
GET https://developers.panxo.ai/dashboard-and-reporting/dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
