# Installation

<figure><img src="/files/kkSQkAfoTFUX77Wd52Bv" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**HACS Required!** The Home Assistant Community Store is the easiest way to download and manage custom integrations. See instructions here: <https://www.hacs.xyz/docs/use/>
{% endhint %}

To install the integration, click the following button to open the repository in HACS. Then follow the instructions to install the integration.

[![Open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=valentinfrlch\&repository=ha-llmvision\&category=Integration)

1. Download in HACS
2. Restart

{% hint style="info" %}
**If you run Home Assistant in Docker**

LLM Vision uses the `/media` folder to store snapshots for notifications and the timeline. Please ensure you have a folder mounted as `/media`. See the [Home Assistant documentation](https://www.home-assistant.io/more-info/local-media/setup-media/#home-assistant-container) for more information.
{% endhint %}

**Compatibility**

To ensure all functionality works correctly, please keep the Integration, Card, and Blueprint updated to matching versions.


---

# 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://llmvision.gitbook.io/getting-started/installation.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.
