# 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="https://3980092275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLvhXOE-py5MDUOXDKD%2Fuploads%2Fgit-blob-fc75216fda30d4eca58a35119416b28c398145f6%2Frequests-index-create.PNG?alt=media" 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>
```
