# BTQ Documentation

This resource serves as a comprehensive guide for all aspects of BTQ, from basic usage to advanced development. Whether you're initiating a new project or simply learning the fundamentals, you'll find the necessary information here.

Our documentation is organized into three primary sections: 'Use,' 'Build,' and 'API.' These categories are designed to assist users, developers, and anyone interested in navigating through the BTQ project. Starting with basic functions and progressing to more complex topics like API integration and Extended XMSS HyperTree creation, our aim is to provide clear and useful guidance for all levels of engagement.

{% tabs %}
{% tab title="Use BTQ" %}

### Use BTQ

Start here to begin using the BTQ and all of the cool features available!

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><a href="btq-wallet"><strong>BTQ Wallet</strong></a></td><td>Creating Addresses, Sending and Receiving BTQ</td><td></td></tr><tr><td><a href="btq-mining"><strong>BTQ</strong> <strong>Mining</strong></a></td><td>Full Node Solo Mining and Pool Mining</td><td></td></tr><tr><td><a href="btq-node"><strong>BTQ Node</strong></a></td><td>BTQ Node installations, configuration and operation</td><td></td></tr><tr><td><strong>BTQ Tools</strong></td><td>BTQ Tools Usage and guides</td><td></td></tr></tbody></table>
{% endtab %}

{% tab title="Build" %}

### Advanced Documentation

From API calls to address schemes, cli commands and Docker nodes. This is where all of the technical things are kept!

{% endtab %}

{% tab title="API" %}

### API

API documentation for advanced usage and programmatic connections.

{% endtab %}
{% endtabs %}


---

# 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.bitcoinq.xyz/btq-documentation.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.
