# User Manual

Get from login to dashboard in minutes.

### ✅ Quickstart Guide ✅

Start here if this is your first session.

#### How to Login

{% stepper %}
{% step %}

### Open the login flow

On the landing page, click **Get Started** or **Login**.

![Landing page with Get Started and Login buttons](/files/dxCzv5DWz70aK6xKT2yd)

*Click **Get Started** or **Login** to begin.*
{% endstep %}

{% step %}

### Complete the CAPTCHA

Finish the CAPTCHA check.

Then click **Continue with Discord**.

![Login screen with CAPTCHA and Continue with Discord button](/files/7vkdJv7Z3PDAcB9tBmp7)

*Complete the CAPTCHA, then click **Continue with Discord**.*
{% endstep %}

{% step %}

### Authorize Discord

Connect with your Discord account.

Review what Zaro can access from your account.

After reading the permissions, click **Authorize**.

![Discord authorization screen with permissions and Authorize button](/files/1ODhrlzEO6WIatxBkDNg)

*Review the requested permissions, then click **Authorize**.*
{% endstep %}

{% step %}

### Verify and unlock

You will be redirected to the 2-step login system.

Enter your access key.

Click **Verify & Unlock** to open the dashboard.

![Final verification screen with access key field and Verify and Unlock button](/files/GueXghxGFKpXdnrG97il)

*Enter your access key, then click **Verify & Unlock**.*
{% endstep %}
{% endstepper %}

{% hint style="success" %}
If the flow completes, you land in the dashboard with your active session.
{% endhint %}

### How to ban an HWID

Use a raw GitHub file to manage banned HWIDs.

#### Get the raw URL

{% stepper %}
{% step %}

### Open your repository

Go to your GitHub repository and open the file you want to use.

If you do not have one yet, create a new file such as `blacklist.txt`.
{% endstep %}

{% step %}

### Add the blocked HWIDs

Add each HWID you want to blacklist.

Use one HWID per line.
{% endstep %}

{% step %}

### Open the raw file

Click **Raw** in the top-right corner of the file view.
{% endstep %}

{% step %}

### Copy the raw URL

Copy the URL from your browser.

It should start with `raw.githubusercontent.com`.
{% endstep %}

{% step %}

### Save it in Zaro

Paste the URL into the **HWID Ban** page.

Then click **Save**.
{% endstep %}
{% endstepper %}

#### File format

Use a plain text file with one HWID per line.

```
a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4
f6e5d4c3b2a1f6e5d4c3b2a1f6e5d4c3
1234567890abcdef1234567890abcdef
```

{% hint style="warning" %}
Do not add anything except HWIDs to this file.
{% endhint %}

#### URL example

* ❌ Wrong: `https://github.com/yourname/repo/blob/main/blacklist.txt`
* ✅ Correct: `https://raw.githubusercontent.com/yourname/repo/main/blacklist.txt`


---

# 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.zaroguard.com/user-manual.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.
