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

> Mobilerun is a powerful framework that enables you to control Android and iOS devices through intelligent LLM agents. Build sophisticated mobile automation workflows with natural language commands.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/framework/quickstart">
    Get up and running with Mobilerun in minutes
  </Card>

  <Card title="Guides" icon="code" href="/framework/guides/overview">
    View Templates for example Use Cases
  </Card>

  <Card title="Agent Architecture" icon="bot" href="/framework/concepts/architecture">
    Understand the hierarchical agent system
  </Card>

  <Card title="SDK Reference" icon="book" href="/framework/sdk/reference">
    Explore the complete API documentation
  </Card>
</CardGroup>

## Core Features

Learn about the powerful features that make Mobilerun a comprehensive mobile automation framework. These capabilities enable you to build sophisticated, production-ready automation workflows.

<CardGroup cols={2}>
  <Card title="Structured Output" icon="table" href="/framework/features/structured-output">
    Extract typed data with Pydantic
  </Card>

  <Card title="Credential Management" icon="shield-check" href="/framework/features/credentials">
    Store and manage API keys securely
  </Card>

  <Card title="App Cards" icon="id-card" href="/framework/features/app-cards">
    Provide app-specific guidance
  </Card>

  <Card title="Custom Tools" icon="wrench" href="/framework/features/custom-tools">
    Extend capabilities with custom functions
  </Card>
</CardGroup>

## Runtime

Choose your preferred environment for running Mobilerun automations, from local physical devices to cloud-based solutions.

<CardGroup cols={2}>
  <Card icon="smartphone" title="Physical Device" href="/framework/guides/device-setup" arrow>
    * Connect your own physical Android device for direct automation
  </Card>

  <Card icon="cloud" title="Cloud Environment" href="https://cloud.mobilerun.ai">
    * Access our managed cloud environment for instant mobile app automation without any setup.
  </Card>
</CardGroup>
