# Runbook: My Document

**Last Updated:** YYYY-MM-DD
**Owner:** Team Name
**On-Call Contact:** @name

---

## Overview

What does this runbook cover?

## Prerequisites

- Access to system X
- Tool Y installed
- Permissions: admin

## Steps

### 1. Verify the Issue

```bash
# Command to check status
```

### 2. Apply the Fix

```bash
# Command to fix
```

### 3. Verify Resolution

```bash
# Command to verify
```

## Rollback Procedure

If the fix doesn't work:

1. Step 1
2. Step 2

## Escalation

If unresolved after 30 minutes, contact:
- Primary: @name - phone
- Secondary: @name - phone
