# Getting Started

- [The Problem](https://docs.utexo.com/getting-started/quickstart.md)
- [Architecture](https://docs.utexo.com/getting-started/publish-your-docs.md)
- [Product Suite](https://docs.utexo.com/getting-started/editor.md)
- [SDK](https://docs.utexo.com/getting-started/editor/sdk.md)
- [Utexo SDK](https://docs.utexo.com/getting-started/editor/sdk/utexo-sdk.md)
- [Cloud](https://docs.utexo.com/getting-started/editor/cloud.md)
- [RGB Lightning Node API](https://docs.utexo.com/getting-started/editor/cloud/rgb-lightning-node-api.md)
- [Webhooks](https://docs.utexo.com/getting-started/editor/cloud/webhooks.md)
- [Getting Started](https://docs.utexo.com/getting-started/editor/cloud/getting-started.md): Create, connect, upgrade, back up, and destroy RLN nodes on Thunderstack.
- [Create RLN Node](https://docs.utexo.com/getting-started/editor/cloud/getting-started/create-rln-node.md)
- [Node UI Actions](https://docs.utexo.com/getting-started/editor/cloud/getting-started/create-rln-node/node-ui-actions.md)
- [Upgrade RLN Node](https://docs.utexo.com/getting-started/editor/cloud/getting-started/upgrade-rln-node.md)
- [Destroy your Node](https://docs.utexo.com/getting-started/editor/cloud/getting-started/destroy-your-node.md)
- [Connect to RLN Node](https://docs.utexo.com/getting-started/editor/cloud/getting-started/connect-to-rln-node.md)
- [Node Backup/Restore](https://docs.utexo.com/getting-started/editor/cloud/getting-started/node-backup-restore.md)
- [Security](https://docs.utexo.com/getting-started/editor/cloud/security.md): Authorization Methods in Utexo Cloud
- [RLN Remote Signer](https://docs.utexo.com/getting-started/editor/cloud/security/rln-remote-signer.md)
- [Access Token Authorization](https://docs.utexo.com/getting-started/editor/cloud/access-token-authorization.md)
- [Create API Token](https://docs.utexo.com/getting-started/editor/cloud/access-token-authorization/create-api-token.md)
- [Cloud API](https://docs.utexo.com/getting-started/editor/cloud/cloud-api.md): REST API reference for managing Cloud nodes.
- [Bridge](https://docs.utexo.com/getting-started/editor/bridge.md)
- [Getting Started](https://docs.utexo.com/getting-started/editor/bridge/getting-started.md)
- [Swap](https://docs.utexo.com/getting-started/editor/swap.md)
- [Getting Started](https://docs.utexo.com/getting-started/editor/swap/getting-started.md)
- [What Is a Bitcoin Taproot Address](https://docs.utexo.com/getting-started/editor/swap/getting-started/what-is-a-bitcoin-taproot-address.md)
- [Create Wallet](https://docs.utexo.com/getting-started/editor/swap/getting-started/create-wallet.md)
- [What is UTXO](https://docs.utexo.com/getting-started/editor/swap/getting-started/what-is-utxo.md)
- [Get BTC](https://docs.utexo.com/getting-started/editor/swap/getting-started/get-btc.md)
- [Getting started](https://docs.utexo.com/getting-started/editor/swap/getting-started-1.md)
- [Business Applications](https://docs.utexo.com/getting-started/markdown.md)


---

# 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.utexo.com/getting-started.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.
