# Journey List and Actions

The **Journey List** is the main workspace for existing journeys. Use it to create new journeys, find drafts fast, and manage journeys without opening each one first.

{% hint style="info" %}
Use the list when you want to review status, activate a journey, or reuse an existing flow.
{% endhint %}

### What you can do from the Journey List

From this page, you can:

* create a new journey
* search journeys by name
* filter the list to narrow results
* review each journey’s status and type
* open row-level actions for quick management

### Journey List Columns

The Journeys list displays key information about each journey, including its name, status, type, ownership details, update details, and available actions.

#### Name

Shows the internal journey name.\
Use clear names so drafts and live journeys are easy to distinguish.

#### Status

Shows the current lifecycle state of the journey.\
Common statuses include **Draft**, **Active**, and **Stopped, Test Active.**&#x20;

#### Type

Shows how the journey starts.\
A journey can be **Action Based** or **Time Based**.

#### Created By

Shows the user who created the journey.

#### Created At

Shows the date when the journey was created.

#### Last Updated By

Shows the user who last updated the journey.

#### Last Updated At

Shows the date when the journey was last updated.

#### Action

Contains the quick actions available for each journey.\
Use these controls to edit, activate, or open the more actions menu.

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

You can sort the list by clicking the **Created At** or **Last Updated At** columns. Clicking these columns lets you view journeys in ascending or descending order.

If certain information is not available for a journey, the related fields may be empty or displayed as **—**.

### List actions

#### Create New Journey

Click **Create New Journey** to start a new flow.

If you are building from scratch, continue with [Setup](/netmera-user-guide/omnichannel-engagement/journey-orchestration/setup.md).

#### Edit

Use the **edit** icon to open the journey and update its configuration.

This is the fastest way to change entry rules, audience, or the journey flow.

#### Activate

Use the **activate** icon to start a journey when it is ready.

Before activation, make sure the entry rule, audience, and conversion setup are final.

#### Test Activate

Use **Test Activate** from the action menu when you want to validate the journey before wider activation.

This is especially useful for journeys that include message steps such as mobile push or in-app communication.

If you need test devices first, see [Test Devices](/netmera-user-guide/panel-settings/netmera-panel-settings/test-devices.md).

#### Archive

Use **Archive** for journeys you no longer work on regularly.

This helps keep the main list focused on current drafts and active flows.

#### Clone

Use **Clone** to copy an existing journey into a new draft.

Cloning is useful when you want to reuse the same structure, timing, or branching logic without changing the original journey.

{% hint style="success" %}
Clone before large experiments. It is safer than editing a proven journey directly.
{% endhint %}

<figure><img src="/files/Jg1qFWLBX6QEXmJvVjvJ" alt="" width="303"><figcaption></figcaption></figure>

### Recommended workflow

{% stepper %}
{% step %}

#### Find the right journey

Use search and filters to narrow the list.
{% endstep %}

{% step %}

#### Choose the right action

Open the row actions and select **Edit**, **Activate**, **Test Activate**, **Archive**, or **Clone**.
{% endstep %}

{% step %}

#### Confirm the result

Check the updated status in the list after your action completes.
{% endstep %}
{% endstepper %}

### Related pages

* [Launch](/netmera-user-guide/omnichannel-engagement/journey-orchestration/launch.md)
* [Journey Analytics](/netmera-user-guide/omnichannel-engagement/journey-orchestration/journey-analytics.md)
* [Setup](/netmera-user-guide/omnichannel-engagement/journey-orchestration/setup.md)


---

# 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://user.netmera.com/netmera-user-guide/omnichannel-engagement/journey-orchestration/journey-list-and-actions.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.
