> For the complete documentation index, see [llms.txt](https://docs.chat.ngo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chat.ngo/chat/chat-navigation/archived-chats.md).

# Archived Chats

<figure><img src="/files/X57QS0FUI2HMvyMWlHoJ" alt=""><figcaption></figcaption></figure>

### **What Are Archived Chats?**

Archived Chats are conversations that have been removed from your active chat list but are still saved within the workspace. You can access archived chats at any time, but they will not appear in your main list of active conversations unless they are unarchived.

### **Features of Archived Chats**

* **Declutter Your Workspace**: Archiving helps keep your active chat list clean and focused on current discussions.
* **Easy Retrieval**: Even though a chat is archived, it can be accessed whenever needed, ensuring that no important information is lost.
* **Reversibility**: Archived chats can be unarchived and moved back to your active chat list at any time.

### **How to Archive a Chat**

To archive a chat:

1. Click on the three dots (•••) next to the chat name in the chat list.
2. Select **Archive** from the dropdown menu.

Once a chat is archived, it will no longer appear in your active chat list but will be stored in the **Archived Chats** section.

### **How to Unarchive a Chat**

To bring a chat back into your active list:

1. Go to the **Archived Chats** section by clicking on More on the left menu and then on Chat Archive .
2. Click on the three dots (•••) next to the chat you want to unarchive.
3. Select **Restore**.

The chat will reappear in your active chat list, allowing you to continue the conversation as needed.

***

### **Best Practices for Archived Chats**

* **Archive When Necessary**: Archive chats that are no longer active but may still hold valuable information. This keeps your active workspace clean and efficient.
* **Unarchive for Ongoing Projects**: If a project or discussion becomes relevant again, simply unarchive the chat to pick up where you left off.
* **Do Not Over-Archive**: Make sure not to archive chats you might frequently need. Archived chats require an extra step to access, so use this feature for conversations that are genuinely inactive.


---

# 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://docs.chat.ngo/chat/chat-navigation/archived-chats.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.
