# Start here

Use this as the fastest path from **purchase → install → run → fix errors**.

{% columns %}
{% column %}

### 1) Get access

* Go to [Purchase](/purchase.md)
* Complete checkout.
* Keep your receipt / order info.
  {% endcolumn %}

{% column %}

### 2) Install and run

* Open [Download](/download.md)
* Follow the prereq pages first.
* Then run **Download Loader**.
  {% endcolumn %}
  {% endcolumns %}

### 3) Something broke?

Go to [Error Codes](/error-codes.md) and open the matching fix.

{% hint style="info" %}
If you ask for help, send:

* exact error code
* screenshot
* what you already tried
  {% endhint %}


---

# 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://docs.busan.su/start-here.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.
