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

# /tutorial

> Toggle tutorial hints on or off during your EigenData-CLI session.

The `/tutorial` command controls the display of tutorial hints in EigenData-CLI. When enabled, the CLI shows helpful guidance panels at startup and during task execution to help you learn the system. You can also manage this setting via [`/configure`](/products/eigendata-cli/utility-commands/configure).

## Usage

| Command         | Description                  |
| --------------- | ---------------------------- |
| `/tutorial`     | Show current tutorial status |
| `/tutorial on`  | Enable tutorial hints        |
| `/tutorial off` | Disable tutorial hints       |

**Accepted values for enabling**: `true`, `1`, `yes`, `y`, `on`

**Accepted values for disabling**: `false`, `0`, `no`, `n`, `off`

## Toggle tutorial hints

### Check current status

Run the command without arguments to see the current setting:

```
eigendata> /tutorial

Tutorial hints are currently: enabled
```

### Disable tutorial hints

If you're familiar with EigenData-CLI and want a cleaner interface:

```
eigendata> /tutorial off

✓ Tutorial hints disabled
```

### Enable tutorial hints

To re-enable tutorial guidance:

```
eigendata> /tutorial on

✓ Tutorial hints enabled
```

## What Tutorial Hints Include

When enabled, tutorial hints provide:

* **Startup panel**: Overview of available commands and features
* **Task guidance**: Step-by-step explanations during task execution
* **Tips and shortcuts**: Helpful suggestions based on your current action

<Tip>New users should keep tutorial hints enabled until they're comfortable with the CLI workflow. See [Getting Started](/products/eigendata-cli/getting-started) for a walkthrough.</Tip>
