> For the complete documentation index, see [llms.txt](https://docs.openalgo.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openalgo.in/installation-guidelines/getting-started/totp-configuration.md).

# TOTP Configuration

Once you logged into openalgo for the first time. goto Profile -> My Profile and select the tab TOTP Authentication

This procedure is easier when compared to [SMTP Settings](/installation-guidelines/getting-started/smtp-settings.md)

### Steps to Reset your openalgo credentials using Authenticator App

1\)Launch your Google Authenticator or any other trusted authenticator and Scan the QR Code or enter the QR token

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

2\)and when you want to reset your password if in case you forgot password then from the login page goto forgot password and enter your registered email and press continue

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

3\)select the verification method as Authenticator App (TOTP)

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

4\)Enter the 6 digit TOTP from your Authenticator App&#x20;

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

5\)reset with the new password

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

6\)now login with your newer credentials and start using openalgo


---

# 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://docs.openalgo.in/installation-guidelines/getting-started/totp-configuration.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.
