> For the complete documentation index, see [llms.txt](https://help.steeple.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.steeple.com/es/compte-profil/parametres-compte.md).

# Los ajustes de la cuenta de Steeple

### Acceder a los ajustes

Desde el menú en la parte inferior izquierda, ir a **Configuración**. Los ajustes están organizados en secciones.

### Cuenta

* **Dirección de correo electrónico** : modificar la dirección de correo electrónico (con confirmación por correo electrónico). No disponible para las cuentas SSO.
* **Contraseña** : modificar la contraseña. No disponible para las cuentas SSO.
* **Código de 4 dígitos** : crear o modificar el código PIN para las pantallas TV Steeple.
* **Idioma** : cambiar el idioma de la interfaz de Steeple. Idiomas disponibles: francés, inglés, español, alemán, italiano, portugués, neerlandés, polaco, sueco, catalán.
* **Informe mensual** : activar o desactivar la recepción de un resumen mensual por correo electrónico (disponible si el usuario tiene una organización).
* **Eliminar mi cuenta** : eliminar definitivamente la cuenta y todas las publicaciones. No disponible para las cuentas SSO.

### Comunidades

* **Unirse a una comunidad** : acceder a la lista de comunidades disponibles
* **Salir de una comunidad** : abandonar una o varias comunidades (con confirmación)

### Lo que puede hacer el asistente

El asistente no puede modificar los ajustes personales de un usuario. Puede explicar cómo acceder a ellos y qué permite hacer cada opción.


---

# 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://help.steeple.com/es/compte-profil/parametres-compte.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.
