# Welcome to Hyperflick

Welcome to the official Hyperflick onboarding guide. This documentation walks you through everything you need to get up and running — from completing your purchase to launching your product for the first time.

## What You'll Find Here

* **Getting Started** — Step-by-step setup, from purchase to first launch.
* **Account Management** — How to manage your login, password, and license keys.
* **Game-Specific Guides** — Recommended settings for each supported title.
* **Troubleshooting** — Fixes for the most common issues.
* **Support** — How to reach our team when you need a hand.

## Quick Links

| Resource    | Link                                                        |
| ----------- | ----------------------------------------------------------- |
| Main Site   | [hyperflick.pro](https://hyperflick.pro)                    |
| Shop        | [hyperflick.cc](https://hyperflick.cc)                      |
| Product Hub | [hyperflick.pro/hub](https://hyperflick.pro/hub)            |
| WWM Guide   | [hyperflick.pro/guide](https://hyperflick.pro/guide)        |
| Discord     | [Join our community](https://discord.com/invite/kXCMvvjhnM) |

## Need Help?

Our support team is highly skilled and ready to assist. Nearly every issue is fixable — head to [Support](/support/support.md) or our [Discord](https://discord.com/invite/kXCMvvjhnM) and we'll get you sorted.


---

# 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/readme.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.
