# Appdaemon界面部署

<pre><code><strong>docker run --name=appdaemon -d -p 5050:5050 \
</strong>  --restart=always \
  -e HA_URL="&#x3C;your HA_URL value>" \
  -e TOKEN="&#x3C;your TOKEN value>" \
  -e DASH_URL="http://$HOSTNAME:5050" \
  -v &#x3C;your_conf_folder>:/conf \
  acockburn/appdaemon:latest
</code></pre>

安装完成之后访问主机的IP地址加端口5050就可以进入appdaemon的界面了。


---

# 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://miaoyang.gitbook.io/index.html/docker-tan-suo/appdaemon-jie-mian-bu-shu.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.
