# Dashboard

Once you log in, you will be greeted with the organization's (customers') dashboard.

```
https://app.bugv.io/organization/dashboard
```

![Organization Dashboard](/files/-MbLwN-7giuYMfA779-L)

Here are the ingredients for the dashboard.

<table data-header-hidden><thead><tr><th width="225.5">INGREDIENTS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>INGREDIENTS</strong></td><td><strong>DESCRIPTION</strong></td></tr><tr><td>Total Programs</td><td>Displays the total number of programs currently available in your organization.</td></tr><tr><td>Running Programs </td><td>Displays the total number of approved programs within your organization.</td></tr><tr><td>Unapproved Programs</td><td>Indicates the number of programs that have been rejected.</td></tr><tr><td>Overall Stats</td><td>Provides an overview of your organization's status regarding reports, payments, and points.</td></tr><tr><td>Total Submission</td><td>Indicates the total number of reports received for your program.</td></tr><tr><td>Total Bounty Paid</td><td>Displays the total bounty or monetary rewards you have paid out from the platform so far.</td></tr><tr><td>Total Points Distributed</td><td>Displays the total points you have awarded to various users for their reports.</td></tr><tr><td>Submission Stats</td><td>Provides an overview of the total number of submissions based on their report status.</td></tr></tbody></table>


---

# 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://docs.bugv.io/customers/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.
