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

# Monitor progress

> Track board status, session output, and daemon logs while a task runs.

## On your phone

| Surface               | Shows                                 |
| --------------------- | ------------------------------------- |
| Board column          | Status lane                           |
| Task detail           | Phase, activity, comments, plans      |
| Linked session / chat | Live agent stream, permission prompts |

Friendly status names map to wire values in [Task states](/docs/reference/task-states).

## When the agent asks questions

Status becomes **Needs your input** (`awaiting_user`). Answer on the task. That fires resume and continues from the current checkpoint.

## When you stop a run

Stopping the live session marks the task **Interrupted**. Checkpoint is kept. Send another prompt or rerun to continue.

## On the machine

```bash theme={null}
gpr status
gpr logs -f
gpr doctor
```

Use logs when the app shows the daemon offline or the session stuck in `reconnecting` / `error`.

## Notifications

With push enabled, the app can notify you on important task transitions (for example needs input, in review, failed). Slack can also surface work when that integration is connected.
