> For the complete documentation index, see [llms.txt](https://prohelp.assetpanda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prohelp.assetpanda.com/ursa/ursa-chat/manage-chat-conversations.md).

# Manage chat conversations

Ursa saves your conversations so you can return to them later. This is useful for picking up where you left off, reviewing past answers, or referencing previous interactions.

## Access the chat history

1. In the navigation pane, select ![URSA icon](/files/qXlLz9o9hKgJe7cIcvI0). The chat window is displayed.
2. Click **Chat History** <img src="/files/pOmID1rEsqycmmL3ojpn" alt="History icon" data-size="original"> in the chat header area. Your previous conversations are displayed in a list. They are listed with their names so you can quickly identify them.&#x20;
3. Scroll through the list to find the relevant conversation.

***

## Search for a conversation

1. [Access the chat history](#access-the-chat-history).
2. In the **Search chat history** field, enter the keyword or phrase you remember from the previous conversation and then press **Enter**. The list shows conversations that contain your search text.

***

## Resume a conversation

1. [Access the chat history](#access-the-chat-history).
2. Click the conversation you want to resume. The conversation loads with your full message history.
3. Enter a new message to continue where you left off. Ursa remembers the context of the conversation, so you can pick up naturally without re-explaining the original question.

***

## Start a new conversation

You should start a new conversation when you're switching to a completely different topic. This helps keep your chat history organized and makes it easier to find specific conversations later.

1. In the navigation pane, select ![URSA icon](/files/qXlLz9o9hKgJe7cIcvI0). The chat window is displayed.
2. Click **New conversation** ![New conversation icon](/files/eHcGdpTgsa4rK6we988m) in the chat header. Ursa opens a blank conversation, ready for your first message.

***

## Delete a conversation

{% hint style="warning" %}
Deleting a conversation is permanent. The conversation and all its messages cannot be recovered.
{% endhint %}

1. [Access the chat history](#access-the-chat-history).
2. Locate the conversation you want to delete.
3. Click the **delete icon** next to the conversation.
4. Confirm the deletion when prompted.


---

# 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, and the optional `goal` query parameter:

```
GET https://prohelp.assetpanda.com/ursa/ursa-chat/manage-chat-conversations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
