# Two-Factor Authentication

Two-factor authentication (2FA) provides an additional layer of security. It can help reduce the risk of data loss in case of password theft or email account breaches.

## How to Enable Two-Factor Authentication in Responso

1. Click the round button in the top-right corner of the screen.
2. Go to ***Account Setting*** and in the ***Other Settings*** section, enable ***Two factor authentication***.
3. Then, scroll down the page and click ***Update***.

{% hint style="info" %}
Two-factor authentication must be enabled individually for each agent account. You can check which of your employees have enabled two-factor authentication by going to the ***Agents*** tab.
{% endhint %}

## Using Two-factor authentication

Once Two-factor authentication is enabled, you will be prompted to enter a verification code when attempting to log in.

* The code will be sent to the email address associated with the account.
* Copy the code from the email and paste it into the two-factor authentication window on the Responso login page.
* Click **Log In**.

{% hint style="info" %}
If you check the box **I am on a trusted computer**, two-factor authentication will be disabled for subsequent logins from the same computer. However, it will still be required when logging in from any other device.
{% endhint %}


---

# 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.responso.com/responso-doc/en/getting-started/two-factor-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.
