
What Chat Pulls From
Every answer is built from your two knowledge stores:- Memory: Personal context captured through your agents and integrations (preferences, decisions, meetings, emails, and so on).
- Wiki: Factual knowledge you or your agents stored as wiki documents.
search_memory and search_wiki as tools under the hood. The underlying model decides which tools to call based on your question and weaves the results into a single grounded answer. You can also ask Chat to save new wiki documents during the conversation (for example, “save this as a wiki doc titled X”); Chat will then call add_wiki with the content.
Highlights
- Context-grounded responses: Every answer draws from your actual memories and wiki, not general world knowledge
- Citations: Each response links back to the exact memories and wiki documents it drew from, so you can verify and explore further
- Graph panel: See how referenced memories and documents connect to each other
- Session history: Past conversations are saved in the sidebar so you can pick up where you left off
- Write back to Wiki: Ask Chat to save a summary, decision, or reference as a new wiki document and it will create one for you
- Model picker: Switch between Standard and Advanced models from the model dropdown in the composer
Advanced models cost 2x usage per message compared to Standard models. You will see a
(2x) suffix next to Advanced model names in the picker.When to Use Chat vs an Agent
| You want to… | Use |
|---|---|
| Recall a decision, preference, or past conversation | Chat in Dashboard |
| Look up factual knowledge you stored in the wiki | Chat in Dashboard |
| Verify what an agent knows about you | Chat in Dashboard |
| Save a decision or summary as a new wiki document | Chat in Dashboard |
| Do real work (code, draft, plan) with memory-aware help | Connected agent (Cursor, Claude, ChatGPT, etc.) |
| Save a new memory during flow | Connected agent |
Next Steps
Memory
Explore and manage the memories behind each Chat answer.
Knowledge Wiki
Explore and manage the wiki documents behind each Chat answer.
Membase MCP
See how Chat uses
search_memory and search_wiki under the hood.Connect Agents
Use Membase through external agents like Cursor or Claude.

