> ## 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.

# Overview

> What the Mobilerun Assistant is, what it can do, and how a conversation with it works.

The Mobilerun Assistant is a hosted virtual assistant you chat with in the dashboard at
[cloud.mobilerun.ai](https://cloud.mobilerun.ai). You tell it what you want done, and it works on a
real cloud phone on your behalf, then reports back with the result.

Think of it as an operator for your Mobilerun account. It can set up and manage devices, run apps,
handle accounts and logins, scrape data, and build recurring automations, all from a chat window.
You don't write scripts or call an API. You describe a goal, and it figures out the steps.

## What it can do

<CardGroup cols={2}>
  <Card title="Devices" icon="smartphone">
    Provision a Cloud Phone or Pay as you go device, or point you to connecting your own.
  </Card>

  <Card title="Apps and accounts" icon="layout-grid">
    Install apps, log in, and manage credentials on a device.
  </Card>

  <Card title="Scraping and results" icon="table">
    Collect data from an app or page and hand it back as a file or a table.
  </Card>

  <Card title="Workflows" icon="repeat">
    Turn a task into a recurring or triggered automation.
  </Card>

  <Card title="Notifications" icon="bell">
    Tell you by webhook when it finishes, fails, or needs input.
  </Card>

  <Card title="Files" icon="folder">
    Produce downloads, screenshots, and other artifacts from a run.
  </Card>

  <Card title="Integrations" icon="plug">
    Read Gmail, Calendar, Drive, GitHub, Slack, and Teams, and post to Slack, Teams, or OneDrive.
  </Card>

  <Card title="Recordings" icon="video">
    Record the phone screen while it works and play it back in the chat.
  </Card>
</CardGroup>

It also answers questions about Mobilerun itself: plans and credits, what a job might cost, and where to start if you want to build with the SDK or API instead. For developer questions it points you to the right docs page and example rather than teaching code in the chat.

## What it is not

The assistant is a chat interface, not the raw automation layer underneath it. It is not the task
agent that developers call directly to drive a device step by step. For that, see
[Agent configuration](/agent).

It is also not a developer SDK. If you want to build your own integration that talks to the
assistant over an API, or teach another AI agent to hold this conversation for you, see
[Mobilerun Assistant · chat](/skills/assistant) and the [MCP Server](/mcp-server) page.

## How a conversation works

<Steps>
  <Step title="You ask">
    Describe what you want in plain language. No commands, no tool names.
  </Step>

  <Step title="It plans">
    The assistant figures out which device, app, or account the task needs.
  </Step>

  <Step title="It may ask back">
    If something is ambiguous or sensitive, it pauses and asks you a question or asks for
    approval before continuing.
  </Step>

  <Step title="It works on a phone">
    It runs the task on a real cloud phone, taking as many steps as the goal needs.
  </Step>

  <Step title="It presents results">
    It leads with the outcome: what succeeded, what failed, and any file or link you need.
  </Step>
</Steps>

<Note>
  The assistant never completes a purchase for you. When money is involved, it shows you a card
  in the dashboard and you click it. See [Limits and costs](/assistant/limits-and-costs).
</Note>

## Where to go next

<CardGroup cols={2}>
  <Card title="Getting started" icon="rocket" href="/assistant/getting-started">
    Your first conversation, first device, and first result.
  </Card>

  <Card title="Devices" icon="smartphone" href="/assistant/devices">
    Cloud phones, pay as you go, apps, accounts, proxies, numbers, and mailboxes.
  </Card>

  <Card title="Results" icon="table" href="/assistant/results">
    How scraped data, diffs, and files are collected and presented.
  </Card>

  <Card title="Workflows" icon="repeat" href="/assistant/workflows">
    Recurring and triggered automation built entirely in chat.
  </Card>

  <Card title="Notifications" icon="bell" href="/assistant/notifications">
    Get notified by webhook when a run finishes, fails, or needs you.
  </Card>

  <Card title="Integrations" icon="plug" href="/assistant/integrations">
    Connected services: what the assistant can read and where it can write.
  </Card>

  <Card title="Tasks and recordings" icon="video" href="/assistant/tasks-and-recordings">
    Where device work shows up, and how to record the screen.
  </Card>

  <Card title="Human in the loop" icon="user-check" href="/assistant/human-in-the-loop">
    How questions and approvals work, and how to walk away and come back.
  </Card>

  <Card title="Memory and skills" icon="brain" href="/assistant/memory-and-skills">
    What the assistant remembers and how to teach it a new app.
  </Card>

  <Card title="Limits and costs" icon="gauge" href="/assistant/limits-and-costs">
    How credits work and what stops a run from getting out of hand.
  </Card>
</CardGroup>
