> For the complete documentation index, see [llms.txt](https://docs.paradime.io/app-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paradime.io/app-help/products/dino-ai/copilot/chat-history.md).

# Chat History

DinoAI Chat History allows you to view and reopen previous conversations with the DinoAI copilot agent. Rather than starting from scratch each time, you can pick up where you left off or revisit past context for reference.

### Accessing Chat History

To access your DinoAI chat history:

1. Click the **History button** (clock icon) inside the DinoAI prompt input box at the bottom of the DinoAI agent panel
2. A list of your previous DinoAI conversations will appear, ordered by most recent
3. Click on any conversation to reopen it and view the full chat thread

{% @arcade/embed url="<https://app.arcade.software/share/90DVWQQVFKs0hta6qpGN>" flowId="90DVWQQVFKs0hta6qpGN" %}

### What You Can Do

* **Browse past conversations** — scroll through a list of previous DinoAI sessions to find the one you need
* **Reopen a conversation** — click on any past chat to restore the full conversation thread and continue where you left off
* **Start a new chat** — begin a fresh conversation with DinoAI at any time without losing your history

{% hint style="info" %}
Chat history is personal to your user account. Other workspace members cannot view your DinoAI conversations.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.paradime.io/app-help/products/dino-ai/copilot/chat-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.
