> 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/settings-page/account-settings.md).

# Accountinstellingen

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

De sectie **Account** in **Instellingen** bevat gebruikersspecifieke configuraties die van toepassing zijn op het gehele solarVis-platform.

Vanaf hier kunt u:

* Nauwkeurige persoonlijke informatie bijhouden
* Uw account-e-mailadres bekijken
* Bepalen welke systeemevenementen meldingen activeren
* Kiezen hoe meldingen worden afgeleverd (e-mail en/of in-app)

> Deze instellingen zijn alleen van invloed op uw eigen account en hebben geen invloed op andere gebruikers binnen uw organisatie.

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

Binnen de Account-pagina kunt u:

#### Profielbeheer

* Uw profielgegevens bekijken
* Uw naam, achternaam en telefoonnummer bewerken
* Uw account-e-mailadres bekijken
* Voorkeurswijzigingen opslaan

#### **Meldingsvoorkeuren**

* E-mailmeldingen per meldingstype in- of uitschakelen
* In-app meldingen per meldingstype in- of uitschakelen
* Wijzigingen in meldingsvoorkeuren opslaan

## Paginastructuur <a href="#page-structure" id="page-structure"></a>

De structuur van Accountinstellingen is als volgt;

### Profiel <a href="#profile" id="profile"></a>

De **Profiel**-pagina toont uw persoonlijke accountinformatie.

* Alle profielgegevens worden standaard weergegeven in **alleen-lezen modus**
* Klik op de knop **Bewerken** om bewerkbare velden bij te werken:
  * Naam
  * Achternaam
  * Telefoonnummer
* Uw e-mailadres wordt ter referentie weergegeven en kan niet worden bewerkt
* Nadat wijzigingen zijn aangebracht, slaat u deze op om updates door te voeren in solarVis

### Meldingsvoorkeuren <a href="#notification-preferences" id="notification-preferences"></a>

De pagina **Meldingsvoorkeuren** stelt u in staat te bepalen hoe en wanneer u systeemupdates ontvangt.

* Meldingssoorten worden weergegeven in een tabel
* Elk meldingstype heeft twee leveringsopties:
  * **E-mailmelding**
  * **In-app melding**
* U kunt elk leveringskanaal onafhankelijk in- of uitschakelen
* Wijzigingen worden niet direct toegepast
* Klik op **Opslaan** om uw voorkeuren op te slaan en te activeren

Met deze instellingen zorgt u ervoor dat u alleen de meldingen ontvangt die voor u relevant zijn, via de kanalen van uw voorkeur.

***

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

* [Bedrijfsinstellingenpagina](/documentation/nl/configuration/settings-page/company-settings.md)

Nog steeds hulp nodig? U kunt altijd [**contact met ons opnemen!**](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/configuration/settings-page/account-settings.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.
