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

# Steps

> Write a numbered procedure

Use `<Steps>` for a short procedure.

## Usage

```mdx theme={null}
<Steps>
  <Step title="Install">Install the package.</Step>
  <Step title="Run">Start the server.</Step>
</Steps>
```

`<Step>` also accepts `icon` and `stepNumber`. Set `titleSize="h2"` or `titleSize="h3"` to add step titles to the table of contents.

## Example

<Steps>
  <Step title="Install">Install the package.</Step>
  <Step title="Run">Start the server.</Step>
</Steps>
