> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-nav/settings/enabling-favorites-feature-in-maker-nav.md).

# Enabling Favorites feature in Maker Nav

{% stepper %}
{% step %}

### Go to the Editor of the Nav you want to customize by clicking the title of the Nav.

<figure><img src="/files/RqXSpxR33mgioejy42tz" alt="Enabling Favorites feature in Maker Nav — step 1"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### From the top menu panel, click "Settings."

<figure><img src="/files/ycRdY7RhwQpOLLjIwuSa" alt="Enabling Favorites feature in Maker Nav — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose "Product Details Page" from the options.

<figure><img src="/files/Swuk34olO3E3WSt2p68A" alt="Enabling Favorites feature in Maker Nav — step 3"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Look for "Favorites" and turn it on by clicking the toggle right beside it.

<figure><img src="/files/PKpPHXQgEZOawXB2iBOU" alt="Enabling Favorites feature in Maker Nav — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Once enabled, if customers hover their cursor over a product card, they'll see this "Favorite" icon. Clicking this icon adds the product to their Favorites list.

If the product is viewed on the product display page, the Favorite icon is next to the Add to Cart button.

<figure><img src="/files/4GKe3BrhkpXNsfebyPfB" alt="Enabling Favorites feature in Maker Nav — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### The Favorites list can be accessed through this heart icon found in top bar on desktop or bottom bar on mobile.

Alternatively, you can also find an option for "Favorites" in the filters panel.

<figure><img src="/files/U6iFfmanC1iWSqA2njfj" alt="Enabling Favorites feature in Maker Nav — step 6"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Alert! The Favorites feature utilizes the user's device local storage to store products. As a result, when they open an incognito browser window or delete their browser's history, the list will be emptied.

{% endstep %}
{% endstepper %}


---

# 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.maker.co/maker-nav/settings/enabling-favorites-feature-in-maker-nav.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.
