> For the complete documentation index, see [llms.txt](https://cheesehub-vip.gitbook.io/cheesehub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cheesehub-vip.gitbook.io/cheesehub/setup-start-here/install-directx-and-vc-runtimes.md).

# Install DirectX & VC Runtimes

***

### Visual C++ Redistributable — All-in-One

{% hint style="info" %}
Installs every Visual C++ runtime in a single batch.
{% endhint %}

1. Download [C++ Runtimes (All-in-One)](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/)
2. Extract the `.zip` file to a new folder
3. Right-click `install_all.bat` and select **Run as administrator**

***

### DirectX End-User Runtime

{% hint style="info" %}
Required by most games and graphics-heavy applications.
{% endhint %}

1. Download [DirectX](https://www.microsoft.com/en-us/download/details.aspx?id=35)
2. Run `dxwebsetup.exe` as **administrator** and follow the installer
3. **Restart your PC** once the installation is complete

***

{% hint style="success" %}
**Done.** All necessary runtimes are now installed.
{% endhint %}


---

# 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:

```
GET https://cheesehub-vip.gitbook.io/cheesehub/setup-start-here/install-directx-and-vc-runtimes.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.
