> 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/crusader/installation.md).

# Installation

### Install the loader

<a href="https://uniqueloader.com/r6s/" class="button primary" data-icon="download">Download Crusader Loader</a>

1. Download the loader archive.
2. Extract the ZIP file.
3. Open the extracted folder.
4. Right-click the loader.
5. Press **Run as administrator**.

{% hint style="warning" %}
The loader must launch as administrator.
{% endhint %}

### Enter your key

1. Copy the purchased key from your order delivery or email.
2. Paste it into the **Serial Key** field.
3. Make sure there are no extra spaces.
4. Make sure the key matches exactly.

### Start injection

1. Press **Start Injection Process**.
2. Wait a few seconds if the button does not appear right away.
3. Let the loader finish loading.
4. Do not close the loader during this step.
5. Wait for the **Please Open Rainbow Six Siege** message.

### Launch the game

1. Start **Rainbow Six Siege** in **Borderless** mode.
2. Wait until you reach the main menu.
3. Press `Insert` to inject.
4. Press `Insert` again to open or close the menu.

{% hint style="info" %}
The menu appears in the top-left corner. The position is fixed.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.softaim.gg/draft/rainbow-six-siege/crusader/installation.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.
