# Breadcrumb

### **What is Breadcrumb Navigation?**

Breadcrumb Navigation is a website navigation aid that typically appears at the top or near the top of a webpage, displaying the path from the homepage to the user’s current location in a hierarchical format. It is named after the breadcrumb trail in the story "Hansel and Gretel," where breadcrumbs were used to mark the path.

A typical breadcrumb navigation format looks like this:

`Home > Category > Subcategory > Current Page`

Each ">" (or slash) represents a hierarchical relationship, and users can click any level to return to the corresponding page.

### **Benefits of Enabling Breadcrumb Navigation**

* **Enhances User Experience:**
  * Breadcrumb navigation helps users clearly understand their position within the site, especially on websites with multi-level structures. It allows users to quickly return to a higher-level or related page without repeatedly clicking the "Back" button.
* **Improves Website Usability**:
  * For content-heavy or complex websites, breadcrumb navigation significantly boosts usability. It allows users to easily switch between different pages, improving navigation efficiency.
* **Reduces Bounce Rate**:
  * When users land on a deep page via a search engine, breadcrumb navigation can guide them to explore other related pages, reducing the chances of them leaving the site immediately.
* **Supports SEO Optimization**:
  * Breadcrumb navigation not only enhances user experience but also provides search engines with clear structural information. This helps search engines understand the website’s hierarchy, improving page indexing.
* **Minimizes User Confusion**:
  * On websites with multi-level content, breadcrumb navigation helps prevent users from getting lost, especially when multiple steps or browsing levels are required.


---

# 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://ascent.webvista.studio/global-settings/breadcrumb.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.
