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

# Prompt History

> Every prompt you've used, by category, ready to reuse

**Prompt History** keeps every prompt you've generated with, organized by category — image, video, audio, 3D. It's the fastest way back to something that worked.

## Finding a prompt

| Tool           | What it does                              |
| -------------- | ----------------------------------------- |
| **Categories** | Filter to All, Image, Video, Audio, or 3D |
| **Search**     | Search across your prompts                |
| **Cards**      | Click any card to see the full prompt     |

## What you can do with one

<CardGroup cols={2}>
  <Card icon="copy" title="Copy it">
    Take the text to adapt elsewhere.
  </Card>

  <Card icon="wand-magic-sparkles" title="Generate Now">
    Send it straight back into Generate.
  </Card>

  <Card icon="image" title="View asset">
    Jump to what that prompt produced.
  </Card>

  <Card icon="expand" title="View full">
    Long prompts are truncated on the card — open to read all of it.
  </Card>
</CardGroup>

## Why it matters

Good prompts are work. Prompt History means that work isn't lost when you close a tab:

* **Reuse what worked** instead of reconstructing it from memory
* **Compare** two prompts that produced different results
* **Reuse across models** — a prompt that worked on one model is a strong starting point on another

<Tip>
  When something turns out well, note *why* in the prompt itself if you can. Six months later "cinematic, low angle, 35mm" is legible; a wall of modifiers isn't.
</Tip>

<Info>
  Prompt history is populated automatically — every generation writes to it. Nothing to save by hand.
</Info>

## Related

* [My Assets](/assets) — the outputs
* [Generate](/generate) — where prompts get reused
* [what you can automate](/integrations/what-you-can-automate) — prompt history is readable through the API
