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

> Show playground configuration for an environment

Displays the current playground configuration for an environment, including enabled state, name, description, example prompts, and headers.

## Usage

```bash theme={null}
alpic playground status
```

Shows playground configuration for the environment linked to the current directory.

## Extended Usage

**Show status for a specific environment:**

```bash theme={null}
alpic playground status --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>
