> 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-studio/overview/settings-and-preferences/profile.md).

# Profile

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

To access it, click on the drop-down menu and then "**My Profile"**.

<figure><img src="/files/1FPADPWM83up4DpYmwkZ" alt=""><figcaption></figcaption></figure>

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

To edit the settings, click "**Edit**" located in the upper right corner.&#x20;

Note that after clicking the "**Edit**" button, the fields are available for editing, **except for the email**.&#x20;

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

Below, you can find the documentation for the sections found in "**Profile**":

* [Profile photo](#profile-photo)&#x20;
* [Profile information](#informacoes-do-perfil)&#x20;
* [Change password](#alterar-senha)&#x20;
* [Your spaces](#your-spaces)&#x20;
* [Account Options](#account-options)

#### Profile photo&#x20;

The top panel displays your **photo** (if available), **name**, **permission type** (in the selected space), and your **ID**.

**Add or change photo**

1\) To add your photo to your profile, hover over the icon with your initials and click "**Edit**." Then, choose or drag and drop the desired image.&#x20;

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

2\) After the image loads, you can adjust the size. Then, click "**Apply image**".&#x20;

<figure><img src="/files/4f3I3zZYPVYC1tTEf6OF" alt=""><figcaption></figcaption></figure>

3\) If needed, click the edit icon (pencil) to edit the image or the trash can icon to delete it. If everything looks good, just click "**Save**" to complete the action.&#x20;

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

4\) That's it! The image has been added to your profile. Don't forget to click "**Save changes**" before leaving the page.

\
**Delete photo**&#x20;

1\) If you want to delete the profile photo, hover over the icon and click "**Edit**." Then, click "**Delete image**."&#x20;

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

2\) Your avatar will revert to displaying only your initials. Don't forget to click "**Save changes**" before leaving the page.

***

#### Profile information <a href="#informacoes-do-perfil" id="informacoes-do-perfil"></a>

The information provided during registration is available in this area: **Full name**, **Email**, **Phone**, and **Language**. You can change the information and language preferences, except for the email.&#x20;

After making any changes, click "**Save changes**". If you don't want to make any changes, simply choose "**Cancel**."

***

#### Change password <a href="#alterar-senha" id="alterar-senha"></a>

In this area, you can change your **Skyone Studio** password. To do so, simply enter your current password and the new one.

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

Don't forget to click on “**Save changes**” before leaving the page.

{% hint style="info" %}
We recommend that your password contains at least 8 characters, including upper and lower case letters, numbers and symbols.
{% endhint %}

***

#### Your spaces

In this area you can check which workspaces you have access to, add a new workspace and leave and/or delete a workspace. To find out more, access the documentation [here](/english/skyone-studio/overview/workspace.md).

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

***

#### Account Options

In this block you can **deactivate** or **delete the account**.

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

**Deactivate account**

1\) To temporarily deactivate your account, click the **"Deactivate account"** button .

2\) Confirm the deactivation by typing your username and then clicking the "**Deactivate account**" button.

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

When you want to return, simply log back into **Skyone Studio** using your login credentials.

**Delete account**

1\) To delete your account, click the "**Delete account**" button.\
\
2\) Confirm the deletion by typing your username and then clicking the "**Delete account**" button.

<figure><img src="/files/0KBJf3sIe06ggn48Wqqq" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Once deleted, it will not be possible to recover your account data in the event of regret.
{% endhint %}


---

# 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-studio/overview/settings-and-preferences/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.
