# User Profile Menu

Here, you can view and edit your details provided during sign-up, delete your data if necessary, or sign out of your account.

<div align="left"><figure><img src="/files/jnlTRIMyKh5Rp5W7iqkP" alt="" width="375"><figcaption></figcaption></figure></div>

### Profile settings. Basic view set

(custom fields can be added to Sign Up by SuperAdmin)

* Name
* Email
* Phone Number (field is hidden if no information was provided)
* Last Login&#x20;
* Timezone (this setting is defined by Organization's Timezone)
* Locale

### Actions

Hover Actions Menu near the Name to access following options.

<details>

<summary>Edit</summary>

Click to open User Profile edit modal window

<img src="/files/-MXXFQVMS0SBnsrQCLx7" alt="Edit User Profile modal window" data-size="original">

**Name** – here you can edit user name displayed in Blynk Platform. Use only letters, hyphens, dots and spaces. 60 characters limit.

**Email** – is set once during the Invitation or Sign Up procedure. Cannot be edited.

**Phone Number** – international phone numbers format regexp is applied here. Country code can be found by selecting country flag from the dropdown list. Country flag change is autoapplied on number typing.

</details>

<details>

<summary>Reset Password</summary>

Click to open Reset Password modal window

<img src="/files/-MSmHb5FcxANhcVnpkrw" alt="Reset Password modal window" data-size="original">

1. **Type current password** (click "eye" pictogram to show/hide the password)
2. **Type new password** with minimum of 8 characters (click "eye" pictogram to show/hide the password) Our recommendations on password creation:
   * Use uncommon words
   * Use non-standard uPPercaSing
   * Use creatif spellllllling
   * Use non-obvi0u$ number$ & symbo1s There's a safety-meter bar under this field. It's safety status hint and color will be changed from red to green as the password turns stronger.
3. Click **Save** to apply the changes.

</details>

<details>

<summary>Delete Account</summary>

<img src="/files/-MSmIdyXOL-e7TfzeW-B" alt="Delete account modal screen" data-size="original">

1. **Make sure** you are about to delete the account
2. **Type current password**
3. Confirm the action by clicking **Detete My Account**

***Warning*****:** All data associated with your account will be deleted permanently. If you are the only user of an Organization, the organization with all it's data will also be deleted. This can not be undone.

</details>

<details>

<summary>Logout</summary>

Click to end the session.\
You will be redirected to Sign In / Sign Up screen.

</details>

### Locale

You can choose the language for your Blynk.Console interface here. This setting is independent from your Blynk.Apps interface language.

{% hint style="info" %}
In **Blynk.Apps**, localization settings automatically synchronize with the locale of the user's smartphone, ensuring consistent interface experience.
{% endhint %}

### Developer mode

Switch between end-user or developer views. View full documentation on [developer mode](/en/concepts/developer-mode.md).&#x20;

### Billing

Explore and manage your subscription details here. You can view your current plan, compare available options, and [select the best plan](https://blynk.cloud/dashboard/settings/billing) to suit your needs.

### Theme

Choose light or dark theme for your Blynk.Console interface.

### Log out


---

# Agent Instructions: 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:

```
GET https://docs.blynk.io/en/blynk.console/user-profile.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
