# title

The `title` step type sets the terminal window title, a small touch that lets long-running custom commands and workflows surface their current activity in the terminal tab.

```yaml
steps:
  - name: title
    type: title
    content: Deploying platform

  - name: restore_title
    type: title
```

## Fields

- **`content`**
  Optional terminal title. Supports templates. When omitted, Atmos restores the original title.

Terminal title support depends on the terminal emulator.
