# Creating from the CLI

## Creating a Scenario

### Command

```bash
stoobly-agent scenario create --description "<DESCRIPTION>" "<NAME>"
```

### Options

To see more options for the command:

```sh
$ stoobly-agent scenario create --help
```

```
Usage: stoobly-agent scenario create [OPTIONS] NAME

  Create a scenario

Options:
  --description TEXT  Scenario description.
  --select TEXT       Select column(s) to display.
  --without-headers   Disable printing column headers.
  -h, --help          Show this message and exit.
```

This command has additional flags such as `--select COLUMN` and `--without-headers` to customize the stdout displayed after the command gets run. This is useful for programmatic usage such as in CI pipelines.


---

# 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-cli.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.
