# Favourites Tab

The **"Favourites"** tab provides a quick way to access the projects you use most frequently or consider most important.

**Accessing Favourites:**

1. Navigate to your **Fater Dashboard**.
2. In the **Left Sidebar**, click on the **"Favourites"** tab (⭐ icon).

**What it Shows:**

* The Main Content Area will display **only the projects that you have specifically marked as favourites**.
* The projects are shown using the same **Project Card** grid format as the "My Projects" tab.
* All standard **Project Actions** (Open, Rename, Copy, Trash, Download, Unfavourite) are available directly from the cards by hovering over them, just like in the "My Projects" view. *(See Project Actions from the Dashboard)*
* The **Search Bar** at the top allows you to filter *within* your favourited projects.

**How to Add/Remove Favourites:**

You don't add or remove projects directly from this tab. Instead:

1. Go to the **"My Projects"** tab.
2. Hover over the Project Card you want to favourite or unfavourite.
3. Click the **Star icon (⭐)**.
   * A filled or highlighted star indicates it's a favourite and will appear in the "Favourites" tab.
   * An empty or unhighlighted star indicates it's not a favourite.

Using the Favourites tab helps you quickly filter out less relevant projects and focus on your key work.


---

# Agent Instructions: 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://fater.gitbook.io/fater-ai-docs/favourites-tab.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.
