> For the complete documentation index, see [llms.txt](https://docs.arcware.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arcware.cloud/arcware-cloud-platform/getting-started-with-arcware-cloud/creating-and-managing-your-projects/project-dashboard.md).

# Project Dashboard

First things first, now that we know how to create projects we can delve deeper in the project dashboard.\
\
Simply click on a project to go to the project dashboard page.

<figure><img src="/files/aQqmHIqeE3sWi0LmDfVz" alt=""><figcaption></figcaption></figure>

On the project dashboard we have 3 sections.

* **Quick access**
* **Usage**
* **Statistics**

## Quick access

Here we have the quick access buttons for the Settings, Packages,Preview and Statistics page.

<figure><img src="/files/67RrAMGvuVZSuSEy0JbJ" alt=""><figcaption></figcaption></figure>

* [Settings](/arcware-cloud-platform/getting-started-with-arcware-cloud/creating-and-managing-your-projects/project-dashboard/project-settings.md)
* [Packages](/arcware-cloud-platform/getting-started-with-arcware-cloud/creating-and-managing-your-projects/project-dashboard/uploading-and-releasing-packages.md)
* [Preview](/arcware-cloud-platform/getting-started-with-arcware-cloud/creating-and-managing-your-projects/project-dashboard/preview-stream.md)
* [Statistics](/arcware-cloud-platform/getting-started-with-arcware-cloud/creating-and-managing-your-projects/project-dashboard/statistics.md)

## Usage

In the Usage section we can see the **Total run time** and **Average watch time** of the current and previous month.

<figure><img src="/files/mKd2MAQNfuPQn3b4LMUg" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
The current and previous months insights in the Usage section, are always from the start of a month to the end. \
\
**These periods are not synced with the usage of the actual billing cycle of your Tenant.**
{% endhint %}

***

Next we will cover the Statistics page in detail.


---

# 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.arcware.cloud/arcware-cloud-platform/getting-started-with-arcware-cloud/creating-and-managing-your-projects/project-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.
