# Create Your Account

Before you can use Hyperflick, you need to create an account tied to your license key. This is done from inside the loader.

## What You'll Need

* Your **license key** (from your invoice or confirmation email)
* An **email address** you can access
* A **password** of your choice

## Steps

1. **Launch the loader** you downloaded. The HyperFlick PRO sign-in screen will appear:

   ![Hyperflick loader sign-in screen, branded HyperFlick PRO Modern Endpoint Protection Suite, with Account and Password fields, a Sign In button, and a Create a new account button below.](/files/FzwEpQlfD8ePuGZkI5v9)
2. Click **Create a new account** (below the Sign In button). The Account Creation dialog opens:

   ![Hyperflick loader Account Creation dialog with fields for Email Address, Password, Confirm Password, and License Key, and a red Create Account button.](/files/zjuiUorkWh0p2qzH9OR8)
3. Fill in the account creation fields:

   ```
   Email      : your@email.com
   Password   : (choose a strong password)
   License Key: HF-PRO-ANY-XXXXXXXX-XXXXXXXX-XXXXXXXX-XXXXXXXX
   ```
4. Click **Create Account**.

The loader will create an account that matches the tier and product associated with your license key.

### License Key Format

Hyperflick keys follow this structure:

```
HF-PRO-ANY-XXXXXXXX-XXXXXXXX-XXXXXXXX-XXXXXXXX
```

A complete key has the `HF-PRO-ANY-` prefix followed by four 8-character segments separated by hyphens. Copy the key **exactly as it appears** in your invoice or confirmation email — including all hyphens.

## Where Your Login Is Saved

After successful account creation, your login details are stored in a file called `login.txt`, located in the same folder as the loader. You won't need to type your credentials every time — the loader reads from this file automatically.

> **Keep `login.txt` private.** Anyone with access to this file can sign in to your account.

## Next Step

You're all set! Head to the [Game-Specific Guides](/game-specific-guides/overwatch.md) for recommended settings, or jump to [Troubleshooting](/troubleshooting/common-issues.md) if you hit a snag.


---

# 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://guide.hyperflick.pro/getting-started/creating-an-account.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.
