# How to Enable/Disable 2FA Authentication

Two-Factor Authentication (2FA) adds an extra layer of security to your Clouduxe account. This feature requires a time-sensitive code to be entered during login, in addition to your username and password. When 2FA is enabled, unauthorized access to your account is greatly reduced, even if someone has your password.

#### Enabling Two-Factor Authentication

To enable 2FA on your account, please follow these steps:

1. **Sign in** to your Clouduxe account.
2. Select **Settings** from the top right and choose **Security**.
3. Click on **Two-Factor Authentication** and follow the prompts to enable the feature.

{% hint style="success" %}
Enabling 2FA significantly enhances the security of your account.
{% endhint %}

#### Disabling Two-Factor Authentication

If you wish to disable 2FA, please follow these steps:

1. **Sign in** to your Clouduxe account.
2. Select **Settings** from the top right menu and choose **Security**.
3. Click on **Two-Factor Authentication** and follow the prompts to disable the feature.

{% hint style="warning" %}
Disabling 2FA may leave your account more vulnerable to attacks. Proceed with caution.
{% endhint %}

Two-Factor Authentication is offered to our customers at no extra charge.


---

# 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://docs.clouduxe.com/accounts-and-billing/how-to-enable-disable-2fa-authentication.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.
