# Node bootstrap

Starting in your home folder (cd \~), the first order of business is to download our bootstrap with this command:

```
wget https://xkrbootstrap.vm-app.cloud.cbh.kth.se/latest.7z
```

After it has downloaded, use this command to extract the file:

```
// apt install 7z (if you don't have it installed)
7z x latest.7z
```

Then just start the node, which you can read up on how to do in the other guides! Thanks for hosting a node, and don't forget to add it to <https://github.com/kryptokrona/kryptokrona-public-nodes/> if you want to make it public in our apps!


---

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