> For the complete documentation index, see [llms.txt](https://help.fashionupdater.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fashionupdater.app/en/workspace-management/model-operations/favorite-items.md).

# Favorite Items

## Add or Remove an Item from Favorites

1. Select the item from the list.
2. Click the **star** icon button to the left of the item name.
3. The icon will become filled in color to confirm the addition operation. Conversely, it will return outlined in case of removal.

You can see the list of your **Favorite Items** by clicking on **Favorites** in the main menu in the left column.

## Follow a Model

To always stay updated regarding a model, for example in case of addition of new messages or content by other users, you can follow it using the *Follow model* action.

1. Select the model from the list.
2. In the right details column, activate the **Follow this model** switch.

From this moment forward, every time the model appears in a list, you will see a gray badge on the right of the name that shows the number of contents added (and therefore not yet viewed) since the last time you opened it.

Furthermore, you will be able to view the **list of models you follow** by clicking on the dedicated switch at the top of the central column.


---

# 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://help.fashionupdater.app/en/workspace-management/model-operations/favorite-items.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.
