# Breadcrumb Navigation

This element helps users better orient themselves on your website and quickly return to higher categories or pages. It contributes to improved user-friendliness by facilitating navigation and clearly visualizing the user's path on the page.

{% hint style="info" %}
**What is breadcrumb navigation?**

Breadcrumb navigation, often referred to as "crumb trail navigation," shows the hierarchy of visited pages in the form of a simple path.

It typically consists of links to parent categories or pages that represent the user's position within the structure. This allows the user to always understand where they are and to return directly to higher levels.
{% endhint %}

<figure><img src="/files/4oDklOg1buKr8nyoo9Pe" alt=""><figcaption></figcaption></figure>

The data is automatically retrieved, but some layout settings can still be made:

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

<table><thead><tr><th width="255">Function</th><th>Description</th></tr></thead><tbody><tr><td>Alignment (1)</td><td>Left-aligned, centered, or right-aligned</td></tr><tr><td>Text color (2)</td><td>Here you can set the text color of all links. The active link will be styled differently depending on the theme.</td></tr></tbody></table>


---

# 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.rh-webdesign.com/cms-bundle/en/elemente/navigation/breadcrumb-navigation.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.
