# Modify a Journey

Updating the journey is quite simple. Open the journey from the Journey List page. Depending on whether the journey is published or not, you can modify different parts of the journey. If the journey is in **draft mode** (not published), you can **modify** anything before publishing it. But once the journey is published, you will have limited options to modify it.

### Modify a Published Journey

In a published journey, while you can change [journey settings](/journeys-and-automation/journey-settings.md), you have limited options to change journey steps.

{% hint style="warning" %}
**You can not update the following on a published journey**

1. Add/remove steps to the journey.
2. Modify links between steps.
3. Change conversion tracking settings in a published journey.
   {% endhint %}

<figure><img src="/files/8Smdqnvf7VAksi4h5Hku" alt=""><figcaption><p>Modifying a Published Journey</p></figcaption></figure>

To edit a running journey, go to the Journey List on the Growlytics Dashboard and click on the journey that you want to edit. You will be redirected to the Journey Report page as shown in the screenshot below.

<figure><img src="/files/51T0Z7TcggLk67oCZ1tR" alt=""><figcaption><p>Edit Journey Steps</p></figcaption></figure>

On the Journey Report page, click on the 'Journey Steps' tab. You will see the journey steps as shown in the screenshot below.

<figure><img src="/files/axdvRnEKVevbNWxLEenN" alt=""><figcaption><p>Click on the campaign steps you want to edit</p></figcaption></figure>

When you click on the step, you will be asked to make changes and publish the step changes immediately.

<figure><img src="/files/TLlafBg8Dh8q1F86LFSE" alt=""><figcaption><p>Publish Changes</p></figcaption></figure>

{% hint style="info" %}
**Important**

Once you publish changes, it will take a few minutes for those changes to reflect.&#x20;
{% endhint %}


---

# 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://support.growlytics.in/journeys-and-automation/journeys-basics/modify-a-journey.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.
