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

# Starred Chats

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

### **What Are Starred Chats?**

Starred Chats are conversations that you have marked as important. These chats are stored in a separate section, allowing you to focus on them without sorting through all your active chats. Any chat, whether it is a **Team Chat** or a **Private Chat**, can be starred.

### **Features of Starred Chats**

* **Easy Access**: Starred chats appear in their own dedicated section, making it simple to jump straight to important conversations.
* **Organization**: This feature helps you organise your workspace by keeping vital discussions separated from general or less urgent chats.
* **Flexible**: You can star and unstar chats as needed, giving you complete control over which conversations you want to focus on.

### **How to Star a Chat**

To star a chat:

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

Once a chat is starred, it will automatically appear in the **Starred Chats** section for quick access.

### **Unstarring a Chat**

To remove a chat from your Starred Chats:

1. Go to the **Starred Chats** section.
2. Click on the three dots (•••) next to the starred chat you wish to remove.
3. Select **Remove from Starred**.

The chat will no longer appear in your starred list but will remain in its original location.

***

### **Best Practices for Starred Chats**

* **Prioritize Important Conversations**: Use Starred Chats to keep key conversations at the top of your list, so you never miss an update on the most critical discussions.
* **Update Your Starred Chats Regularly**: As priorities shift, remember to update your Starred Chats to reflect your current focus areas.
* **Limit Overuse**: Avoid starring too many chats, as this can clutter your Starred Chats list and reduce its effectiveness as a tool for prioritization.


---

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