diff --git a/src/02_product-documentation/limitations.tex b/src/02_product-documentation/limitations.tex
index b11aae5a4deccf736020fff145bdc2f898d162f2..70987ff5f4bc7eddf686cf4b9bad6cc5f15662ea 100644
--- a/src/02_product-documentation/limitations.tex
+++ b/src/02_product-documentation/limitations.tex
@@ -16,3 +16,8 @@
     \section{Language limitations}
         The chatbot currently supports only English for both text messages and audio messages.
         Therefore, users should only interact with the chatbot in English.
+
+    \section{Assistant limitations}
+        While the OpenAI assistant completes all tasks without any problems, the Mixtral assistant struggles with some tasks.
+        Specifically, the Mixtral assistant hallucinates ingredient quantities and does not provide step-by-step instructions, even when asked.
+        More information about this can be found in the \hyperref[sec:appendix/testing-protocols/llm-behavior-tests]{LLM behavior tests}.