# Installation Guide

{% stepper %}
{% step %}

### Download Installer

Visit the official HashCloud website or GitHub repository and download the installer for your operating system.
{% endstep %}

{% step %}

### Install Dependencies

Run the CLI installer:

{% code title="Install CLI" %}

```
```

{% endcode %}

```bash
pip install HCLD-cli
```

Ensure GPU drivers and CUDA/ROCm are installed.
{% endstep %}

{% step %}

### Initialize Miner

Run the initialization command:

{% code title="Initialize" %}

```
```

{% endcode %}

```bash
HCLD-cli init
```

This command detects GPUs, creates the identity file, and registers the miner.
{% endstep %}

{% step %}

### Start Mining

Start the miner with:

{% code title="Start" %}

```
```

{% endcode %}

```bash
HCLD-cli start
```

The miner will begin fetching challenges and submitting proofs.
{% endstep %}
{% endstepper %}


---

# 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.hashcloud.sh/installation-guide.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.
