---
title: Prompt History
description: Recall recent prompts with the up and down arrows. Prompt history is global and kept separate from saved sessions.
---

# Prompt History

Prompt history lets you recall things you've typed before with the up and down
arrows. It is **separate** from saved sessions.

## How it works

- Stored locally on your machine as `prompt-history.json`.
- Shared **globally** across all your repos and sessions.
- Excludes slash commands.
- Keeps the latest **15** prompts for up/down recall.

::tip
Press the **up arrow** in the composer to step back through your recent prompts
across every project, and **down** to move forward again.
::
