# Set up and manage Single Sign-On (SSO)

Single Sign-On (SSO) allows you to sign in to Channable through an external account. We currently support SSO through Google.

Enabling SSO increases security and makes it easier to sign into Channable, as you don’t need to use a password.

### Set up SSO

{% hint style="info" %}
**Note:** You can only have one external account linked to Channable at a time. You will no longer be able to log in to Channable with a password, unless you disconnect SSO.

As we currently only support Google for SSO, you will need to have a Google account with a verified email address.
{% endhint %}

As we currently only support Google for SSO, you will need to have a Google account with a verified email address.

To set up SSO, follow these steps:

1. Go to **Account** > **Account Settings**.
2. Click the **Linked accounts** tab.

   <figure><img src="/files/d9kKSmPf2E4DyK1q6rGL" alt=""><figcaption></figcaption></figure>
3. Click **Sign in with Google**.

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

### Disconnect SSO

To disconnect SSO, follow these steps:

1. Go to **Account** > **Account Settings**.
2. Click the **Linked accounts** tab.
3. Click **Disconnect**.<br>

   <figure><img src="/files/Ff4BK25KQgqZSzMhBysX" alt=""><figcaption></figcaption></figure>
4. Click **Disconnect account** on the confirmation modal to confirm the change.

{% hint style="danger" %}
**Caution:** To successfully disconnect, you need to have third-party cookies enabled. These are sometimes blocked by a browser setting, or a browser extension.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://helpcenter.channable.com/account-billing/manage-your-account-and-settings/set-up-and-manage-single-sign-on-sso.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
