> 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-editor/editor/copy-paste-lanes-across-journeys.md).

# Copy/paste lanes across journeys

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

### How it works

1. **Copy a lane**\
   Open the lane menu (the three-dot menu in the lane header) and select Copy lane.

   <figure><img src="/files/kJlWw0FL7XNv3CRzM7Z8" alt="" width="163"><figcaption></figcaption></figure>
2. **Paste it anywhere**\
   Go to any journey map — it can be in the same workspace or another one — and press CMD + V (Mac) or Ctrl + V (Windows).
3. **Choose where to paste**\
   A banner will appear at the bottom of your screen. Use the dropdown to select under which lane you’d like to paste your copied lane.

   <figure><img src="/files/Xs3oPYSaiwwACby8YuIi" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
💡 Tip: If you just want to duplicate a lane within the same map, use `Duplicate lane below` from the lane menu instead.
{% endhint %}


---

# 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:

```
GET https://helpdesk.smaply.app/journey-editor/editor/copy-paste-lanes-across-journeys.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.
