> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alpic.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# playground example-prompt list

> List playground example prompts for an environment

Lists all example prompts configured for the Alpic playground in a given environment.

## Usage

```bash theme={null}
alpic playground example-prompt list
```

Lists example prompts for the environment linked to the current directory.

## Extended Usage

**List example prompts for a specific environment:**

```bash theme={null}
alpic playground example-prompt list --environment-id <environmentId>
```

## Options

| Flag               | Description                                                              |
| ------------------ | ------------------------------------------------------------------------ |
| `--environment-id` | The ID of the environment (optional — read from local config if omitted) |

<Tip>
  When running from a directory linked to an Alpic project, `--environment-id` is optional — the CLI reads it from the
  local `.alpic` config file.
</Tip>
