# March 4th, 2023

## Two-Factor (2FA) Authentication

In this release we improved the security of the TradersPost system by introducing Two-Factor (2FA) authentication. You can use popular authenticator apps like Google Authenticator or Authy to add an additional layer of security to your account.

Once you are logged in to your account, you will see a new Security section where you can manage the security related to your account.


---

# 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.traderspost.io/releases/old-releases/march-4th-2023.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.
