# Quick Start: Dashboard

The Dashboard in K3 Labs is designed to provide users with a comprehensive overview of their projects, deployments, and key metrics. It serves as the central hub for monitoring and managing your workflows and deployments, ensuring you have all the necessary information at your fingertips.<br>

## Key Components of the Dashboard

1. Top Bar
   1. \+ New Button: Opens a pop-up to create a new Deploy or Design project.
2. Quick Overview
   1. MTD Actions: Shows number of actions used by the users starting the beginning of the month.
   2. Active Automations: Shows number of current deployed Automations (Workflows / Custom code)
   3. Active Users: Shows number of active users in the team
   4. MTD Gas Usage: Shows gas usage starting the beginning of the month on a K3 Executors wallet.
3. Graphs for Key Information Across All Projects
   1. Actions per Automation: A pie chart that breaks down the total number of actions by each automation deployed by the user.
   2. Daily usage. A combination of bar and line charts showing:
      1. Bar Chart: Number of actions per day.
      2. Line Chart: Gas spent per day.
4. Deployments List

This section provides a summary of all deployments in one place, making it easy for users to monitor the status and performance of each deployment. It is useful for quickly identifying any issues and managing deployments efficiently. Key fields:

* Type: The type of Deployment.
* Name: The name of the Deployment.
* Runs: Number of runs of the workflow.

By providing a detailed overview of all your projects and key metrics, the Dashboard ensures that you can manage and monitor your workflows and deployments effectively, keeping track of performance and quickly addressing any issues that arise.

<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://docs.k3-labs.com/introduction/appendix-old-pages/quick-start-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.
