> For the complete documentation index, see [llms.txt](https://docs.bitcoinq.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitcoinq.xyz/btq-node.md).

# BTQ node

- [BTQ Node Overview](https://docs.bitcoinq.xyz/btq-node/btq-node-overview.md): Discover the core functionalities and operations of BTQ nodes on our detailed overview page.
- [BTQ Node Requirements](https://docs.bitcoinq.xyz/btq-node/btq-node-requirements.md): To operate a BTQ (Bitcoin Quantum) node, your system must meet specific requirements.
- [BTQ Node Uses](https://docs.bitcoinq.xyz/btq-node/btq-node-uses.md): Running a valid and updated BTQ (Bitcoin Quantum)
- [BTQ Node Config](https://docs.bitcoinq.xyz/btq-node/btq-node-config.md): BTQ Node Configuration
- [BTQ Node Installation](https://docs.bitcoinq.xyz/btq-node/btq-node-installation.md): Installing a BTQ node
- [BTQ Node Maintenance](https://docs.bitcoinq.xyz/btq-node/btq-node-maintenance.md): Maintaining a BTQ (Bitcoin Quantum) node
- [BTQ Node CLI Wallet](https://docs.bitcoinq.xyz/btq-node/btq-node-cli-wallet.md): BTQ Node CLI Wallet
- [BTQ Node Command Line Interface](https://docs.bitcoinq.xyz/btq-node/btq-node-cli-wallet/btq-node-command-line-interface.md): Here's the adapted guide for interacting with the BTQ network using the Command Line Interface (CLI)
- [BTQ Node CLI Wallet - Backup](https://docs.bitcoinq.xyz/btq-node/btq-node-cli-wallet/btq-node-cli-wallet-backup.md): Here's the adapted guide for managing and backing up a BTQ CLI wallet
- [BTQ Node CLI Wallet - Slave Keys](https://docs.bitcoinq.xyz/btq-node/btq-node-cli-wallet/btq-node-cli-wallet-slave-keys.md): Here's the adapted guide for managing BTQ CLI wallets with Slave keys


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bitcoinq.xyz/btq-node.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
