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

> From your iPhone or iPad, track training runs, review console logs, view line plots, search project panels with regular expressions, and explore your W&B Models projects.

<Columns cols={4}>
  <Frame>
    <img src="https://mintcdn.com/wb-21fd5541/XPXC1BFyZbgpU38S/images/mobile-app/project-panels.png?fit=max&auto=format&n=XPXC1BFyZbgpU38S&q=85&s=22c38cd9e56f061496b4385e47915d2f" 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/oQaBcaUEK1oEBF0E/images/mobile-app/manage-alerts.png?fit=max&auto=format&n=oQaBcaUEK1oEBF0E&q=85&s=b0803f2c5e35ee648f33b694596e8972" 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/oQaBcaUEK1oEBF0E/images/mobile-app/projects.png?fit=max&auto=format&n=oQaBcaUEK1oEBF0E&q=85&s=16d4b5344d2d128f394187cbe7ace6cd" 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/XPXC1BFyZbgpU38S/images/mobile-app/project-runs.png?fit=max&auto=format&n=XPXC1BFyZbgpU38S&q=85&s=edf585637011747c4cc70f1403b371e1" 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. From your iPhone or iPad, track training runs and read run logs in real time, view line plots, explore project histories, and follow your team's progress.

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

## Download the app

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

## Features

* **Track training runs**: View run status, metrics, and line plots in real time.
* **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.
* **Explore project history**: Browse and search across your W\&B projects. Metric charts on **project panels** include data from **all runs** in the project, not only the latest run.
* **Search project panels**: Use the **panel search** field 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.
* **Switch teams**: Use the **team picker** to change teams. The picker uses an updated layout for quicker navigation.
* **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

You can configure notifications in two ways:

**Metric threshold alerts**

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

**Run failure alerts**

1. Navigate to a project.
2. Tap the **action (<Icon icon="ellipsis" iconType="solid" />)** menu on 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.
