# Dashboard

The dashboard provides an overview of Paack operations, displaying key statistics and a current year's chart along with the top 5 recent orders for quick insights.

<figure><img src="https://654636905-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FllYK2p4cK8lpzBZKX9uH%2Fuploads%2FBhLsbKRpkHRtLdlmXJHD%2Fimage.png?alt=media&#x26;token=87732ff0-0c65-4beb-bbdc-74a1f2effea4" alt=""><figcaption></figcaption></figure>

**Statistics:** The app displays an overview of the past week's orders, the total pending orders that are yet to be fulfilled (indicating the admin has not generated a claim), and the total shipped (fulfilled) orders.

Additionally, a chart is provided to visualize the current year's pending and delivered orders for better tracking and analysis

**Quick view of top 5 recent orders to process.**&#x20;

<figure><img src="https://654636905-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FllYK2p4cK8lpzBZKX9uH%2Fuploads%2FMwOVRcl1cozJW5ifKypY%2Fimage.png?alt=media&#x26;token=011e5545-4fd4-4baa-9182-60f8893d5313" alt=""><figcaption></figcaption></figure>


---

# 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://paack.gitbook.io/paack-app/app-installation/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.
