# Favorites Lists

**Users** can create Favorite Lists to store a selection of **Products** they can quickly find later on. You can create multiple lists.

**Favorite Products** can be stored in **Favorite Lists**.

<figure><img src="/files/rD8vVVl8Zr5rIUELQPBO" alt=""><figcaption><p>Favorite Lists store </p></figcaption></figure>

Use the <i class="fa-trash-can">:trash-can:</i> button to delete a **Favorite List**.

Use the <i class="fa-link-simple">:link-simple:</i> button to share a link to a **Favorite List**.

### Create a new Favorite List

Use the <i class="fa-plus">:plus:</i> **Create new list** and name your new list.

<figure><img src="/files/x4V2nQ3qXm10DI6FGGzk" alt=""><figcaption><p>List configuration screen.</p></figcaption></figure>

### View List Details

Clicking on an existing list, you can see all the **Products** added to this list.

Use the <i class="fa-heart">:heart:</i> icon to remove a **Product** from the list.

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

### Adding Products to Different Lists

When viewing Products in a **Favorite List**, select the <i class="fa-heart">:heart:</i> **button** to view which lists it is part of.&#x20;

<figure><img src="/files/3aS4Yz02TAoECp6dns8i" alt=""><figcaption></figcaption></figure>

From this menu, use the <i class="fa-square-check">:square-check:</i> **check-boxes** to quickly add the product to a different list.&#x20;


---

# 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://docs.colect.io/user/brand-portal/favorites-lists.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.
