> For the complete documentation index, see [llms.txt](https://docs.stoobly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stoobly.com/guides/how-to-update-requests/editing-from-the-ui.md).

# Editing from the UI

## Updating a Request by Editing

{% stepper %}
{% step %}
Navigate to the requests list page

[http://localhost:4200/agent/requests](http://localhost:4201/agent/requests)
{% endstep %}

{% step %}
Right click on the request we want to edit and click 'Edit'

<figure><img src="/files/kM0aGZxv1GT6Ma0DqQby" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Clicking on one of the following buttons to edit the respective property

<figure><img src="/files/MZxCLXLsoCp31N9oFgQ6" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
A prompt should pop up. Edit as needed and click 'UPDATE'

<figure><img src="/files/uKBmXY7eQTh4obpccGYQ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**(Optional) Persist the updated request with a snapshot**

If you want to version control or share the updated request, create a snapshot:

```bash
stoobly-agent request snapshot "<REQUEST-KEY>"
```

You can copy the request key from the request details page. For more information, see [how to snapshot requests](/guides/how-to-mock-apis/how-to-snapshot-requests.md).
{% endstep %}
{% endstepper %}
