> For the complete documentation index, see [llms.txt](https://docs.appetize.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appetize.io/platform/app-management/running-apps.md).

# Running Apps

## Features

<figure><img src="/files/zxfm3PrMWKbgeGBoHqNY" alt=""><figcaption><p>App page</p></figcaption></figure>

Appetize provides an out-of-the-box App page that provides easy access to:

* Different Supported [Devices and OS Versions](/features/devices-and-os-versions.md).
* Debugging features:
  * [Automation Recorder](/features/ui-automation.md)
  * [Network Traffic Monitor](/features/network-traffic-monitor.md)
  * [Debug Logs](/features/debug-logs.md)
  * [Adb Tunnel](/features/advanced-features/android/adb-tunnel.md) (Android Only)
* Device toolbar:

  * Home/Lock buttons
  * Biometry
  * Light/Dark mode
  * Rotate the device
  * Change Location
  * Switch between supported languages
  * Shake device
  * Font Scale
  * Add Media
  * Save screenshots
  * Toggle soft keyboard

  <figure><img src="/files/cKxzY15lMIAlFrFuvf6m" alt=""><figcaption><p>Device Toolbar</p></figcaption></figure>
* Support for all [Query Parameters](/platform/query-params-reference.md) to fully customize your experience.

<figure><img src="/files/IcS9BEA21MLFrgSWyvpO" alt=""><figcaption><p>Easily switch devices, enable debugging features and more.</p></figcaption></figure>

## Accessing your App Page

#### Latest Build

You can access the latest build associated with your app by making use of your app identifier and platform in the URL e.g.

{% code overflow="wrap" %}

```url
https://appetize.io/apps/{platform}/{appId}
```

{% endcode %}

Alternatively you can go to your [Apps](https://appetize.io/apps) page and click **play** on the app you want to run.

#### Specific Build

You can access a specific build of your app by making use of your buildId (or previously known as publicKey) in the URL e.g.

```
https://appetize.io/app/{buildId}
```

{% hint style="info" %}
If you are still using our v1 API, the buildId and the publicKey will be interchangeable e.g.

```
https://appetize.io/app/{publicKey|buildId}
```

{% endhint %}

Alternatively you can go to your [Apps](https://appetize.io/apps) page and select the App with which the build is associated. From here you can access the individual builds as explained [here](/platform/app-management/listing-apps.md#app-builds-page).
