> 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-record-requests/how-to-create-requests.md).

# How to Create Requests

The following are methods to manually create a request either through the UI or CLI.

## Method 1: UI

Navigate to the requests page and click on the **CREATE** button on the top left corner.

<figure><img src="/files/oNKhAEEWAuWXPvlyBm1G" alt=""><figcaption><p>Requests Create</p></figcaption></figure>

## Method 2: Record

With the CLI, run the following command to record a request.

```bash
$ stoobly-agent record <URL>
```

## Method 3: Replay and Record

With the CLI, run the following command to replay an existing request and save it to a new request.

```bash
$ stoobly-agent request replay --record <REQUEST_KEY>
```
