> 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/manage-your-account-settings.md).

# Manage your account settings

See where you can manage your personal details, email, password, MFA, and linked SSO accounts.

You access Channable through your personal account. To manage your login and authentication details:

{% tabs %}
{% tab title="Modern version" %}
Select your name in the top-right corner. Under **Account**, select **Account settings**.
{% endtab %}

{% tab title="Legacy version" %}
At the bottom left of the sidebar, click **Account** > **Account settings**.

<figure><img src="https://2989952500-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8y3q10FnokmlpzYq3YPS%2Fuploads%2F7P94qUDDWdAM8lFVEIiu%2Faccount-tab.png?alt=media&amp;token=c05ab37b-5cab-46dc-a616-767fa4583d78" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

You'll find the **Account**, **Email**, **Password**, **Multi-factor authentication** and **Linked accounts** tabs.

<details>

<summary><i class="fa-circle-user">:circle-user:</i> Account</summary>

<figure><img src="https://2989952500-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8y3q10FnokmlpzYq3YPS%2Fuploads%2FHe3AZreF67vHyRGXjgyy%2Faccount.png?alt=media&amp;token=fdfbe9a0-54ab-431b-a860-e0429b1f6075" alt=""><figcaption></figcaption></figure>

In the **Account** tab, you can update:

* **First name**
* **Last name**
* **Telephone** number for contact purposes
* **Language**

Click a field and enter a new value. Click **Save** to confirm the changes.

</details>

<details>

<summary><i class="fa-envelope">:envelope:</i> Email</summary>

<figure><img src="https://2989952500-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8y3q10FnokmlpzYq3YPS%2Fuploads%2F77WQn6RRlDxWKIDOeLeO%2FScreenshot%202025-06-26%20at%2015.37.53.png?alt=media&amp;token=f9a5b2db-c392-49ea-95f1-3d6a30a3682e" alt=""><figcaption></figcaption></figure>

In the **Email** tab, you can update your main **Email address**.

Click the field and enter a new value. Enter your password, then click **Save**.

{% hint style="info" %}
If you have Multi-Factor Authentication (MFA) enabled, you won’t be able to change your email address.
{% endhint %}

</details>

<details>

<summary><i class="fa-lock">:lock:</i> Password</summary>

In the **Password** tab, you can update your account password.

{% hint style="info" %}
If you have Multi-Factor Authentication (MFA) enabled, you won’t be able to change your password.
{% endhint %}

1. Enter your **Current password**.
2. Enter your **New password** twice.
3. Click **Save**.

<figure><img src="https://2989952500-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8y3q10FnokmlpzYq3YPS%2Fuploads%2FwRU4QXsYGMMKlQ1uLshq%2Fpassword-settings-overview.png?alt=media&amp;token=d99a32c3-5b96-41fe-9a78-f6b9c1f7ed1a" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary><i class="fa-shield-halved">:shield-halved:</i> Multi-Factor Authentication (MFA)</summary>

<figure><img src="https://2989952500-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8y3q10FnokmlpzYq3YPS%2Fuploads%2FL8G81HqI9GOlmSjWuX4l%2Fmulti-factor-authenticator.png?alt=media&amp;token=99eca676-030d-4240-8f3d-86259ba8a95a" alt=""><figcaption></figcaption></figure>

In the **Multi-Factor Authentication** tab, you can:

* [Enable MFA](/account-billing/manage-your-account-and-settings/set-up-multi-factor-authentication-mfa.md) or disable MFA
* View your recovery codes

</details>

<details>

<summary><i class="fa-link">:link:</i> Linked accounts (Single Sign-On)</summary>

<figure><img src="https://2989952500-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8y3q10FnokmlpzYq3YPS%2Fuploads%2FQqSAzADwSkpJpJmhqmgY%2Fimage.png?alt=media&amp;token=90c27e2f-1d59-41a5-85e5-b910f8d2fc4e" alt=""><figcaption></figcaption></figure>

In the **Linked accounts** tab, you can:

* [Enable Single Sign-On (SSO)](/account-billing/manage-your-account-and-settings/set-up-and-manage-single-sign-on-sso.md) or disable SSO

</details>


---

# 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/manage-your-account-settings.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.
