> For the complete documentation index, see [llms.txt](https://docs.realmacsoftware.com/elements-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmacsoftware.com/elements-docs/using-elements/components/navigation-and-interaction/breadcrumbs.md).

# Breadcrumbs

The Breadcrumbs component builds a trail from the current page back through its parent pages. It helps visitors understand where they are and move to a higher level of the site.

### How to Use Breadcrumbs

You’ll find Breadcrumbs under **Navigation** in the Components list.

1. Drag **Breadcrumbs** onto a page or shared layout.
2. Choose whether to show the Home link.
3. Select an SVG separator and style its colour and size.
4. Configure mobile truncation, spacing, alignment, and text states.
5. Preview the component on pages at different levels of the site.

### Component Settings

#### Breadcrumbs

**Separator**

* **Icon** — Selects the SVG displayed between breadcrumb items.
* **Color** — Defaults to Text 400.
* **Size** — Defaults to theme spacing 4.

**Home Link**

**Show** is enabled by default. **Label** changes its text and defaults to “Home”.

**Truncate on Mobile**

**Enable** is on by default. On small screens, it shows only the direct parent and current page to keep the trail compact.

**Layout**

**Gap** controls item spacing and defaults to theme spacing 2. **Align** offers Start, Centre, or End and defaults to Centre.

**Font & Text Styles**

Font defaults to Body, Size to Small, Weight to 400, and letter spacing to Normal. Italic is off.

Use **State** to style Default and Active items independently. Each state provides Color, Opacity, and Underline controls.

### Accessibility

The current page is identified to assistive technologies automatically. Keep separators decorative, retain visible link states, and use a concise Home label.

### Related Components

* [Menu](/elements-docs/using-elements/components/navigation-and-interaction/navigation-standard.md) — Provides primary site navigation.
* [Tree](/elements-docs/using-elements/components/data-and-organisation/tree.md) — Shows expandable navigation across multiple levels.
* [Top Pages](/elements-docs/using-elements/components/data-and-organisation/top-pages.md) — Lists top-level pages or a folder’s contents.

| Common Control                                                                                                     | Description                                                             |
| ------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------- |
| [Link](/elements-docs/using-elements/components/common-controls/link.md)                                           | Link to a page, resource, anchor, email address, or website.            |
| [Layout](/elements-docs/using-elements/components/common-controls/layout.md)                                       | Control positioning, stacking, visibility, overflow, and isolation.     |
| [Sizing](/elements-docs/using-elements/components/common-controls/sizing.md)                                       | Set width, height, and responsive size constraints.                     |
| [Spacing](/elements-docs/using-elements/components/common-controls/spacing.md)                                     | Add responsive margin and padding.                                      |
| [Typography & Text Styles](/elements-docs/using-elements/components/common-controls/typography-and-text-styles.md) | Control fonts, text spacing, decoration, colour, and semantic wrappers. |
| [Backgrounds](/elements-docs/using-elements/components/common-controls/backgrounds.md)                             | Apply colour, image, gradient, SVG, video, and hover backgrounds.       |
| [Transitions](/elements-docs/using-elements/components/common-controls/transitions.md)                             | Choose what animates and set its timing curve, duration, and delay.     |
| [Effects](/elements-docs/using-elements/components/common-controls/effects.md)                                     | Apply shadows, opacity, and hover effects.                              |
| [Filters](/elements-docs/using-elements/components/common-controls/filters.md)                                     | Apply blur, brightness, saturation, shadow, and backdrop effects.       |
| [Transforms](/elements-docs/using-elements/components/common-controls/transforms.md)                               | Scale, rotate, move, and skew components.                               |
| [Borders](/elements-docs/using-elements/components/common-controls/borders.md)                                     | Set border style, colour, opacity, width, radius, and hover states.     |
| [Advanced](/elements-docs/using-elements/components/common-controls/advanced.md)                                   | Add CSS classes and IDs, or change supported HTML tags.                 |


---

# 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.realmacsoftware.com/elements-docs/using-elements/components/navigation-and-interaction/breadcrumbs.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.
