> 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/local-installation.md).

# Local installation

Install the Unwaste Robot application in your local Home Assistant environment.

This page describes installing the Unwaste application (add-on) in Home Assistant.

***

## Add the Unwaste repository

1. Open Home Assistant → **Settings** → **Apps** → **Install app**.
2. Open the menu (top left) → **Repositories**.
3. Add the Unwaste repository URL and click **Add**:

**<https://gitlab.com/unwaste/public/unwaste-haos-repository-production>**

4. Close the dialog. From the same menu, select **Check for updates**.
5. **Refresh the browser page** — Home Assistant does not reload the store automatically; the Unwaste add-on may not appear until you refresh.

***

## Install the application (add-on)

1. Find **Unwaste** on the add-on list and open it.
2. Click **Install** and wait for installation to finish.

***

## Configure the application

On the add-on **Configuration** tab:

* **Use external database** — leave off to use the built-in database (default).
* When **Use external database** is on, fill in server address, port, user, password, database name, and SSL as required.

When **Use external database** is off, leave the database connection fields empty.

See [Robot settings](/en/unwaste-robot-configuration/robot-settings.md) for details.

***

## Start the add-on

On the add-on **Info** tab, enable:

* **Start on boot**
* **Watchdog** (recommended)
* **Show in sidebar** (recommended — opens the Unwaste panel)

Click **Start**. Open the Unwaste panel from the sidebar to complete [Initial configuration](/en/unwaste-for-home-assistant/initial-configuration.md).


---

# 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/local-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.
