# Download the Loader

The loader is the application that launches Hyperflick on your PC. You'll download it once and use it every session.

## Steps

1. Open your completed invoice on [hyperflick.cc](https://hyperflick.cc) (or use the link in your confirmation email).
2. Download the loader file.
3. Place the loader in a folder of your choice — this folder will also store your login details, so pick somewhere you'll remember.
4. Run the loader to begin account setup.

## A Note on Antivirus

Some antivirus tools may flag the loader. If installation is blocked, add the loader's folder to your antivirus exclusions before continuing. If you need guidance specific to your AV software, ask in [Discord](https://discord.com/invite/kXCMvvjhnM).

## Next Step

Once the loader is downloaded, continue to [Create Your Account](/getting-started/creating-an-account.md).


---

# 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/downloading-the-loader.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.
