# History

***

<figure><img src="/files/qE5fjZJvRmStgxSlWpKh" alt=""><figcaption><p>History Page</p></figcaption></figure>

### 1. Overview

* Each saved analysis appears as a **thumbnail** (small screenshot) with timestamp.
* Click a thumbnail to expand the full analysis—complete with Market Snapshot, AI Analysis tabs, trade setup, and Ask Kai chat history.

***

### 2. Viewing Past Analyses

1. Click **History** in the left nav.
2. Scroll through your saved charts; they are sorted by **most recent** first.
3. Each card shows:
   * Small chart preview
   * Symbol (if recognized) or image name
   * Timeframe (if parsed)
   * Date/time of analysis
4. Click any card to open the full detail.
   * You can replay how Kai interpreted that exact chart image at that moment in time.
   * Your Ask Kai chat questions from that session are preserved.

***

### 3. Managing Your History

* **Delete**: Hover over a thumbnail to reveal a trash icon. Click it to permanently delete that analysis.

***

### 4. Tips (coming soon)

* **Organize by Symbol**: Rename your thumbnails to group by asset.
* **Use Comments**: Add a short note after analysis (e.g., “Tested long here—took profit at 1 2 3 4”).
* **Filter by Timeframe** (Pro/Premium): Use the filter dropdown to only show 1 D charts, or 5 m charts, etc.

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tradingwizard.ai/trading-tools/history.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
