Configure conversation memory and context
Decide when the agent should use previous messages to maintain context.
Updated August 3, 2026 · 6 minWhat memory does
Conversation memory lets the agent use earlier messages in a persistent conversation. A user can then refer to “that option” without repeating the entire context.
Memory does not train the model, add documents to a knowledge base, or share context between separate conversations.
When to enable it
Enable it for progressive support, lead qualification, or multi-step processes. Leave it disabled for independent queries or when you want to minimize reused context.
How to test it
- Enable Conversation memory and save.
- Publish or use a channel with persistent conversations.
- Send a question containing a specific detail.
- Ask a second question that depends on that detail.
Studio's test chat is temporary. It is useful for validating responses but does not represent a saved persistent conversation.