# Mobile View

> Check runs, approve Human Review steps, and pause or start workflows from a phone browser.

Approving a step, checking a run and pausing a workflow all work from a phone. Building one does not — the canvas needs a desktop.

## Approving a step from your phone

This is the job a phone is actually for. Somebody's workflow is paused waiting on
a decision, and you are not at your desk.

### The email arrives

A [Human Review](/build/action-steps/user-approval) step emails you the subject
and message its author wrote, whatever context they attached, and one button per
decision — usually Approve and Reject.

### Tap your decision

Each button belongs to that one run. Where the author built a form, the button
opens the review page with the form on it and your answers are submitted with
the decision.

### The run continues

The workflow resumes down the branch you chose, immediately. The other buttons
stop working, so a second person tapping later cannot change the answer.

Sign in as a member of the workflow's workspace before you answer. The email takes you straight to the review, so you do not need to find the workflow first.

Need a response from somebody outside the workspace? A [Wait](/build/action-steps/delay) form gives them a public link and resumes the run when they submit it.

## What else works on a small screen

Open `app.getglow.ai` in a phone browser — there is no app to install — and the
layout switches to one built for it.

- **Your dashboard**, with the state of every workflow and its recent runs.
- **Pausing a workflow, or setting it live**, when something needs stopping now.
- **Reading a canvas**, which is enough to work out what a run did.

Building and editing a workflow is desktop work: the canvas needs the room.

## What's Next?

- Add the approval steps you will respond to from your phone with [Human Review](/build/action-steps/user-approval).
- Learn what the mobile dashboard is showing you in [Navigating the Dashboard](/getting-started/navigating-the-dashboard).
