> For the complete documentation index, see [llms.txt](https://docs.solarvis.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solarvis.co/documentation/hu/readme/dashboard.md).

# Dashboard

## Purpose of This Page <a href="#purpose-of-this-page" id="purpose-of-this-page"></a>

The **Dashboard** is the main landing page of solarVis.

It is designed to help users quickly understand the current state of their operations by summarizing project activity and performance trends at a glance.

From this page, users can monitor how project volume is changing over time, access recently created projects, and initiate common actions required for daily operations.

## What You Can Do Here <a href="#what-you-can-do-here" id="what-you-can-do-here"></a>

With the dashboard page, you can:

* View how many projects were created during the current week and current month
* Track the total number of projects available in the account
* Create a new project directly from the Dashboard
* Access frequently used setup and management actions through shortcuts
* Review a list of recently created projects with key details

## How It Works <a href="#how-it-works" id="how-it-works"></a>

The Dashboard automatically collects data from all projects you have permission to access.

Project metrics are calculated based on project creation dates and are continuously updated to reflect the most recent activity in your account. Trend indicators compare current values with previous periods to highlight increases or decreases in project creation.

The page is organized into four main sections:

### Key Metrics <a href="#key-metrics" id="key-metrics"></a>

Displays high-level project statistics, including:

* Projects created during the current week
* Projects created during the current month
* Projects created during 6 months
* Total number of projects in the account

Visual trend indicators show whether project activity has increased or decreased compared to the previous week or month.

#### New Project

Provides a prominent entry point for creating a new project.

Selecting **Create New Project** starts the standard project creation flow, allowing you to quickly add a new project without leaving the Dashboard.

#### Quick Access

Offers shortcuts to commonly used administrative and setup actions, such as:

* Inviting new members
* Creating teams
* Activating materials in the database
* Creating preset cost sets

Each shortcut redirects you to the relevant management page.

#### Recent Projects

Lists the most recently created projects along with essential information, including:

* Project name
* Customer
* Assignee
* Facility type
* Location
* Creation date

Project names are clickable and allow direct navigation to the selected project for further review or updates.

***

## Related Pages <a href="#related-articles" id="related-articles"></a>

* [Activate Materials Page](/documentation/hu/configuration/materials-page/active-materials.md)
* [Company Settings Page](/documentation/hu/configuration/settings-page/company-settings.md)
* [Teams Page](/documentation/hu/configuration/organization-page/teams.md)
* [Project Settings Page](/documentation/hu/configuration/settings-page/project-settings.md)

If you have any questions about the Dashboard page, feel free to [**get in touch with us!**](https://www.solarvis.co/en/company/contact)


---

# 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.solarvis.co/documentation/hu/readme/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.
