# Steps

Edit your guideflow's step to update the guideflow. Your guideflow is composed of many steps that you can edit on your left panel.&#x20;

(e.g. if you need to add a step because the product changed)&#x20;

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/CV9zMHeGMHY>" %}

* Your different steps are displayed on the left panel.&#x20;
* Click on a step to select it.&#x20;
* Drag & drop it.&#x20;
* Click on the "..." button to select the "Edit", "Duplicate", or "Delete" options.&#x20;

{% hint style="warning" %}
If you change the order of your steps, it may break the logic of your workflow.&#x20;
{% endhint %}

### Add new steps

Add a new step between two existing steps.&#x20;

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/CV9zMHeCMHY>" %}

* To record a new step on your guideflow, click on "Add steps" and select one of your opened tabs to capture another guideflow. Click on "Start capture" to start recording.&#x20;
* To add a picture, click on "Upload" and select a picture from your Desktop to upload.&#x20;

### Edit steps

Edit a step to customize information such as title, description, link, etc.&#x20;

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/yr46mmyilk>" %}

* Click on the "..." button next to the step you want to edit.
* Edit the title to give a name to your step and easily recognize it in [general analytics](/help/analytics/general-analytics.md).
* To give more context about this step, add a description.&#x20;
* You can add variables in the description field to personalize the text.
* To add a URL at this step, click on "Add link" and edit your link URL.

### Duplicate steps

Duplicate a step to re-use a similar step. &#x20;

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/CV9zMHKGMHY>" %}

* Click on the "..." button next to the step you want to edit.
* Select "Duplicate" to make a copy of your current step.
* Your duplicated step will be shown below the original step.

### Replace a step with an image

Replace a step in your guideflow with a custom image.

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/yr46mmyilk>" %}

* To replace a step with an image click on "...".
* Click on "Replace".
* Upload the image that will replace the step.

### Delete steps

Delete a step to remove it from the guideflow.&#x20;

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/CV9zMHGFMHY>" %}

* Click on the "..." button next to the step you want to edit.
* Select "Delete" to delete the current step.

{% hint style="info" %}
Once you click Delete, you will no longer be able to retrieve the deleted step.
{% 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://docs.guideflow.com/help/edit-your-guideflow/steps.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.
