> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/account-billing/account-and-billing-es/gestiona-tu-cuenta-e-configuracion/configura-e-gestiona-su-inicio-de-sesion-unico-sso.md).

# Configura e gestiona su inicio de sesión único (SSO)

Single Sign-On (SSO) te permite iniciar sesión en Channable mediante una cuenta externa. Actualmente solo soportamos SSO a través de Google.

Activar SSO aumenta la seguridad y facilita iniciar sesión en Channable, ya que no necesitas usar una contraseña.

### Configurar SSO

{% hint style="info" %}
**Nota:** Solo puedes tener una cuenta externa vinculada a Channable a la vez. Ya no podrás iniciar sesión en Channable con una contraseña, a menos que desconectes el SSO.

Como actualmente solo soportamos Google para SSO, necesitarás tener una cuenta de Google con una dirección de correo verificada.
{% endhint %}

Como actualmente solo soportamos Google para SSO, necesitarás tener una cuenta de Google con una dirección de correo verificada.

Para configurar el SSO, sigue estos pasos:

1. Ve a **Cuenta** > **Ajustes de la cuenta**.
2. Haz clic en la **cuentas vinculadas** pestaña.

   <figure><img src="/files/36b87d143209341ffc1f0bad976dce315e0d3c4f" alt=""><figcaption></figcaption></figure>
3. Haz clic en **Iniciar sesión con Google**.

<figure><img src="/files/3846b8e1fd156433fa63309a9d128b864a8dbcf2" alt=""><figcaption></figcaption></figure>

### Desconectar SSO

Para desconectar el SSO, sigue estos pasos:

1. Ve a **Cuenta** > **Ajustes de la cuenta**.
2. Haz clic en la **cuentas vinculadas** pestaña.
3. Haz clic en **Desconectar**.<br>

   <figure><img src="/files/7b022cfd7903f17c1e8e16a300bd11b0f22fe25d" alt=""><figcaption></figcaption></figure>
4. Haz clic en **Desconectar cuenta** en el modal de confirmación para confirmar el cambio.

{% hint style="danger" %}
**Precaución:** Para desconectar con éxito, necesitas tener las cookies de terceros habilitadas. A veces se bloquean por una configuración del navegador o por una extensión del mismo.
{% 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://helpcenter.channable.com/account-billing/account-and-billing-es/gestiona-tu-cuenta-e-configuracion/configura-e-gestiona-su-inicio-de-sesion-unico-sso.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.
