diff --git a/README.md b/README.md
index d148442..366f1a6 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,8 @@
> An end-to-end example for dev setups on how to build and register the backend manually (with CUDA) is at the end of this readme
>
> See the [NC Admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/app_context_chat.html) for requirements and known limitations.
+>
+> HaRP is not supported in this app yet, please use Docker Socket Proxy (DSP) as the Deploy Daemon in AppAPI.
## Install
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6d64411..5da10a8 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -19,6 +19,8 @@ Install the given apps for Context Chat to work as desired **in the given order*
- Text2Text Task Processing Provider like [llm2 from the External Apps page](https://apps.nextcloud.com/apps/llm2) or [integration_openai from the Apps page](https://apps.nextcloud.com/apps/integration_openai)
Setup background job workers as described here: https://docs.nextcloud.com/server/latest/admin_manual/ai/overview.html#improve-ai-task-pickup-speed
+
+HaRP is not supported in this app yet, please use Docker Socket Proxy (DSP) as the Deploy Daemon in AppAPI.
]]>
5.0.0
agpl