> 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

You access Channable through your personal account. Go to **Account** > **Account settings** to manage your login and authentication details.

<figure><img src="/files/9cYsV4PYfoxGGC6VfZEN" alt=""><figcaption></figcaption></figure>

### Account tab

<figure><img src="/files/3Tpqi34dra719Sk0Lsvj" alt=""><figcaption></figcaption></figure>

In the **Account** tab, you can set and edit the following information:

* Your **First name**
* Your **Last name**
* Your **Telephone** number for contact purposes (optional)
* The **language** that you use Channable in

#### Change your account information

To edit this information, click a field and enter a new value. Click **Save** to confirm your changes.

### Email tab

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

In the **Email** tab, you can edit the following information:

* Your **Email address**

#### Change your email address

To edit this information, click a field and enter a new value. Enter your password and click **Save** to confirm your changes.

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

### Password tab

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

In the **Password** tab, you can edit the following information:

* Your **password**

#### Change your password

1. To edit your password, enter your **Current password**, your **New password**, then your **New password**.
2. Click **Save** to confirm your changes

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

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

### Multi-Factor Authentication (MFA) tab

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

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

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

### Linked accounts tab (Single Sign-On)

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

In the **Linked accounts** tab, you can perform the following actions:

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


---

# 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.
