# Dashboard

## Pro Tier Engagements Dashboard

**URL:** <https://pentest.ws/engagements>

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

The **Engagements Dashboard** provides a centralized view of all ongoing, planned, and completed engagements. From this screen, you can quickly see the status of each engagement, track progress, and review key metrics.

Each row in the dashboard displays:

* **Engagement** – The name of the engagement.
* **Client** – The associated client.
* **Status** – Current state (e.g., *Planned*, *In Progress*, *Client Delay*, *Cancelled*).
* **Start / End / Duration** – Engagement timeline details.
* **Time Left** – Remaining duration or indication if overdue.
* **Reviewed** – Progress bar showing the number of reviewed items.
* **Findings** – Counts of findings by severity (Critical, High, Medium, Low).
* **Owner** – The user responsible for the engagement.
* **Access** – Visibility and permissions (e.g., Public, Private, or read/full access assigned to specific users).

The dashboard gives Pro users a high-level overview of active work, making it easy to prioritize, assign resources, and monitor deadlines across multiple engagements.

### Pro Tier Team Missions - On-Premise Only

When a teammate makes an engagement **Public** or grants you **Read** or **Full** access, the engagement will appear in your dashboard. In the **Access** column, you’ll see the names of users who have been granted permissions alongside your own.

:link: [Read more about Access Control](/collaboration/access-control-list.md)

:link: [Read more about Shared Engagements](/collaboration/shared-engagements.md)

## Archived Engagements

Engagements can be archived from the Engagement's Console window. When an Engagement is archived it no longer appears in by default but can be found by selecting "Show" in the "Archived" filter.&#x20;

{% hint style="info" %}
No data is lost when archiving Engagements
{% endhint %}

## Free & Hobby Tier Mission Control Dashboard

**URL:** <https://pentest.ws/dashboard>

![Free / Hobby Tier Dashboard](/files/Dyc9nAcNBWNB3wC3RI2S)

Mission Control on Free Tier & Hobby Tier show Engagement cards with a breakdown of their Host exploitation status:

**Vacant**: a Vacant Host is a remote machine where you have not achieved Remote Code Execution

**Shelled**: when you attain a low privilege shell on a remote Host, set the Shell ![](/files/3spcJXYaZhTgLgLMowQw) flag

**Owned**: if you gain elevated privileges on a remote Host, set the Owned ![](/files/E9A5BmmSoRajNnPxl0Qb) flag

## Tier Availability

**Mission Control** dashboard is available on **Free** and **Hobby Tiers**.

**Engagements** dashboard is available on **Pro Tier**.


---

# 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.pentest.ws/getting-started/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.
