# Kryptokrona node

- [Deploy a Public Node (manually)](https://docs.kryptokrona.org/node/run-a-public-node.md): How to deploy a public node on Ubuntu Linux
- [Deploy node with Docker](https://docs.kryptokrona.org/node/deploy-your-own-node.md): With this guide you will learn how to deploy a public node quickly and easily with Docker.
- [Deploy a Hugin Full Node with Docker](https://docs.kryptokrona.org/node/deploy-your-own-full-node.md): This tutorial will guide you through the process of deploying a "Hugin Full Node", that is, a publically available Kryptokrona node bundled with Hugin API for extra functionality
- [Run a Node on a Raspberry Pi](https://docs.kryptokrona.org/node/run-a-node-on-a-raspberry-pi.md): This guide goes into detail on how to run a XKR node on a Raspberry Pi
- [How to configure the node?](https://docs.kryptokrona.org/node/config.md)
- [Node bootstrap](https://docs.kryptokrona.org/node/node-bootstrap.md): If you've just set up your node, it's a good idea to use our bootstrap to make the initial sync a lot faster!


---

# 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.kryptokrona.org/node.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.
