diff --git a/app/MindWork AI Studio/Assistants/ERI/AssistantERI.razor b/app/MindWork AI Studio/Assistants/ERI/AssistantERI.razor
index 348395bf..c87fbbb9 100644
--- a/app/MindWork AI Studio/Assistants/ERI/AssistantERI.razor
+++ b/app/MindWork AI Studio/Assistants/ERI/AssistantERI.razor
@@ -201,10 +201,23 @@
Data retrieval settings
+
+ You can integrate additional libraries. Perhaps you want to evaluate the prompts in advance using a machine learning method or analyze them with a text
+ mining approach? Or maybe you want to preprocess images in the prompts? For such advanced scenarios, you can specify which libraries you want to use here.
+ It's best to describe which library you want to integrate for which purpose. This way, the LLM that writes the ERI server for you can try to use these
+ libraries effectively. This should result in less rework being necessary. If you don't know the necessary libraries, you can instead attempt to describe
+ the intended use. The LLM can then attempt to choose suitable libraries. However, hallucinations can occur, and fictional libraries might be selected.
+
+
Provider selection for generation
+
+ The task of writing the ERI server for you is very complex. Therefore, a very powerful LLM is needed to successfully accomplish this task.
+ Small local models will probably not be sufficient. Instead, try using a large cloud-based or a large self-hosted model.
+
+
\ No newline at end of file