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

# Usage

> How to use MemoryBase with Claude Code.

Once connected, just talk to Claude Code normally. It pulls from your MemoryBase automatically when your past conversations are relevant.

## Examples

**Find a past conversation:**

```
Search my MemoryBase for conversations about the login page redesign
```

**Load a project's context:**

```
Load the context pack for my "Mobile App" project from MemoryBase
```

**Build on a past decision:**

```
Last week I planned a database structure in Claude. Use that to build the API.
```

## The main workflow: plan, then build

<Steps>
  <Step title="Plan in Claude">
    Open [claude.ai](https://claude.ai) and think through what you want to build. MemoryBase captures this automatically.
  </Step>

  <Step title="Build in Claude Code">
    ```
    I just planned a user settings page in Claude. Find that conversation
    in MemoryBase and build what we discussed.
    ```
  </Step>
</Steps>
