> 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/espanol/skyone-console/configuraciones-y-preferencias/mi-perfil.md).

# Mi Perfil

### Cómo acceder <a href="#como-acessar" id="como-acessar"></a>

Para acceder, haz clic en el menú desplegable y luego en "**Mi Perfil**".

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

### Editar Perfil <a href="#editar-perfil" id="editar-perfil"></a>

1. Para editar la configuración, en "**Mi Perfil**", haz clic en "**Editar**", ubicado en la esquina superior derecha.

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

2. La información del registro está disponible en esta área: nombre completo, correo electrónico, teléfono comercial, celular y país. Es posible modificar esta información, **excepto el correo electrónico**.&#x20;
3. Es posible cambiar el **idioma** de la plataforma, siendo las opciones portugués, inglés o español.
4. Después de realizar cualquier cambio, haz clic en "**Guardar**". Si no deseas realizar cambios, simplemente selecciona "**Cancelar**".

#### Cambiar contraseña <a href="#alterar-senha" id="alterar-senha"></a>

En esta área es posible cambiar la contraseña de la plataforma. Para hacerlo, sigue estos pasos:

1. Haz clic en el botón "**Cambiar contraseña**".

<figure><img src="/files/36VVkrc3NhB5g6QdbCqO" alt=""><figcaption></figcaption></figure>

2. Rellena los campos de **contraseña actual**, **nueva contraseña** y **confirmar nueva contraseña**.

{% hint style="info" %}
La contraseña debe tener al menos 8 caracteres, incluidos caracteres en mayúsculas y minúsculas, números y símbolos.
{% endhint %}

3\. Para finalizar el cambio de contraseña, haz clic en "**Guardar**".


---

# 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/espanol/skyone-console/configuraciones-y-preferencias/mi-perfil.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.
