> 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-replay-requests/replay-with-the-ui.md).

# Replay with the UI

## Replaying Requests

1. After recording a Request, click on the Request which will open up this side window:

<figure><img src="/files/m4z3ofj9un1xs07WHtuy" alt=""><figcaption><p>The Replay button is highlighted</p></figcaption></figure>

{% hint style="info" %}
By default, replaying a request will only append to the Replay History and will not modify the original request.
{% endhint %}

2. Click on the "REPLAY" button and `stoobly-agent` will resend the request with all the data originally sent such as headers, bodies, query parameters, etc.
3. After the request gets sent, a response will be returned. The page will switch to the [Replay History](/core-concepts/mock-api/requests/replay-history.md) tab and show the replayed instances of the request:

<figure><img src="/files/TdgQsWKeIMdYWZ73wLYx" alt=""><figcaption><p>The most recent HTTP request is highlighted</p></figcaption></figure>
