# Tools

### 🧩 SDL3.dll (Controller Support Fix)

This file resolves the **SDL3.dll MessageBox pop-up** that may appear when launching the loader.\
It is required for proper **controller support**.

***

#### 📥 Download

Download the **SDL3.dll** file from the link below.\
\
\- [Click Me](http://spiritx.wtf/cdn/eonfn/SDL3.dll)

***

#### 📂 Installation

1. Download the **SDL3.dll** file.
2. Locate your **Loader folder**.
3. Place **SDL3.dll** in the **same directory as the Loader executable**.

Example:

```
Loader Folder
│
├── Loader.exe
├── SDL3.dll
```

> ⚠️ The file must be placed in the **same folder as the loader**, otherwise the error will continue to appear.


---

# 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://docs.precisetech.cc/priv/installation/tools.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.
