# Installation

Follow these steps to easily install **KRX Client**:

## Recommended System Requirements

* **Operating System**: Windows 10 or later (Linux works with Wine but isn't officially supported).
* **CPU**: Minimum 4 cores (x64 architecture preferred over x86).
* **RAM**: At least 8 GB for smooth performance.

## Installation Steps

1. Download the `.zip` file from [krxteam.com](https://krxteam.com).
2. **Create a new folder** (e.g., on your Desktop). **Ensure you extract KRX Client to its own new folder, not inside your existing official DDNet directory.**
3. Extract the contents of the `.zip` file into this new folder.
4. Run `KRX Client.exe` from inside the extracted folder.
   * **Tip:** If the client fails to launch the first time, try right-clicking `KRX Client.exe` and selecting 'Run as administrator'.
5. For **Premium/Ultimate**, log in with your KRX **username** (not email) and password.

**Prefer a video guide?** Watch our step-by-step tutorial here: [YouTube Installation Guide](https://youtu.be/ytl2i0TpEso).

## Troubleshooting

* **Executable Missing**: If the `KRX Client` executable isn't visible, your antivirus software may have removed it. Disable real-time protection temporarily and add an exclusion for the download/extraction folder, then extract the folder again.
* **Other Issues**: For additional help, check the [FAQ section](https://krxclient.gitbook.io/docs/faq) or contact our support team on [Discord](https://discord.gg/MwzsHadQAe).


---

# 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://krxclient.gitbook.io/docs/getting-started/installation.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.
