# System Requirements

For Hyperflick to function correctly, your PC must meet a few baseline requirements. The most important one — and the most commonly missed — is **virtualization**.

## Enable Virtualization

Hyperflick requires **CPU virtualization** to be enabled in your BIOS/UEFI. Depending on your processor brand, this setting goes by different names:

| CPU Brand | Setting Name                                                     |
| --------- | ---------------------------------------------------------------- |
| Intel     | **VT-x** (sometimes listed as *Intel Virtualization Technology*) |
| AMD       | **AMD-V** or **SVM Mode**                                        |

### How to Enable It

1. Restart your PC and enter the BIOS/UEFI (usually `Del`, `F2`, or `F10` at boot — varies by motherboard).
2. Navigate to **Advanced → CPU Configuration** (or similar — naming varies by manufacturer).
3. Find the virtualization setting (VT-x / AMD-V / SVM) and set it to **Enabled**.
4. **Save and exit.** Your PC will reboot.

If you can't locate the setting, search "*\[your motherboard model] enable virtualization*" — most manufacturers have model-specific guides.

## Recommended BIOS Settings

| Setting                             | Recommendation | Why                             |
| ----------------------------------- | -------------- | ------------------------------- |
| Virtualization (VT-x / AMD-V / SVM) | **Enabled**    | Required for Hyperflick to run. |
| Resizable BAR                       | **Disabled**   | Prevents in-game FPS drops.     |

## Need a Hand?

If you're unsure about anything BIOS-related, our support team can walk you through it via [Discord](https://discord.com/invite/kXCMvvjhnM) — including remote sessions through AnyDesk or TeamViewer if needed.


---

# Agent Instructions: 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://guide.hyperflick.pro/troubleshooting/system-requirements.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.
