> For the complete documentation index, see [llms.txt](https://fishy-m.gitbook.io/fishy-fortnite-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fishy-m.gitbook.io/fishy-fortnite-1/setup/system-requirements.md).

# System requirements

Requirements: <img src="https://cdn.discordapp.com/emojis/1136218446586204170.png?v=1" alt="computer_pc" data-size="line">

<img src="https://cdn.discordapp.com/emojis/1136218451304775730.png?v=1" alt="infromation" data-size="line"> Before we start, we have a few requirements/precautions, and you need to make sure this is followed.

&#x20;<img src="https://cdn.discordapp.com/emojis/1136210048012517467.png?v=1" alt="red_dot" data-size="line"> Go to Task Manager --> Performance --> CPU, find your CPU type, ex. Intel/AMD.

&#x20;<img src="https://cdn.discordapp.com/emojis/1169812916879507497.png?v=1" alt="gear1" data-size="line"> **Required Winvers**

&#x20;<img src="https://cdn.discordapp.com/emojis/1136210048012517467.png?v=1" alt="red_dot" data-size="line"> **AMD:** 21H1/21H2 (Windows 10)&#x20;

<img src="https://cdn.discordapp.com/emojis/1136210048012517467.png?v=1" alt="red_dot" data-size="line"> **Intel:** 21H1/21H2/22H1/22H2 (Windows 10)

&#x20;<img src="https://cdn.discordapp.com/emojis/1136218451304775730.png?v=1" alt="infromation" data-size="line"> Make sure you do downgrade if you don't meet our **Winver Requirements** (You won't lose data unless your downgrading from Windows 11 -> Windows 10)

&#x20;<img src="https://cdn.discordapp.com/emojis/1147026475426529362.png?v=1" alt="commands" data-size="line"> **BIOS Settings**

&#x20;<img src="https://cdn.discordapp.com/emojis/1136210048012517467.png?v=1" alt="red_dot" data-size="line"> Turn CSM (Compatibility Support Module) Off

&#x20;<img src="https://cdn.discordapp.com/emojis/1136210048012517467.png?v=1" alt="red_dot" data-size="line"> Turn VT-x and VT-d On&#x20;

<img src="https://cdn.discordapp.com/emojis/1136210048012517467.png?v=1" alt="red_dot" data-size="line"> Turn SVM Mode (Secure Virtual Machine) On

&#x20;<img src="https://cdn.discordapp.com/emojis/1136210048012517467.png?v=1" alt="red_dot" data-size="line"> Turn Secure Boot Off (Clear All Secure Boot Keys, If Confused Use Youtube)

&#x20;<img src="https://cdn.discordapp.com/emojis/1136210048012517467.png?v=1" alt="red_dot" data-size="line"> Turn PTT (Platform Trust Technology), fTPM (Firmware Trusted Platform Module), TPM (Trusted Platform Module) Off.

&#x20;<img src="https://cdn.discordapp.com/emojis/1136210048012517467.png?v=1" alt="red_dot" data-size="line"> Turn Fast Boot Off.

&#x20;<img src="https://cdn.discordapp.com/emojis/1136210048012517467.png?v=1" alt="red_dot" data-size="line"> Turn Virtualization and Virtualization Based Security is on in BIOS (Do this Before Our "Turn Windows features on or off" Steps)

&#x20;<img src="https://cdn.discordapp.com/emojis/1136210048012517467.png?v=1" alt="red_dot" data-size="line"> Go to "Turn Windows features on or off" and Enable Hyper-V, Hyper-V Management Tools, Hyper-V Platform, Virtual Machine Platform, Windows Hyper Visor Platform.&#x20;


---

# 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://fishy-m.gitbook.io/fishy-fortnite-1/setup/system-requirements.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.
