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

# Tasks and recordings

> Where the assistant’s device work shows up in the dashboard, how to look it up later, and how to record a phone screen while it works.

Everything the assistant does on a phone runs as a task. Tasks are visible outside the chat, so you can check what happened without scrolling back through a conversation.

## Tasks in the dashboard

When the assistant works on a device, it starts one or more tasks. Each task appears on the [Tasks](/tasks) page with its status, the device it ran on, screenshots taken along the way, and the result.

You can also ask the assistant about its own tasks:

> What did the last task on my Instagram phone do?

> List the tasks that failed today.

The assistant reads task status and results; it does not cancel or edit tasks from that view. To stop work that is running right now, stop the current turn in the chat. See [Human in the loop](/assistant/human-in-the-loop).

## Screen recordings

Ask the assistant to record the phone while it works. It starts a video recording on the device, shows a recording card in the chat, does the job, and stops the recording when done. The card becomes an inline video player once the recording is ready.

> Record the screen while you go through the signup, I want to see every step.

| You can ask        | What happens                                           |
| ------------------ | ------------------------------------------------------ |
| Start a recording  | A named video recording begins on the chosen phone.    |
| Show a recording   | The card with the player appears in the chat.          |
| List recordings    | The recordings on that phone, newest first.            |
| Stop a recording   | The active recording ends and finishes processing.     |
| Delete a recording | Permanent. The assistant shows an approval card first. |

Recordings are video only and belong to the device they were made on. The assistant plays them back only through the card in the chat, never as a raw link.

<Note>
  A recording captures the whole screen, including anything the assistant types or reads while it is on. Do not record while credentials or codes are visible if the recording will be shared.
</Note>

## Screenshots

For a quick look rather than a video, ask for a screenshot. It is attached to the task and shown in the chat.

> Take a screenshot of the home screen so I can see what's installed.

## Related

<CardGroup cols={2}>
  <Card title="Tasks page" icon="list-checks" href="/tasks">
    The dashboard view of every task, with screenshots and results.
  </Card>

  <Card title="Results" icon="table" href="/assistant/results">
    Files, lists, and how results are presented.
  </Card>

  <Card title="Devices" icon="smartphone" href="/assistant/devices">
    The phones the assistant records and works on.
  </Card>

  <Card title="Workflows" icon="repeat" href="/assistant/workflows">
    Recurring runs, which can also be recorded.
  </Card>
</CardGroup>
