> For the complete documentation index, see [llms.txt](https://docs.countercyclical.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.countercyclical.io/fundamentals/settings/account/account-security.md).

# Account Security

Ensuring the security of your account is critical when using our enterprise-grade financial research platform. To provide robust protection and control over your data, we offer the following security features in the **Account Settings**:

***

### **Two-Factor Authentication (2FA)**

Two-Factor Authentication (2FA) adds an additional layer of security to your account by requiring a second step to verify your identity during login.

#### **Benefits of Enabling 2FA**

* Protects against unauthorized access even if your password is compromised.
* Provides an extra layer of protection for sensitive financial research data.

#### **How to Enable 2FA**

1. **Navigate to Account Security**
   * Go to your settings and select **Account Settings**.
   * Click on the **Security** tab.
2. **Enable 2FA**
   * Under the **Two-Factor Authentication** section, click the toggle and click on the button labeled "Manage Two-Factor Authentication".
3. **Set Up an Authenticator App**
   * You will be prompted to scan a QR code using an authenticator app, such as Google Authenticator, Authy, or Microsoft Authenticator.
4. **Verify the Setup**
   * Enter the 6-digit code generated by your authenticator app to confirm setup.

#### **Managing 2FA**

* You can disable 2FA from the **Two-Factor Authentication** section in **Account Security**.
* If you experience issues accessing your account, [contact support](mailto:support@countercyclical.io) for assistance.

***

### **Downloading Account Information**

{% hint style="info" %}
Please visit [Exports](/extras/exports.md)for more information on downloading account information or [reach out to us](mailto:support@countercyclical.io)
{% 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://docs.countercyclical.io/fundamentals/settings/account/account-security.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.
