> For the complete documentation index, see [llms.txt](https://support.forsage.io/forsage-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.forsage.io/forsage-knowledge-base/education.md).

# &#x20; Education

- [About MaxQore Program](https://support.forsage.io/forsage-knowledge-base/education/about-maxqore-program.md)
- [Security](https://support.forsage.io/forsage-knowledge-base/education/security.md)
- [Don't get scammed! 11 simple security rules](https://support.forsage.io/forsage-knowledge-base/education/security/dont-get-scammed-11-simple-security-rules.md): 11 simple security rules for cryptocurrency transactions
- [How to protect yourself online?](https://support.forsage.io/forsage-knowledge-base/education/security/how-to-protect-yourself-online.md)
- [Beware of Phishing Sites and Scammers!](https://support.forsage.io/forsage-knowledge-base/education/security/beware-of-phishing-sites-and-scammers.md)
- [Сritical security update for all Windows, Mac & Linux Users](https://support.forsage.io/forsage-knowledge-base/education/security/sritical-security-update-for-all-windows-mac-and-linux-users.md)
- [How Not to Get Hacked on Telegram](https://support.forsage.io/forsage-knowledge-base/education/security/how-not-to-get-hacked-on-telegram.md)
- [Stay away from “Double your crypto”](https://support.forsage.io/forsage-knowledge-base/education/security/stay-away-from-double-your-crypto.md)
- [Text prediction cache](https://support.forsage.io/forsage-knowledge-base/education/security/text-prediction-cache.md)
- [Raccoon Stealer malware](https://support.forsage.io/forsage-knowledge-base/education/security/raccoon-stealer-malware.md)
- [Greed, fraud and fake token airdrop](https://support.forsage.io/forsage-knowledge-base/education/security/greed-fraud-and-fake-token-airdrop.md)
- [Check recipient data!](https://support.forsage.io/forsage-knowledge-base/education/security/check-recipient-data.md)
- [What Is Cryptocurrency](https://support.forsage.io/forsage-knowledge-base/education/crypto.md): And Why You Should Learn How To Use It Now?
- [About xQore Program](https://support.forsage.io/forsage-knowledge-base/education/xqore.md)
- [Tips for Finding New Partners](https://support.forsage.io/forsage-knowledge-base/education/tips.md)
- [5 Mistakes Made by Newbies](https://support.forsage.io/forsage-knowledge-base/education/fivemistakes.md): 5 frustrating mistakes made by Forsage newbies
- [Spillovers, Missed profits, Extra profits and Basic Definitions](https://support.forsage.io/forsage-knowledge-base/education/basic.md): Explanations regarding Spillovers, Missed profits, Extra profits (gifts) and a few basic definitions.
- [What’s the difference between BEP-2 and BEP-20?](https://support.forsage.io/forsage-knowledge-base/education/whats-the-difference-between-bep-2-and-bep-20.md)
- [Major Forsage Update of July 2023](https://support.forsage.io/forsage-knowledge-base/education/july-update.md): A new social media network, registration fee, achievements, mini-games and more


---

# 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://support.forsage.io/forsage-knowledge-base/education.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.
