> For the complete documentation index, see [llms.txt](https://computationaldocs.zeblok.com/info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://computationaldocs.zeblok.com/info/1.3.7/more/manage-account/2-factor-auth.md).

# 2 Factor Authentication

### Toggle 2 Factor Authentication

Enter the login credentials in the [Sign In](https://app.zbl-aws.zeblok.com/) page, and then you will be redirected to the dashboard page.

![Figure 1: Dashboard Page](/files/2uPiZptDoaNRALWelGgv)

At the rightmost top corne&#x72;***,*** click on the three dots, and you will see a drop-down menu. Then, at the bottom, click on ***2FA, and your 2-factor Authentication will be enabled.***

![Figure 2: Toggle 2 Factor Authentication](/files/0YTYwHMU9EJlj5WRcw8z)

{% hint style="info" %}
**Note:**

Enabling 2 Factor Authentication will have an effect on the sign-in process starting the next time anyone tries to sign in to your account.
{% endhint %}

### Sign In using 2 Factor Authentication

#### Step 1:

Enter your credentials and click on the sign-in button.

![Figure 3: Sign In](/files/mUMgjN5Uwn3rdiOyJUdZ)

#### Step 2:

As you can see, an OTP will be sent to your registered E Mail Id, which you will have to enter to successfully log in to your account.

![Figure 4: 2 Factor OTP](/files/uUndhzGPMoCLNNLEP4K6)

![Figure 5: OTP Email](/files/XIXjyD7BiiFCGJluajxF)

{% hint style="info" %}
**Note:**

As mentioned above in the images, the validity of OTP is only 5 minutes. You will have only 4 attempts to enter a valid OTP, after which your account will be banned from signing in, and you will have to contact the Zeblok Administrator to unblock your account.
{% endhint %}


---

# 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://computationaldocs.zeblok.com/info/1.3.7/more/manage-account/2-factor-auth.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.
