> For the complete documentation index, see [llms.txt](https://user.netmera.com/netmera-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://user.netmera.com/netmera-user-guide/netmera-panel/user-settings.md).

# User settings

Use **User Settings** to update your personal information, password, panel appearance, and account status. These settings apply only to your Netmera account. They do not change application settings or other users’ access.

### Step 1: Open User Settings

Select **User Settings** from the user section of the Netmera panel.

The page shows **Personal Info**, **Change Password**, **Appearance**, and **Delete account**.

<figure><img src="/files/GGfASEFcvdYCchXyU9zq" alt="User menu with User Settings selected" width="276"><figcaption><p>User menu showing the User Settings option.</p></figcaption></figure>

### Step 2: Update personal information

Update your name, email address, or GSM number in **Personal Info**.

#### Step 2.1: Select a field

Select **Edit** next to the field you want to update.

<table><thead><tr><th width="185.2890625">Field</th><th>Use it to update</th></tr></thead><tbody><tr><td>First name</td><td>Your given name</td></tr><tr><td>Last name</td><td>Your family name</td></tr><tr><td>Email address</td><td>Your account email address</td></tr><tr><td>GSM number</td><td>Your mobile phone number</td></tr></tbody></table>

<figure><img src="/files/8NUuR7qsHoarsOksoTXA" alt="Personal Info section showing editable first name and last name fields" width="563"><figcaption><p>Personal Info with editable name fields.</p></figcaption></figure>

#### Step 2.2: Save the change

Enter the new value. Complete the edit using the control shown in the panel.

For example, change your GSM number when your contact number changes. The updated number becomes your account contact number after the change succeeds.

<div><figure><img src="/files/ZfbCDsYnv8TfuEW907Ie" alt="Email address edit dialog" width="375"><figcaption><p>Email address edit dialog.</p></figcaption></figure> <figure><img src="/files/UDtjpKOVnpjEc7KlV7iU" alt="GSM number edit dialog" width="375"><figcaption><p>GSM number edit dialog.</p></figcaption></figure></div>

### Step 3: Change your password

Select **Change Password**. Enter the requested password values. Then confirm the change.

Choose a password you do not use for another service. Store it securely after changing it.

<figure><img src="/files/HNNjS6Yu3oH4npwsQdzG" alt="Change Password dialog" width="375"><figcaption><p>Change Password dialog.</p></figcaption></figure>

### Step 4: Change the panel theme

Under **Appearance**, select **Light**, **Dark**, or **System**. The selected option changes the appearance of supported Netmera pages.

<figure><img src="/files/0gjJMsNIqVwQEjOV28PH" alt="Appearance section with Light, Dark, and System theme options" width="563"><figcaption><p>Appearance section with available theme options.</p></figcaption></figure>

<table><thead><tr><th width="143.40625">Option</th><th>Result</th></tr></thead><tbody><tr><td><strong>Light</strong></td><td>Displays the panel in light mode.</td></tr><tr><td><strong>Dark</strong></td><td>Displays the panel in dark mode.</td></tr><tr><td><strong>System</strong></td><td>Automatically matches the theme preference configured on your operating system or device.</td></tr></tbody></table>

For example, select **System** to use dark mode when your device uses dark mode.

<figure><img src="/files/Vw06AFZsmuU9Jt7w0hbE" alt="Theme menu in the top navigation bar" width="563"><figcaption><p>Theme options in the top navigation bar.</p></figcaption></figure>

You can also change the theme from the top navigation bar.

{% hint style="info" %}
Theme preferences currently apply only to pages that support the new interface design. Other pages will continue to use their existing appearance until theme support becomes available.
{% endhint %}

### Step 5: Delete your account

{% hint style="warning" %}
Deleting your account starts a 90-day deletion period. After 90 days, your account and associated data are permanently deleted.
{% endhint %}

Select **Delete account** to start the deletion period.

Sign in within 90 days to restore your account automatically. After this period ends, Netmera permanently deletes your account and associated data.

<figure><img src="/files/DjHYHpMgPO5zqUIDqPWV" alt="Delete account section in User Settings" width="563"><figcaption><p>Delete account section.</p></figcaption></figure>


---

# 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://user.netmera.com/netmera-user-guide/netmera-panel/user-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.
