# Editing Ongoing Flows

### **From your Flow List**

**Step 1**: Navigate to your ongoing Flows by clicking 'Flows' from the menu on the left.

**Step 2**: Click the 3 dots to the right of the Flow you'd like to edit, select 'Edit' from the drop down menu.&#x20;

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

**Step 3**: Click the last step, 'Design your Flow' to make your adjustments, your current design will appear.

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

**Step 4**: To add a step, hover over the area and a + will appear, click it and follow step 5 on [these instructions](/flows/creating-a-flow.md) to add an action, delay, or condition.

To edit or delete a current step, click the 3 dots and make necessary adjustments.&#x20;

### From your Flow Report

**Step 1**: Navigate to the Flows tab from the sidebar.

**Step 2**: Click the title of the flow you'd like to check on, another page will open.

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

**Step 3**: Click 'Edit Flow' at the top-right and follow steps 3 and 4 above.


---

# 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://help.gleantap.com/flows/editing-ongoing-flows.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.
