> 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/manage-your-account-and-settings/set-up-and-manage-single-sign-on-sso.md).

# 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
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/manage-your-account-and-settings/set-up-and-manage-single-sign-on-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.
