# 2FA

{% hint style="warning" %}
El 2FA **solamente** puede ser configurado desde la Dashboard
{% endhint %}

### El 2FA es un sistema que añade seguridad extra a tu cuenta, requiriendo de una llave (clave temporal) la cual solo tiene el verdadero usuario.

Las ventajas que te da el 2FA activado son:

1. Mayor seguridad a tu cuenta donde solamente podrás acceder a tu cuenta con esa llave (clave temporal).
2. Dispones de una opción extra donde puedes activar que solamente se pueda configurar y editar RB3 Guard desde la Dashboard.
3. Al tener el 2FA activado, en caso de que por ejemplo pierdas tu cuenta de Discord la cuál tenga el owner de un servidor con RB3 Guard, podrás seguir configurando el bot en ese servidor sin problemas.


---

# 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.rb3guard.com/2fa.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.
