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

# Safety

Your account security is a priority for BetFury. But you should secure your data with extra protection by yourselves!

**Set a reliable Password**\
Please use a strong password (up cases, letters, numbers, and special symbols included). Make sure it's not the same as your password connected to any other service or website.

**Set 2FA** authentication\
To activate 2FA, you need no more than a few minutes. However, you would have a good grade level of protection and a guarantee that you, and only you, can access your account.

* Sign in via Google or email/pass
* Open your Account page on BetFury
* Check if your Email is valid in the **"My Email"** field
* Come up with a strong password
* Activate 2FA\
  (you must have installed an app similar to **Google Authenticator** or **Authy**)\
  Reliably save the recovery code from the authenticator

⚠️Use 2FA authentication to protect your Email📧 and exchange account💸! Play with pleasure and most importantly - safely!


---

# 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.betfury.com/betfury/account/safety.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.
