# Creating from the UI

## Creating Requests

1. Visit <http://localhost:4200/agent/scenarios>.
   * Or from any page, click on the scenarios tab on the left navigation bar:

<figure><img src="/files/sqmI7IoLOFgBtB2DwJrX" alt=""><figcaption><p>Figure 1. How to get to the Scenarios page</p></figcaption></figure>

2. Click on the **CREATE** button on the top left corner.

<figure><img src="/files/k2imLjoV24V1V7ThBVc9" alt=""><figcaption><p>Figure 2. Scenarios Create Button</p></figcaption></figure>

3. Then provide a **name** and a **description** (optional).

<figure><img src="/files/RPPA9Tu4bs0rKBhBppk8" alt=""><figcaption><p>Figure 3. Create your Scenario</p></figcaption></figure>

3. Finally click the **CREATE** button on the bottom right of the prompt.


---

# 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-scenarios/creating-from-the-ui.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.
