> For the complete documentation index, see [llms.txt](https://elessi-docs.nasatheme.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://elessi-docs.nasatheme.com/shop-page/shop-layout/breadcrumb.md).

# Breadcrumb

![](/files/cTD9eYRDXc1MuQAax8tC)

## **1. Set Breadcrumb for all pages**

Go to **Theme Options** → **Breadcrumb**&#x20;

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

## **2. Override Breadcrumb for each Category**

In addition, you can override the breadcrumb each Category - applied for **Root Product Categories** (Parent=0)

Go to **Dashboard** → **Products**  → **Categories** → **Edit** **Categories**

![](/files/8vwQYNay8EffYIW5uctv)

#### <mark style="color:red;">RESULT</mark>

![](/files/STO8NVqJtRItzSmq7EM2)

## 3. **Override Breadcrumb for each Page**

**Step 1:** Go to **Dashboard**  → **Pages** → **Edit the page** that you want to override

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

**Step 2:** Click the Advance Options button at the bottom

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

**Step 3:** Scroll down to the Breadcrumb section check this option and choose the breadcrumb options for only page like your purpose

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

**Step 4:** Save the page and try again


---

# 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://elessi-docs.nasatheme.com/shop-page/shop-layout/breadcrumb.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.
