> 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-studio/modulos/configuraciones-and-operaciones/configuraciones-de-modulos/gestion-de-las-cuentas-conectadas.md).

# Gestión de las cuentas conectadas

Después de crear una cuenta conectada, tienes la opción de **seleccionarla, editarla o eliminarla**. A continuación se detalla cada acción:

***

### Seleccionar cuenta conectada

Para seleccionar una cuenta previamente registrada:

1. Haz clic en **“Cuenta Conectada”**.
2. Selecciona la cuenta deseada de la lista.

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

***

### Gestionar cuentas conectadas

Para **editar** o **eliminar** una cuenta previamente registrada:

1. Haz clic en **“Gestionar cuentas”**.

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

Se mostrará el siguiente modal:

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

**Opciones disponibles:**

* **Agregar cuenta:** permite registrar una nueva cuenta conectada. Al hacer clic, se abrirá el modal para iniciar el registro de la nueva cuenta.
* **Gestionar cuentas conectadas:** muestra los tipos de conectividad en un menú desplegable.
* **Nombre de la cuenta y tipo de conectividad**
* **Editar:** botón para modificar la cuenta conectada.
* **Eliminar:** botón para eliminar la cuenta conectada.
* **Cerrar:** para salir del modal sin realizar cambios.

***

### Editar cuenta conectada

Para editar una cuenta conectada:

1. Haz clic en el ícono **“Editar”**.

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

2. Se mostrará un modal donde podrás realizar los cambios necesarios.

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

3. Finaliza haciendo clic en **“Guardar cambios”**.

***

### Eliminar cuenta conectada

Para eliminar una cuenta conectada:

1. Haz clic en el ícono **“Eliminar”**.
2. Se mostrará un modal de confirmación.

<figure><img src="/files/2nPWkMYPi8hwu39qV9od" alt=""><figcaption></figcaption></figure>

3. Confirma la eliminación escribiendo el nombre de la cuenta en el campo correspondiente.
4. Haz clic en **“Eliminar”**.

{% hint style="info" %}
Esta acción no se puede deshacer.
{% 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/espanol/skyone-studio/modulos/configuraciones-and-operaciones/configuraciones-de-modulos/gestion-de-las-cuentas-conectadas.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.
