> 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-multi-factor-authentication-mfa.md).

# Set up Multi-Factor Authentication (MFA)

Set up multi-factor authentication (MFA) to secure your Channable account. To use MFA, follow these steps:&#x20;

1. In your Channable account, click **Account** in the main navigation.&#x20;
2. Click the **Multi-factor authentication** tab.
3. To use MFA, enter your password and click **Enable**.&#x20;
4. Follow the steps in the pop up to set up an authenticator app,
   1. Scan the QR code.
   2. Enter the verification code.
   3. Click **Complete**.&#x20;
5. Save the recovery codes and click **Close**. \
   \
   MFA is now enabled for your Channable account (this is indicated at **Status**).&#x20;

   <figure><img src="/files/8vuEHmbfsCh0MFSw0Ow8" alt=""><figcaption></figcaption></figure>

Once you have enabled MFA, test your Channable login to make sure it works as expected:&#x20;

1. Log out of Channable: **Account > Log out**.
2. Type in your log in credentials.

{% hint style="success" %}
**Tip:** Check **Keep me signed in** if you want to stay logged in to Channable. You will only need to log in every 30 days.
{% endhint %}

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

If you get a new phone, disable the MFA with the old one and enable it again with your new phone.

### Troubleshooting

<details>

<summary>The authenticator codes are not accepted</summary>

#### Solution

1. Delete any code generators for Channable from Google Authenticator.
2. Verify that the time on the phone used to generate codes is correct and have Google Authenticator correct its internal clock using these instructions: <https://support.google.com/accounts/answer/2653433>
3. Retry adding MFA to your account via the app, taking care to click the blue button in the bottom-left of the popup and not click the "close" button in the bottom-right of the popup.

</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/set-up-multi-factor-authentication-mfa.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.
