# My Profile

![Left sidebar](https://user-images.githubusercontent.com/72790181/119666310-efc6d580-be3d-11eb-9e34-be660bd30aae.png)

Open the left side menu and press **My Profile**

![User profile](https://user-images.githubusercontent.com/72790181/119666333-f3f2f300-be3d-11eb-94a3-877d4b5f98ea.png)

Here you can edit your profile info by **tapping the input fields.**

{% hint style="info" %}
Profile details fields may vary due to settings made by Organization Administrator.
{% endhint %}

![Account actions](https://user-images.githubusercontent.com/72790181/119666351-f7867a00-be3d-11eb-8bbc-0e2fdfe2056a.png)

**Actions Menu** options:

* Change username – type new username, confirm by return.
* Change password – ***critical action.*** Enter current password, create new password, confirm by return.
* Delete account – ***critical action.*** Confirmation window is present.

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

{% hint style="info" %}
For **Blynk.Console**, users can independently adjust the localization settings via the [user profile menu](/en/blynk.console/user-profile.md), allowing for customized language preferences.
{% endhint %}

### Developer mode

Switch between end-user or developer views. View full documentation on [developer mode](/en/concepts/developer-mode.md).<br>


---

# 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.apps/profile-management/my-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.
