# Manually editing steps

Before you jump into manually editing, make sure you learn [how to re-record test steps](https://docs.bugbug.io/recording-tests-steps/re-recording-steps), as this is a recommended way of updating your tests. It's often much faster to fix the tests by removing the failed steps and recording them again, rather than manually updating step settings.

## Manually adding steps

You don't need to use recording, you can also create your tests step by step by adding particular actions and their parameters. You can manually add steps anywhere in your test by clicking the plus symbol between the rows.

![](https://3168433179-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MKixgeBPbLvnD0l1eiV%2Fuploads%2FhCzAvhQrc6DallYjtFxs%2FScreenshot%202022-04-07%20at%2016.41.49.png?alt=media\&token=90844dd1-fe78-47a6-b6d2-b1239234ec97)

## Step details panel

Make your manual changes to the tests in the step details sidebar. Here you can see all the parameters for a selected step.

![](https://3168433179-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MKixgeBPbLvnD0l1eiV%2Fuploads%2FjfPQZya5QULm80XbyCFr%2Fimage.png?alt=media\&token=4ce1c722-4a79-4c49-b884-8d73e200141f)

{% hint style="info" %}
**Important!** Don't forget to save your changes after editing a step.
{% endhint %}

{% hint style="success" %}
When editing the actions don't forget that you can use [variables](https://docs.bugbug.io/editing-tests/variables).
{% endhint %}

### Operations on the test steps

* `Duplicate` step
* `Run to this place`
* `Deactivate step`
* `Delete` step

### Reordering steps

You can also `Drag to reorder` the steps within the test:

![](https://3168433179-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MKixgeBPbLvnD0l1eiV%2Fuploads%2FfjPrjvl0oFMVCdNOqSiw%2Fimage.png?alt=media\&token=765cc9e9-0cd3-4578-be9b-df8dd5d68595)

###


---

# 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.bugbug.io/editing-tests/manually-creating-the-test.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.
