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

# W&B Mobile App (iOS)

> Track training runs, review console logs, view line plots and system metrics, and explore W&B Models projects from your iPhone or iPad.

<Columns cols={4}>
  <Frame>
    <img src="https://mintcdn.com/wb-21fd5541/DowUcodxEl-E2Aph/images/mobile-app/project-panels.png?fit=max&auto=format&n=DowUcodxEl-E2Aph&q=85&s=e7e3a9fa1ef86dbb909a6ce3ea9b8c2a" alt="W&B mobile app project panel with metric charts" width="1179" height="2556" data-path="images/mobile-app/project-panels.png" />
  </Frame>

  <Frame>
    <img src="https://mintcdn.com/wb-21fd5541/DowUcodxEl-E2Aph/images/mobile-app/manage-alerts.png?fit=max&auto=format&n=DowUcodxEl-E2Aph&q=85&s=cab55f98a5f54766ffafcfcdf4065ac9" alt="W&B mobile app Manage notifications screen" width="1179" height="2556" data-path="images/mobile-app/manage-alerts.png" />
  </Frame>

  <Frame>
    <img src="https://mintcdn.com/wb-21fd5541/DowUcodxEl-E2Aph/images/mobile-app/projects.png?fit=max&auto=format&n=DowUcodxEl-E2Aph&q=85&s=20aead08802fea4d80c99e65b7e97b91" alt="W&B mobile app Projects list and team picker" width="1179" height="2556" data-path="images/mobile-app/projects.png" />
  </Frame>

  <Frame>
    <img src="https://mintcdn.com/wb-21fd5541/DowUcodxEl-E2Aph/images/mobile-app/project-runs.png?fit=max&auto=format&n=DowUcodxEl-E2Aph&q=85&s=6ef801c24c1fab509ff717d2fdcdb0f3" alt="W&B mobile app runs list for a project" width="1179" height="2556" data-path="images/mobile-app/project-runs.png" />
  </Frame>
</Columns>

The W\&B Mobile App for iOS keeps you connected to your W\&B Models projects wherever you go. Use it on your iPhone or iPad to track training runs and read run logs in real time, view line plots and system metrics, explore project histories, and follow your team's progress so you can monitor experiments without opening your laptop. This page describes the app's features and shows you how to set up notifications.

<Info>
  The mobile app is only available for [Multi-tenant Cloud](/platform/hosting/hosting-options/multi_tenant_cloud) accounts. It isn't available for [Dedicated Cloud](/platform/hosting/hosting-options/dedicated-cloud) or [Self-managed](/platform/hosting/hosting-options/self-managed) deployments.
</Info>

## Download the app

Install the app from the App Store to get started.

<Card title="Download on the App Store" href="https://apps.apple.com/us/app/6755162576" icon="apple" />

## Features

The following features are available in the mobile app.

* **Explore projects**: Browse and search across your W\&B projects.
  * **Full project history**: Metric charts on project panels include data from *all runs* in the project, not only the latest run.
  * **Star projects**: See your most important projects at a glance. Click the star icon next to a project to star it. To filter the list to only starred projects, click the **Starred** tab at the top of the list.
* **Track experiments**: View run status, metrics, and line plots for your experiments in real time.
  * **Live updates**: Charts refresh as new data arrives. The **Runs** tab and project run lists update automatically when new runs start.
  * **Run overview tab**: On each run, open the **Overview** tab for a dedicated summary of run details alongside metrics and logs. Long run config values wrap to multiple lines instead of truncating.
  * **View system metrics**: On each run, open the **Metrics** tab to view [system metrics](/models/ref/python/experiments/system-metrics) that W\&B logs automatically during training, such as GPU utilization, CPU usage, memory, disk I/O, and network traffic. System metrics appear in a collapsible **System** section alongside your logged metrics. Each metric displays as a line chart with the same tooltip and search behavior as other metrics on the tab.
  * **Mobile-optimized panel grouping**: Panels are automatically grouped by name into collapsible sections. You can collapse the ungrouped metrics section to focus on named sections. Sections are a single level (not nested), and grouping follows the same rules as [workspace panels](/models/app/features/panels) in the W\&B web app, so the layout stays consistent when you move between desktop and your phone.
  * **Star panels**: See your most important panels at a glance. When viewing a run or a project, click the star icon at the top of a panel to star it. To filter the list to only starred panels, click the **Starred** tab at the top of the list.
  * **Search panels**: When viewing a run or a project, use the **panel search** field at the bottom of the screen to filter which runs appear in each chart. You can search with [JavaScript regular expressions](https://www.w3schools.com/js/js_regexp.asp) to match patterns in run names.
  * **Chart tooltips**: On line charts, tooltips show metric values with up to four decimal places so you can read small changes accurately.
  * **Stop runs**: When viewing an in-progress run, click the **action (<Icon icon="ellipsis" iconType="solid" />)** menu, then click **Stop run**.
  * **View console logs**: View [console logs](/models/runs/view-logged-runs#logs) for active or completed runs, or download logs for completed runs. The app polls active runs for new log lines every 5 seconds. The most recent 10,000 lines display by default, and you can scroll backward to view older logs. Log search stays responsive even for large outputs.
* **Switch teams**: Use the **team picker** to change teams.
* **Stay informed**: Get updates on your experiments without opening your laptop using notifications. **Remove alerts** you no longer need from the **Notifications** tab by swiping them away.

## Set up notifications

Configure notifications to receive updates about your experiments on your mobile device. The following sections describe the two kinds of notifications you can configure.

### Metric threshold alerts

Use metric threshold alerts to get notified when a metric crosses a value you specify.

1. Navigate to a run.
2. Tap the graph to enter fullscreen view.
3. Tap the bell icon in the top right.
4. Set notifications that trigger when future runs cross the specified metric threshold.

### Run failure alerts

Use run failure alerts to get notified when runs in a project fail.

1. Navigate to a project.
2. Tap the **action (<Icon icon="ellipsis" iconType="solid" />)** menu in the top right.
3. Select **Run failed alert** to receive notifications for future run failures in that project.

The **Manage notifications** screen lists both kinds of settings in one place, with short descriptions that explain what each section controls.
