# Account Level 2FA

### Enabling Two Factor Authentication On Your FeedOtter Account

{% hint style="warning" %}
This feature can only be accessed by account **Owners or Admins.**&#x20;
{% endhint %}

1. In FeedOtter, navigate to **Settings > Security.**
2. Click the button labeled "Account Level 2FA Setup."
3. Toggle the switch to enable account-wide 2FA.

The next time a user attempt to log in to their FeedOtter account, they will be prompted to setup 2FA via email or an authenticator app.

<mark style="color:red;">NOTE:</mark> 2FA can be set up at a personal level. [Click here for information](https://docs.feedotter.com/account-management/account-information), and feel free to share this link with your users if they feel they need help with 2FA setup.&#x20;


---

# 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.feedotter.com/account-management/security/account-level-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.
