# Security

## Change password

To change the password to access your account, go to Profile > Security tab and enter the new password in the fields.

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

## Multi Factor Authentication

MFA is an extra layer of security on top of traditional username and password access. [Learn more about MFA](https://www.youtube.com/watch?v=Julnk-1TfWU).

To enable it go to Profile > Security tab, scroll down to 'Two-factor Authentication' and click on the button.

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

Then select one of the two configuration methods, via app or via email.

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

### Set up using app

For this method you will need an authenticator app on your phone such as Authenticator, Authy, etc. and then scan the QR code.

Once you have scanned the QR code with the app on your phone, you will see that a 6-digit code has been generated. Copy the code and enter it in the field below the QR.

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

If the code is correct, the MFA will be activated and if it is not review and repeat the steps.

### **Set up using email**

If you have selected this method, you will receive a 6-digit code by email that you must enter in the requested field.

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

If the code is correct, the MFA will be activated and if it is not review and repeat the steps.

### MFA is activated

If you have completed the steps above and MFA is enabled you will be prompted to enter the 6-digit code each time you try to login.

You will receive the 6-digit code in the chosen method, in the case of email, you will receive a new email and in the case of the app, you must open the app and copy the new auto-generated code.


---

# 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.1millionbot.com/profile/security.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.
