> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-console/settings-and-preferences/my-profile.md).

# My Profile

## How to access <a href="#como-acessar" id="como-acessar"></a>

To access your profile, click on the dropdown menu, then select "**My Profile**".

<figure><img src="/files/jyhdmzDXrLd1DdrEeFKs" alt=""><figcaption></figcaption></figure>

### Edit Profile <a href="#editar-perfil" id="editar-perfil"></a>

1. To edit your settings, go to "**My Profile**" and click "**Edit**" in the upper-right corner.

<figure><img src="/files/5mSklIOxVKqNbyw4NS6E" alt=""><figcaption></figcaption></figure>

2. Note that after clicking the "**Edit**" button, the fields will be enabled for editing, except for the email field.
3. This section contains your profile information: full name, email, business phone, mobile, and country. You can modify these details, **except for the email**.
4. It is possible to change the platform's **language**, with the options being Portuguese, English, or Spanish.
5. After making any changes, click "**Save**". If you do not wish to make changes, simply select "**Cancel**".

#### Change password

In this section, you can change your platform password. To do so, follow these steps:

1. Click the "**Change Password**" button.

<figure><img src="/files/ZMli78hQb8DGhFnqvynb" alt=""><figcaption></figcaption></figure>

2. Enter your **current password**, the **new password, and confirm the new password**.

{% hint style="info" %}
The password must be at least 8 characters long and include uppercase and lowercase letters, numbers, and symbols
{% endhint %}

3\. To complete the password change, click "**Save**".


---

# 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.skyone.cloud/english/skyone-console/settings-and-preferences/my-profile.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.
