> 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/how-to-bulk-edit-journey-maps-in-the-list.md).

# How to bulk-edit journey maps in the list

Change many journey maps at once instead of opening each one. Select the maps you want from the dashboard list, then use the bulk edit bar at the bottom of the screen to tag them, archive them, or update shared settings across the whole selection.

#### How to select maps and open the bulk edit bar

The row checkboxes are hidden until you hover, so they're worth pointing out. Hover over a row to reveal its checkbox, then tick the maps you want.

{% stepper %}
{% step %}
**Open the journey maps list**

In the workspace sidebar, click **Journey maps**.
{% endstep %}

{% step %}
**Select the maps you want**

Hover over the left side of a map's row and a checkbox appears. Tick it to select that map. To select everything in the list, use the checkbox in the header row next to **NAME**.
{% endstep %}

{% step %}
**Use an action from the bulk edit bar**

Once at least one map is selected, a dark **Bulk edit&#x20;*****N*****&#x20;items** bar pins to the bottom of the screen, showing a live count of what you've selected. Pick an action from the bar to apply it to every selected map at once.

<figure><img src="/files/iF5QEOLzLQJ8T5pgqgGY" alt="Journey maps list with two rows selected and the dark Bulk edit 2 items bar pinned at the bottom showing the Users, Coordinator, Performance, Tags, Add to account library, Remove from account library, and Archive actions. The Bulk Edit modal for Tags is open in front."><figcaption><p>Selected maps, the bulk edit bar, and the Tags modal</p></figcaption></figure>
{% endstep %}
{% endstepper %}

***

#### What the bulk edit bar can do

The bar applies one action to every map you've selected:

* **Users** - Add or remove the people assigned to the selected maps.
* **Coordinator** - Set the coordinator across the selection.
* **Performance** - Set the performance status on every selected map.
* **Tags** - Add or remove tags in bulk. See below.
* **Add to account library** and **Remove from account library** - Move the selected maps in or out of the shared account library.
* **Archive** - Archive every selected map. There's no bulk delete; archiving is the closest action, and archived maps stay recoverable. See [How to archive a journey map](/journey-maps/how-to-archive-a-journey-map.md).

{% hint style="info" icon="tag" %}
The account library actions need the Account Library, available on the **Framework** plan and above once you have two or more workspaces.
{% endhint %}

***

#### How to add or remove tags on several maps at once

Tagging is the most common bulk edit, so it has its own two-step modal.

{% stepper %}
{% step %}
**Click Tags in the bulk edit bar**

The **Bulk Edit** modal opens, confirming how many maps the change will affect.
{% endstep %}

{% step %}
**Choose whether to add or remove**

In the operation dropdown, change **Keep as is** to **Add tags** or **Remove tags**. Leaving it on **Keep as is** makes no change.
{% endstep %}

{% step %}
**Pick the tags**

In the **Select tags** picker, choose the tags to apply or strip. The list shows the tags that already exist in your account.

<figure><img src="/files/eoAvMZkWMSVMbuiR1O47" alt="The Bulk Edit modal with the Select tags picker open, listing existing account tags such as Young Adult, Professional, Family, High Income, Small Business, Corporate, and Retired, each shown as a segment tag."><figcaption><p>The Select tags picker lists existing account tags</p></figcaption></figure>

{% hint style="info" %}
You can only pick from tags that already exist. To create a new tag, go to **Account settings > Tags** first, then come back and apply it here.
{% endhint %}
{% endstep %}

{% step %}
**Save the change**

Click **Save bulk edit**. The tags are added to or removed from every selected map.
{% endstep %}
{% endstepper %}

***

#### How to copy maps to another workspace

Copying maps to another workspace is a per-map action, not part of the bulk edit bar. Open a map's three-dot menu in the list and choose **Copy to other workspace**. For what does and doesn't travel with the copy, see [How to copy assets across workspaces](/account-and-team/workspaces/how-to-copy-assets-across-workspaces.md).

#### Related topics

<table data-column-title-hidden data-view="cards"><thead><tr><th>Article</th><th>What it covers</th><th data-hidden data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td><strong>How to archive a journey map</strong></td><td>Archive a map and restore it later from the workspace Archive.</td><td><a href="/pages/0p0xTsJoEwHiuKOfOd3Y">/pages/0p0xTsJoEwHiuKOfOd3Y</a></td></tr><tr><td><strong>How to bulk edit cards</strong></td><td>Select and edit several cards at once inside a journey map.</td><td><a href="/pages/D239Y2x0Gzcz0VuWHA1p">/pages/D239Y2x0Gzcz0VuWHA1p</a></td></tr><tr><td><strong>How to copy assets across workspaces</strong></td><td>Copy a journey map into another workspace and what carries with it.</td><td><a href="/pages/wTx8bqQ9c2foJOedyfim">/pages/wTx8bqQ9c2foJOedyfim</a></td></tr><tr><td><strong>How to manage personas</strong></td><td>Bulk actions on the Personas list work the same way.</td><td><a href="/pages/oScEAxHrtqqY2twvz5kM">/pages/oScEAxHrtqqY2twvz5kM</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/how-to-bulk-edit-journey-maps-in-the-list.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.
