# 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>
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stoobly.com/guides/how-to-record-requests/how-to-create-requests.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
