> 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/nl/readme/dashboard.md).

# Dashboard

## Doel van deze pagina <a href="#purpose-of-this-page" id="purpose-of-this-page"></a>

Het **Dashboard** is de hoofdlandingspagina van solarVis.

Het is ontworpen om gebruikers snel inzicht te geven in de huidige status van hun operaties door projectactiviteit en prestatie­trends in één oogopslag samen te vatten.

Vanaf deze pagina kunnen gebruikers monitoren hoe het projectvolume in de loop van de tijd verandert, toegang krijgen tot recent aangemaakte projecten en veelvoorkomende acties voor dagelijkse werkzaamheden starten.

## Wat u hier kunt doen <a href="#what-you-can-do-here" id="what-you-can-do-here"></a>

Met de dashboardpagina kunt u:

* Bekijken hoeveel projecten er zijn aangemaakt in de huidige week en huidige maand
* Het totale aantal beschikbare projecten in het account volgen
* Direct een nieuw project aanmaken vanuit het Dashboard
* Toegang krijgen tot veelgebruikte configuratie- en beheersacties via snelkoppelingen
* Een lijst van recent aangemaakte projecten met kerngegevens bekijken

## Hoe het werkt <a href="#how-it-works" id="how-it-works"></a>

Het Dashboard verzamelt automatisch gegevens van alle projecten waartoe u toegang heeft.

Projectstatistieken worden berekend op basis van de aanmaakdatum van projecten en worden continu bijgewerkt om de meest recente activiteit in uw account weer te geven. Trendindicatoren vergelijken de huidige waarden met voorgaande perioden om stijgingen of dalingen in projectcreatie te benadrukken.

De pagina is ingedeeld in vier hoofdsecties:

### Belangrijkste statistieken <a href="#key-metrics" id="key-metrics"></a>

Toont projectstatistieken op hoofdlijnen, waaronder:

* Projecten aangemaakt in de huidige week
* Projecten aangemaakt in de huidige maand
* Projecten aangemaakt in 6 maanden
* Totaal aantal projecten in het account

Visuele trendindicatoren tonen of de projectactiviteit is toegenomen of afgenomen ten opzichte van de vorige week of maand.

#### Nieuw project

Biedt een prominente ingang om een nieuw project aan te maken.

Door **Nieuw project aanmaken** te selecteren, start u het standaardproces voor het aanmaken van een project, zodat u snel een nieuw project kunt toevoegen zonder het Dashboard te verlaten.

#### Snelle toegang

Biedt snelkoppelingen naar veelgebruikte administratieve en configuratieacties, zoals:

* Nieuwe leden uitnodigen
* Teams aanmaken
* Materialen activeren in de database
* Vooraf ingestelde kostensets aanmaken

Elke snelkoppeling leidt u naar de relevante beheerspagina.

#### Recente projecten

Toont de meest recent aangemaakte projecten met essentiële informatie, waaronder:

* Projectnaam
* Klant
* Toegewezene
* Type faciliteit
* Locatie
* Aanmaakdatum

Projectnamen zijn aanklikbaar en bieden directe navigatie naar het geselecteerde project voor verdere beoordeling of updates.

***

## Gerelateerde pagina's <a href="#related-articles" id="related-articles"></a>

* [Materialen activeren pagina](/documentation/nl/configuration/materials-page/active-materials.md)
* [Bedrijfsinstellingen pagina](/documentation/nl/configuration/settings-page/company-settings.md)
* [Teams pagina](/documentation/nl/configuration/organization-page/teams.md)
* [Projectinstellingen pagina](https://github.com/solarvis/solarvis-docs/blob/main/nl/documentation/configuration/settings-page/project-settings/README.md)

Als u vragen heeft over de Dashboardpagina, neem dan gerust [**contact met ons op!**](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/nl/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.
