> For the complete documentation index, see [llms.txt](https://cloveware.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cloveware.gitbook.io/home/legit/start.md).

# START

Welcome to the **Cloveware - Legit** setup guide. This guide will walk you through the boot sequence for provisioning your new client. Follow the four phases of setup to ensure everything is configured correctly.

{% hint style="info" %}
**Boot Sequence:** Run the setup phases in order (01 through 04) to finish strong and avoid configuration issues.
{% endhint %}

## Recommended Flow

{% stepper %}
{% step %}

### Phase 01: Basic PC Setup

Prepare your system by disabling antivirus and firewalls, syncing your system time, and setting display scale to 100%.

[Configure PC Settings 💻](/home/legit/setup/pc-setup.md)
{% endstep %}

{% step %}

### Phase 02: Redeeming Your Key

Create or log in to your account, redeem your product license key, and download the loader.

[Redeem & Download 🔑](/home/legit/setup/downloading-loader.md)
{% endstep %}

{% step %}

### Phase 03: Using the Loader

Launch the loader, log in, select your product, and start the game for auto-injection.

[Launch & Inject ⚙️](/home/legit/using-the-cheat/injecting-the-cheat.md)
{% endstep %}

{% step %}

### Phase 04: Configuring the Menu

Use the F4 keybind to control the cheat menu, and learn how to safely unload the cheat using the DELETE key.

[Control Guide 🎮](/home/legit/using-the-cheat/configering-the-menu.md)
{% endstep %}
{% endstepper %}

## ⚠️ Common Fixes

Encountered an issue? Go directly to the [Troubleshooting Page](/home/legit/troubleshooting.md) for self-resolution guides on HWID mismatches, loader connection errors, and ESP scaling issues.


---

# 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://cloveware.gitbook.io/home/legit/start.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.
