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

# Chat History

> Access and manage your conversation history with all your Lemonades

## Overview

Ever wish you could pick up a conversation where you left off? The History page saves all your chats with your Lemonades - so you can review past answers, learn from previous sessions, and continue conversations anytime.

## What You Can Do Here

* **Search** through all your past conversations
* **Review** what your Lemonade said and how it handled questions
* **Continue** any conversation right where it ended
* **Export** conversations for your records or training

## Accessing History

<Steps>
  <Step title="Navigate to History">
    Click **History** in the top navigation bar
  </Step>

  <Step title="View All Conversations">
    See a chronological list of all your chat sessions
  </Step>
</Steps>

## History Features

### Conversation List

Each conversation entry shows:

| Information       | Description                                |
| ----------------- | ------------------------------------------ |
| **Lemonade Name** | Which Lemonade the conversation was with   |
| **Preview**       | First message or topic of the conversation |
| **Date/Time**     | When the conversation took place           |
| **Duration**      | How long the conversation lasted           |

### Search Conversations

Use the search bar to find specific conversations by:

* Keywords in messages
* Lemonade name
* Date range

### Continue a Conversation

Click on any conversation to:

1. View the full chat history
2. Continue where you left off
3. Copy important information

## History vs Memory

Quick clarification: History is for you to review past chats. But your Lemonade won't automatically remember these conversations unless you turn on "Remember All Conversations" in the Add On tab.

Think of it this way: **History is your diary, Memory is your Lemonade's diary.**

| Feature      | History                            | Remember All Conversations           |
| ------------ | ---------------------------------- | ------------------------------------ |
| What it does | Stores chat logs for you to review | Makes the Lemonade recall past chats |
| Location     | History page                       | Add On tab in Editor                 |
| Affects AI   | No                                 | Yes                                  |

## Tips

<Tip>
  Use History to review how your Lemonade handles different questions. This helps you improve your Instructions and Knowledge over time.
</Tip>

* **Export conversations** for training or documentation
* **Review patterns** to see common user questions
* **Identify gaps** in your Lemonade's knowledge

## What's Next

<CardGroup cols={2}>
  <Card title="Memory" icon="brain" href="/Memory">
    Make your Lemonade remember conversations automatically
  </Card>

  <Card title="Lemonade Editor" icon="pencil" href="/lemonade-editor">
    Improve your Lemonade's Instructions based on History insights
  </Card>
</CardGroup>
