diff --git a/app/MindWork AI Studio/Dialogs/ProfileDialog.razor b/app/MindWork AI Studio/Dialogs/ProfileDialog.razor
index 8f2c65f7..b9e4e1e3 100644
--- a/app/MindWork AI Studio/Dialogs/ProfileDialog.razor
+++ b/app/MindWork AI Studio/Dialogs/ProfileDialog.razor
@@ -42,10 +42,10 @@
Lines="6"
AutoGrow="@true"
MaxLines="12"
- Class="mb-3"
UserAttributes="@SPELLCHECK_ATTRIBUTES"
HelperText="@T("Tell the AI something about yourself. What is your profession? How experienced are you in this profession? Which technologies do you like?")"
/>
+
+
-
+
@T("Please be aware that your profile info becomes part of the system prompt. This means it uses up context space — the “memory” the LLM uses to understand and respond to your request. If your profile is extremely long, the LLM may struggle to focus on your actual task.")
diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.53.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.53.md
index 55f4a879..da7df73e 100644
--- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.53.md
+++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.53.md
@@ -1,3 +1,4 @@
# v0.9.53, build 228 (2025-10-xx xx:xx UTC)
- Added the ability to export AI responses from the chat into Microsoft Word files. Thank you, Sabrina (`Sabrina-devops`), for your first contribution.
+- Added the ability to directly upload documents into the profile.
- Removed the character limit for profiles
\ No newline at end of file