# 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="https://3980092275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLvhXOE-py5MDUOXDKD%2Fuploads%2Fgit-blob-f782b9000587bf89b49af0ff86b9fa314b3e388c%2FScreenshot%202023-05-03%20141009%20-%20Copy.png?alt=media" 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](https://docs.stoobly.com/core-concepts/mock-api/requests/replay-history) tab and show the replayed instances of the request:

<figure><img src="https://3980092275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLvhXOE-py5MDUOXDKD%2Fuploads%2Fgit-blob-9f5f65aa42e8ff97d9d9aeb8f9f6f83a4c7902ed%2FScreenshot%202023-05-03%20143454%20-%20Copy.png?alt=media" alt=""><figcaption><p>The most recent HTTP request is highlighted</p></figcaption></figure>
