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

# Learn

- [Resources](https://docs.dexa.im/learn/resources.md): This page can be used as a quick reference to information for bypassing bans, using spoofers, which VPNs to utilize & more.
- [Types of Cheats](https://docs.dexa.im/learn/resources/types-of-cheats.md)
- [How Bans Work](https://docs.dexa.im/learn/resources/bans.md)
- [Anti-Cheat Software](https://docs.dexa.im/learn/resources/anti-cheats.md)
- [DMA](https://docs.dexa.im/learn/resources/dma.md)
- [Firmware](https://docs.dexa.im/learn/resources/dma/firmware.md)
- [Windows 10 & 11 Guides](https://docs.dexa.im/learn/resources/windows-10-and-11-guides.md)
- [Dual-Boot Windows](https://docs.dexa.im/learn/resources/windows-10-and-11-guides/dual-boot-windows.md): Some cheats will not work with Windows 11 due to security constraints within the environment. Utilizing a dual-boot with a Windows 10 installation is the easiest solution for effectively using cheats.
- [Reinstall Windows](https://docs.dexa.im/learn/resources/windows-10-and-11-guides/reinstall-windows.md)
- [Clean Windows Install](https://docs.dexa.im/learn/resources/windows-10-and-11-guides/clean-windows-install.md)
- [Purchasing Cryptocurrency](https://docs.dexa.im/learn/resources/purchasing-cryptocurrency.md)


---

# 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.dexa.im/learn.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.
