# About

## What is Humanode Distribution

Humanode Distribution is an overall system we use to deploy and distribute the [Node](/docs/node/overview.md) and chain configuration.

It consists of the cloud infrastructure, and certain APIs and data formats that enable mostly automatic installation of the node software and a relevant chain configuration (the right build of the `humanode-peer` for a given chain, the chainspec file, tunnel application executables, etc).

We provide the [Humanode Launcher](/docs/launcher/about.md) as a user-friendly way of utilizing the Humanode Distribution system, but we also ship the `humanode-distribution` CLI tool for more advanced use cases.

## What is `humanode-distribution` CLI tool

The `humanode-distribution` is a command line application that can download and install pre-assembled packages of Humanode network for a particular chain.

You have to install the `humanode-distribution` first, and then use it to download and install the node for a chain of your choice. Keep in mind you can use [Humanode Launcher](/docs/launcher/about.md) if you do not to work with the command line.

{% hint style="warning" %}
We advised that the Humanode Distribution system is a work in progress and the APIs are subject to change; use the `humanode-distribution` tool to interact with the system to have a somewhat stable interface for the installation process.
{% endhint %}


---

# 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://gitbook.humanode.io/docs/distribution/about.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.
