> For the complete documentation index, see [llms.txt](https://help.margex.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.margex.com/help-center/account-and-security/security.md).

# Account Security

- [2FA](https://help.margex.com/help-center/account-and-security/security/2fa.md): Two-factor-Authentication (2FA) is a safety feature which is used to maximise account security.  A unique code will be required when logging in, placing a withdrawal or changing your account password.
- [Reset Password](https://help.margex.com/help-center/account-and-security/security/reset-password.md): To change your password, go to the Settings page and click the Account Password edit button. If you forgot your password navigate to Log In page, click 'Forgot password?' and follow the instructions.
- [Account Activity Notifications](https://help.margex.com/help-center/account-and-security/security/account-activity-notifications.md): Email notifications add an extra layer of security to an account and provide traders with tools to keep track of their account activity. Email notifications can be turned on/off on the Settings page.


---

# 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:

```
GET https://help.margex.com/help-center/account-and-security/security.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.
