> 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/recent-chats.md).

# Recent Chats

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

The **Recent Chats** feature in ChatNGO provides an easy way to keep track of your most current conversations. Whether you are juggling multiple projects or collaborating with different teams, this section allows you to quickly return to your ongoing discussions.

### **What Are Recent Chats?**

The **Recent Chats** tab displays the most recently active conversations. This includes both **Team Chats** and **Private Chats**, helping you resume important conversations without needing to search through the entire workspace.

### **Features of Recent Chats**

* **Quick Access**: All your latest conversations are grouped here for easy access. Simply click on any chat from the list to jump right back into the discussion.
* **Organized by Activity**: Chats are sorted based on the most recent activity, ensuring that your most important or active conversations are always at the top.
* **Team & Private Chats**: The Recent Chats section will display both **Team** and **Private** chats. This way, you can quickly see where the latest messages are coming from, regardless of the type of chat.

### **Archiving Recent Chats**

* **Archiving**: If a conversation is no longer active but you want to keep it for reference, you can move it to the **Archived Chats** section, which keeps it out of your Recent Chats list but allows for future reference.

***

### **Best Practices**

* **Stay Organized**: Use the Recent Chats list to manage your active conversations, but archive those that no longer need immediate attention.
* **Prioritize Communication**: Keep an eye on this section for real-time updates in the conversations most important to your work, ensuring nothing falls through the cracks.


---

# 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/recent-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.
