> For the complete documentation index, see [llms.txt](https://docs.softaim.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.softaim.gg/draft/rainbow-six-siege/vega/preparation.md).

# Preparation

### Before you start

<details>

<summary>Disable virtualization in BIOS</summary>

1. Restart your PC and enter BIOS with `F2` or `Del`.
2. Press `F9` and search for virtualization.
3. Look for names like `VT-x`, `VT-d`, `VMX`, `AMD-V`, `SVM`, `IOMMU`, `VTx`, `VTd`, `HVM`, or `CPU-VT`.
4. Set the option to **Disabled** or **Custom**.
5. Press `F10` to save and exit.

{% hint style="info" %}
If you cannot change virtualization, set the OS type to **Other OS** first.
{% endhint %}

</details>

<details>

<summary>Disable Secure Boot in BIOS</summary>

1. Restart your PC and enter BIOS with `F2` or `Del`.
2. Press `F9` and search for `Secure Boot`.
3. Set **Secure Boot** to **Disabled** or **Off**.
4. Press `F10` to save and exit.

</details>

<details>

<summary>Remove anti-cheat</summary>

Remove any active anti-cheat before you continue.

Restart your PC after removal if needed.

</details>

<details>

<summary>Install required files</summary>

Use your **Required Files** download before you continue.

1. Extract the ZIP to your desktop or another folder.
2. Open the **Required Files 1** folder.
3. Run `install_all.bat`.
4. Wait until the install finishes.
5. Open the **Required File 2** folder.
6. Run `dxwebsetup.exe`.

</details>

<details>

<summary>Disable antivirus</summary>

Turn off real-time protection before you run the loader.

<a href="https://loader.colortune.ru/Defender%20Control%20v2.1.zip" class="button secondary" data-icon="shield">Download Defender Control</a>

1. Download and run Defender Control.
2. Press **Disable**.
3. Wait until the app turns red.

</details>


---

# 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.softaim.gg/draft/rainbow-six-siege/vega/preparation.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.
