> For the complete documentation index, see [llms.txt](https://docs.unwaste.energy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unwaste.energy/en/unwaste-for-home-assistant/installation.md).

# Installation

Install Unwaste Robot as a Home Assistant application for Free and Plus licenses.

Unwaste Robot can run within Home Assistant as an application (previously called an add-on).

{% hint style="info" %}
This installation method is available only for Free and Plus license users. Pro and Enterprise license users cannot use this method.
{% endhint %}

Please make sure your system meets [Hardware requirements](/en/unwaste-for-home-assistant/hardware-requirements.md) and [Software requirements](/en/unwaste-for-home-assistant/software-requirements.md).

***

### Installation Steps

1. **Install the Home Assistant Unwaste application** — Follow [Local installation](/en/unwaste-for-home-assistant/local-installation.md).
2. **Initial configuration** — Complete onboarding and [Robot settings](/en/unwaste-robot-configuration/robot-settings.md). See [Initial configuration](/en/unwaste-for-home-assistant/initial-configuration.md).
3. **Connect devices in Home Assistant** — Integrate meters and controllable devices before configuring Unwaste. See [Connecting devices](/en/unwaste-for-home-assistant/connecting-devices.md).
4. **Configure the installation** — Use Design mode to build your installation graph. See [Configuration](/en/unwaste-robot-configuration/configuration.md).

***

### Post-Installation

After the add-on is running:

1. Finish onboarding (robot name, location, timezone, tariffs).
2. Open **Design mode** and configure your connection, circuits, production, storage, and devices.
3. **Start** the Unwaste Robot when configuration is complete to begin data collection and control.

See [System Operation](/en/unwaste-robot-operation/system-operation.md) for starting and stopping the robot.

## Alternative installation method

This option installs Unwaste Robot on a dedicated Unwaste OS system.

Unwaste OS is prepared specifically to run Unwaste Robot. It provides a more reliable and secure deployment than a general-purpose operating system.

Any user may use this method of installation. Please refer to [Installation for Unwaste OS](broken://pages/hCUCndobLnf6UcnHjnxe) for more information.


---

# 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.unwaste.energy/en/unwaste-for-home-assistant/installation.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.
