> For the complete documentation index, see [llms.txt](https://helpdesk.smaply.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.smaply.app/journey-maps/lanes/how-to-use-divider-lanes.md).

# How to use divider lanes

A divider lane draws a labelled horizontal line across the full width of a journey map, so you can visually separate one section from the next. It holds no cards. Add one the same way as any lane, from the **+ Add lane** picker under **BASIC LANES** (see [How to add and manage lanes](/journey-maps/lanes/how-to-add-and-manage-lanes.md)), then label and style the line to suit.

<figure><img src="/files/gyYL7gywK8RhI30bCRkP" alt="A journey map editor with a full-width black horizontal line labelled Dividing lane running between a Process grid lane above and an Emotion chart lane below. The divider has its own three-dot menu on the far left where the other lanes show their titles."><figcaption><p>A divider lane separating two sections of a journey map</p></figcaption></figure>

Because a divider holds no cards, its lane menu is shorter than a standard lane's. The three-dot menu carries **Pin lane**, **Edit divider**, **Duplicate lane below**, **Move lane up**, **Move lane down**, and **Delete lane**, with no card or clipboard actions. Everything specific to a divider is set in the **Edit divider lane** modal.

#### How to label and style a divider lane

Open the divider lane's three-dot menu and click **Edit divider** to open the **Edit divider lane** modal.

<figure><img src="/files/Y7hS2lXNrIcpV3gmXWe8" alt="The Edit divider lane modal with a Text field reading Dividing lane, a Text size control offering 18, 20, and 24 with 20 selected, a Line style control offering solid and dashed with solid selected, a Line weight control offering thin and thick with thick selected, a black Color swatch, and Cancel and Save buttons."><figcaption><p>Edit divider lane</p></figcaption></figure>

The modal holds everything that defines the divider:

* **Text** - the label shown on the line. Leave it blank for a plain line, or name the section it marks, for example a service-blueprint **Line of Visibility**.
* **Text size** - 18, 20, or 24.
* **Line style** - solid or dashed.
* **Line weight** - thin or thick.
* **Color** - the colour of the line and its label, set from the colour picker.

Click **Save** to apply your changes, or **Cancel** to close the modal without changing the divider.

#### Related topics

<table data-column-title-hidden data-view="cards"><thead><tr><th>Title</th><th>Description</th><th data-hidden data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td><strong>How to add and manage lanes</strong></td><td>Add a divider lane from the picker, then rename, reorder, pin, duplicate, or delete any lane.</td><td><a href="/pages/cEW7pumNPGKdJ65EEAz7">/pages/cEW7pumNPGKdJ65EEAz7</a></td></tr><tr><td><strong>How to use grid lanes</strong></td><td>Organise a section into a multi-row matrix above or below a divider.</td><td><a href="/pages/lZD6w7ZNrPaXH8F0kQNn">/pages/lZD6w7ZNrPaXH8F0kQNn</a></td></tr><tr><td><strong>How to use emotion chart lanes</strong></td><td>The other special lane type: visualise sentiment across the journey with an emotion line.</td><td><a href="/pages/MSglvHiirbEdJK3Ivwqu">/pages/MSglvHiirbEdJK3Ivwqu</a></td></tr></tbody></table>


---

# 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://helpdesk.smaply.app/journey-maps/lanes/how-to-use-divider-lanes.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.
