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

# Account Settings

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

The **Account** section in **Settings** contains user-specific configurations that apply across the entire solarVis platform.

From here, you can:

* Maintain accurate personal information
* Review your account email address
* Decide which system events trigger notifications
* Choose how notifications are delivered (email and/or in-app)

> These settings affect only your own account and do not impact other users in your organization.

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

Within the Account page, you can:

#### Profile Management

* View your profile details
* Edit your name, surname, and phone number
* Review your account email address
* Save preference changes

#### **Notification Preferences**

* Turn email notifications on or off by notification type
* Turn in-app notifications on or off by notification type
* Save notification preference changes

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

Account Settings structure is;

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

The **Profile** page displays your personal account information.

* All profile details are shown in **read-only mode** by default
* Click the **Edit** button to update editable fields:
  * Name
  * Surname
  * Phone number
* Your email address is shown for reference and cannot be edited
* Once changes are made, save to apply updates across solarVis

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

The **Notification Preferences** page allows you to control how and when you receive system updates.

* Notification types are listed in a table
* Each notification type has two delivery options:
  * **Email notification**
  * **In-app notification**
* You can enable or disable each delivery channel independently
* Changes are not applied immediately
* Click **Save** to store and activate your preferences

These settings help ensure you receive only the notifications that matter to you, through the channels you prefer.

***

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

* [Company Settings Page](/documentation/sl/configuration/settings-page/company-settings.md)

Still stuck? You can always [**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/sl/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.
