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

# Nastavenia účtu

## Účel tejto stránky <a href="#purpose-of-this-page" id="purpose-of-this-page"></a>

Sekcia **Účet** v **Nastaveniach** obsahuje používateľsky špecifické konfigurácie, ktoré sa uplatňujú v celej platforme solarVis.

Odtiaľto môžete:

* Udržiavať presné osobné údaje
* Skontrolovať e-mailovú adresu svojho účtu
* Rozhodnúť, ktoré systémové udalosti spúšťajú notifikácie
* Vybrať spôsob doručovania notifikácií (e-mailom a/alebo v aplikácii)

> Tieto nastavenia ovplyvňujú iba váš vlastný účet a nemajú vplyv na ostatných používateľov vo vašej organizácii.

## Čo tu môžete robiť <a href="#what-you-can-do-here" id="what-you-can-do-here"></a>

Na stránke Účet môžete:

#### Správa profilu

* Zobraziť podrobnosti svojho profilu
* Upraviť svoje meno, priezvisko a telefónne číslo
* Skontrolovať e-mailovú adresu svojho účtu
* Uložiť zmeny preferencií

#### **Preferencie notifikácií**

* Zapnúť alebo vypnúť e-mailové notifikácie podľa typu notifikácie
* Zapnúť alebo vypnúť notifikácie v aplikácii podľa typu notifikácie
* Uložiť zmeny preferencií notifikácií

## Štruktúra stránky <a href="#page-structure" id="page-structure"></a>

Štruktúra nastavení účtu je nasledovná:

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

Stránka **Profil** zobrazuje vaše osobné informácie o účte.

* Všetky podrobnosti profilu sú predvolene zobrazené v **režime iba na čítanie**
* Kliknite na tlačidlo **Upraviť** pre aktualizáciu upraviteľných polí:
  * Meno
  * Priezvisko
  * Telefónne číslo
* Vaša e-mailová adresa je zobrazená len na informáciu a nie je možné ju upraviť
* Po vykonaní zmien ich uložte, aby sa aktualizovali v celom solarVis

### Preferencie notifikácií <a href="#notification-preferences" id="notification-preferences"></a>

Stránka **Preferencie notifikácií** vám umožňuje ovládať, ako a kedy dostávate systémové aktualizácie.

* Typy notifikácií sú uvedené v tabuľke
* Každý typ notifikácie má dve možnosti doručenia:
  * **E-mailová notifikácia**
  * **Notifikácia v aplikácii**
* Každý kanál doručenia môžete povoliť alebo zakázať nezávisle
* Zmeny sa neaplikujú okamžite
* Kliknite na **Uložiť** pre uloženie a aktiváciu vašich preferencií

Tieto nastavenia vám pomáhajú zabezpečiť, že dostávate iba tie notifikácie, na ktorých vám záleží, prostredníctvom preferovaných kanálov.

***

## Súvisiace stránky <a href="#related-articles" id="related-articles"></a>

* [Stránka nastavení spoločnosti](/documentation/sk/configuration/settings-page/company-settings.md)

Stále si neviete rady? Môžete nás kedykoľvek [**kontaktovať!**](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/sk/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.
