# Editing a Value Stream

After the value stream is published, what you see after clicking on the value stream is the latest version that was released. To open the draft mode for a published value stream, you have two options:

* Choose the **Draft** icon in the dashboard, this displays a window with basic information about the person who edited the draft and the date when the last changes were made. **Go to draft** opens the latest version of the draft.

  <figure><img src="/files/gCBMWHEQNcHp0NchUN73" alt="" width="553"><figcaption></figcaption></figure>
* Open the selected value stream and then choose the **Edit** button.

  <figure><img src="/files/LzeFXoV3iawtn1XlPhHx" alt="" width="553"><figcaption></figcaption></figure>

  There's a confirmation popup to decide whether you want to load the latest draft version, or overwrite it.

  * **No, load last draft** - loads the most recent draft saved for that value stream, which could be for example a draft you’ve been working on over the past few days.
  * **Yes, overwrite it** - takes the last published version, the one you are viewing, it makes it a new draft, overwriting and erasing the last draft saved. Starts from scratch.

  <figure><img src="/files/ehbj3UELUWFfr0JvnEMp" alt="" width="290"><figcaption></figcaption></figure>

It’s possible for a value stream to be opened in multiple tabs or by different users simultaneously. In such cases, if a user attempts to edit a draft that is already being modified by someone else or in another tab, a warning message appears. This ensures the user is aware they may overwrite changes made by others. The most recent draft is always the last one saved, regardless of how many tabs are open.

If you choose to overwrite the value stream, you become the owner of the draft, and the original editor can no longer make changes. If you cancel and opt not to overwrite, you remain in view mode, allowing the other user or the original editor to continue making changes to the draft.

<figure><img src="/files/XiVAsg0ifh20FxAZfxL7" alt="" width="290"><figcaption></figcaption></figure>

Every step of the value stream can be edited separately.

For triggers you can:

* Choose **Edit** to select a different scenario or event from the list.
* **Duplicate** to copy the trigger, the duplication automatically creates the next step which is exactly the same.
* **Delete** to remove a trigger. However, it is not possible to remove the first trigger because it’s a mandatory step to start a process.

<figure><img src="/files/vdW0nXGwT15lkTQQh0KZ" alt="" width="563"><figcaption></figcaption></figure>

For process steps you can:

* Use the drag and drop (the **hamburger** icon) to reorder Make scenarios in your process steps.
* Choose **Edit Scenario** to apply changes to the scenario in Make.
* Choose **Edit** to select a different scenario from the list.
* Choose **Duplicate** to copy the step, the duplication automatically creates the next step in the value stream which is exactly the same as the original one.
* Choose **Delete** to remove a step.

<figure><img src="/files/kY8K8Iqv7HIZuFWGeep3" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://developer.emporix.io/oe/value-streams/working-with-value-streams/editing-value-streams.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.
