> 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-recently-viewed-feature-in-maker-nav.md).

# Enabling Recently Viewed 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/FTdFBiwRc6ahfxALy4es" alt="Enabling Recently Viewed feature in Maker Nav — step 1"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

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

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

{% step %}

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

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

{% step %}

### First enable Sidebar and then look for "Recently Viewed Products" and turn it on by clicking the toggle right beside it.

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

{% step %}

### Customers are now given the ability to revisit their previously viewed products by clicking "Show Filters" on a product landing page.

<figure><img src="/files/gY9D6EAwrIL3K3OJcJ0O" alt="Enabling Recently Viewed feature in Maker Nav — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### The filters panel will show on the left showing an option for "Recently Viewed."

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

{% step %}

### Alert! This 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-recently-viewed-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.
