> 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/configuration.md).

# Configuratie

- [Organisatiepagina](https://docs.solarvis.co/documentation/nl/configuration/organization-page.md): Deze pagina biedt een gecentraliseerd overzicht van de structuur van uw organisatie in solarVis, inclusief partners, teams en het hoofdkantoor.
- [Partners](https://docs.solarvis.co/documentation/nl/configuration/organization-page/partners.md): De pagina biedt een gecentraliseerd overzicht van alle partnerorganisaties die verbonden zijn met uw bedrijf binnen solarVis. Het stelt hoofdgebruikers in staat om gebruikers op partnerniveau en de op
- [Teams](https://docs.solarvis.co/documentation/nl/configuration/organization-page/teams.md): De pagina biedt een gecentraliseerd overzicht van alle interne teams binnen uw organisatie. U kunt teams en leden aanmaken, beheren, monitoren en hun bijbehorende projecten beheren, allemaal vanaf één
- [Hoofdkantoor](https://docs.solarvis.co/documentation/nl/configuration/organization-page/headquarters.md): De pagina vertegenwoordigt de hoogste organisatorische entiteit in solarVis en fungeert als het centrale knooppunt voor het beheren van gebruikers, activiteiten en kerninstellingen.
- [Materialenpagina](https://docs.solarvis.co/documentation/nl/configuration/materials-page.md): De pagina fungeert als het bedieningspaneel waar u alle hardwarematerialen die in de zonne-energieprojecten worden gebruikt, kunt beheren en configureren vanuit de database voor systeemontwerp, kosten
- [Alle materialen](https://docs.solarvis.co/documentation/nl/configuration/materials-page/all-materials.md): Op deze pagina kunt u bladeren, zoeken of filteren en materialen activeren die in uw projecten kunnen worden gebruikt, door de volledige SolarVis-materialendatabase te bekijken en te verkennen.
- [Actieve Materialen](https://docs.solarvis.co/documentation/nl/configuration/materials-page/active-materials.md): De pagina is waar u alle materialen beheert die actief in uw projecten worden gebruikt, waarbij u de prijsstelling, beschikbaarheid, zichtbaarheid en het financiële gedrag van geselecteerde materialen
- [Materiaal aanvragen](https://docs.solarvis.co/documentation/nl/configuration/materials-page/request-material.md): De functie is overal in solarVis beschikbaar en stelt u in staat om ontbrekende producten direct vanaf het platform in te dienen.
- [Materiaalgegevens Modal](https://docs.solarvis.co/documentation/nl/configuration/materials-page/material-details-modal.md): Deze modal biedt gedetailleerde technische informatie om u te helpen materialen te beoordelen en te vergelijken voordat u deze activeert of gebruikt in een project.
- [Instellingenpagina](https://docs.solarvis.co/documentation/nl/configuration/settings-page.md): Deze pagina biedt een overzicht van het gedeelte Instellingen, waar u persoonlijke, bedrijfs-, abonnements- en facturatiegegevens, systeemintegraties en projectniveauconfiguraties beheert in solarVis.
- [Accountinstellingen](https://docs.solarvis.co/documentation/nl/configuration/settings-page/account-settings.md): De pagina beheert uw persoonlijke accountinformatie en bepaalt welke updates u per e-mail en via in-app meldingen ontvangt.
- [Bedrijfsinstellingen](https://docs.solarvis.co/documentation/nl/configuration/settings-page/company-settings.md): Op deze pagina kunt u alle organisatie-instellingen beheren die bepalen hoe uw bedrijf binnen SolarVis opereert.
- [Projectinstellingen](https://docs.solarvis.co/documentation/nl/configuration/settings-page/project-settings.md): Configureer en beheer herbruikbare commerciële structuren, waaronder kostenvoorinstellingen, systeem pakketten en tarieven die standaardiseren hoe projecten worden opgebouwd, geprijsd en financieel ge
- [Tariefinstellingen](https://docs.solarvis.co/documentation/nl/configuration/settings-page/project-settings/tariff-settings.md): De tariefinstellingen bepalen hoe netstroom wordt geprijsd binnen solarVis. Elk financieel resultaat dat binnen een project wordt gegenereerd, is afhankelijk van de tarieflogica die op deze pagina is
- [Vooraf ingestelde kostprijsinstellingen](https://docs.solarvis.co/documentation/nl/configuration/settings-page/project-settings/preset-cost-settings.md): De pagina Vooraf ingestelde kostprijsinstellingen stelt u in staat om herbruikbare kostensjablonen te configureren, op te slaan en te beheren die automatisch worden toegepast op projectniveau materiaa
- [Pakketinstellingen](https://docs.solarvis.co/documentation/nl/configuration/settings-page/project-settings/package-settings.md): Pakketten combineren meerdere materialen in één commercieel aanbod met een calculated total price.
- [Offerte-instellingen](https://docs.solarvis.co/documentation/nl/configuration/settings-page/offer-settings.md): De pagina stelt u in staat om herbruikbare voorkeurensets te maken en te beheren die bepalen hoe voorstellen zijn opgebouwd, welke pagina's zijn opgenomen en welke inhoud op elke pagina wordt weergege


---

# 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/configuration.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.
