> ## Documentation Index
> Fetch the complete documentation index at: https://docs.membase.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Chat in Dashboard

> Talk directly to your Membase knowledge base without going through an external agent. Chat with Memory answers questions using your stored memories and wiki documents, with citations and a linked graph panel.

**Chat in Dashboard** (also known as "Chat with Memory") lets you talk to your Membase knowledge base directly from the dashboard, without having to open an external agent. Ask about a decision you made last month, a conversation from last week, or a pattern across everything you've worked on, and Chat can ground the answer in your own memories and wiki documents when stored context is relevant.

<Frame caption="Chat with Memory: ask questions and get answers grounded in your stored context">
  <img src="https://mintcdn.com/aristo_2/dVitFH-UvF0CFljn/images/features/chat-with-memory.png?fit=max&auto=format&n=dVitFH-UvF0CFljn&q=85&s=b19444e16a8380fe90fceebb4f2070fd" alt="Chat with Memory interface" width="3420" height="2146" data-path="images/features/chat-with-memory.png" />
</Frame>

## What Chat Pulls From

When stored context is relevant, Chat can pull from both knowledge stores:

* **Memory**: Personal context captured through your agents, Chat in Dashboard, and integrations (preferences, decisions, meetings, emails, and so on).
* **Wiki**: Factual knowledge you or your agents stored as wiki documents.

Chat uses a focused set of tools under the hood: `search_memory`, `add_memory`, `search_wiki`, and `add_wiki`. The underlying model decides which search tools to call based on your question and weaves the results into a single grounded answer. Chat can also write back to Membase: it can save durable personal context as memory, or create wiki documents when you ask it to save factual reference material.

<Note>
  Dashboard Chat is not the full Wiki CRUD surface. It can create Wiki documents with `add_wiki`, but editing or deleting existing Wiki documents happens in the Wiki dashboard or through connected agents that expose MCP tools such as `update_wiki` and `delete_wiki`.
</Note>

## Highlights

* **Context-grounded responses**: Answers are grounded in your actual memories and wiki documents when stored context is relevant
* **Citations**: Responses that use stored context link back to the exact memories and wiki documents they 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 Memory and Wiki**: Chat can save durable personal context as memory and create wiki documents for stable reference material
* **Model picker**: Switch between Standard and Advanced models from the model dropdown in the composer

<Note>
  Free plans include 40 dashboard chats per month, and Pro includes 200. 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.
</Note>

<Tip>
  Chat in Dashboard is useful for exploring your own knowledge base, verifying what your agents know about you, and quickly looking up past decisions or reference material without switching to an external agent.
</Tip>

## 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 durable personal context or a wiki document        | **Chat in Dashboard**                               |
| Do real work (code, draft, plan) with memory-aware help | **Connected agent** (Cursor, Claude, ChatGPT, etc.) |
| Save context while working inside another tool          | **Connected agent**                                 |

## Next Steps

<CardGroup cols={2}>
  <Card title="Memory" icon="brain" href="/features/memory">
    Explore and manage the memories Chat can use.
  </Card>

  <Card title="Knowledge Wiki" icon="book" href="/features/wiki">
    Explore and manage the wiki documents Chat can use.
  </Card>

  <Card title="Membase MCP" icon="link" href="/features/membase-mcp">
    See the broader MCP tool set available to connected agents.
  </Card>

  <Card title="Connect Agents" icon="robot" href="/connectors/agents/cursor">
    Use Membase through external agents like Cursor or Claude.
  </Card>
</CardGroup>
