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

# dispatch and worker alerts

> Track dispatch assignments, breach dates, and worker contract alerts.

# dispatch and worker alerts

These commands are useful for Japan-specific labor operations and compliance monitoring.

## dispatch

```bash theme={null}
lim dispatch list
lim dispatch add \
  --employee <employee-id> \
  --agencyName "Partner Staffing" \
  --startDate 2026-04-01 \
  --monthlyFee 480000
lim dispatch alerts
```

## workers

```bash theme={null}
lim workers summary
lim workers alerts
```

## What to use when

| Command           | Purpose                                        |
| ----------------- | ---------------------------------------------- |
| `dispatch list`   | Show dispatch employees and assignments        |
| `dispatch add`    | Register a dispatch assignment and breach date |
| `dispatch alerts` | Warn on upcoming or exceeded breach dates      |
| `workers summary` | Summarize headcount and monthly labor cost     |
| `workers alerts`  | Show contract expiry alerts                    |
