> 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

Get a quick preview and seamless experience of your app across multiple devices and operating systems with Appetize's user-friendly App page.

## Features

<figure><img src="https://2147444700-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJUveBCJfn0GR8-hlqi%2Fuploads%2FpPPKL3tfNvUaUPuRZtRK%2Fimage.png?alt=media&amp;token=82628e74-84ba-4625-8a12-96d28fb3ede4" 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](broken://pages/Gm30V6WlKjLSc4ey0eXF)
  * [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="https://2147444700-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJUveBCJfn0GR8-hlqi%2Fuploads%2FarG8g6gtjXAv3Ks332bZ%2Fimage.png?alt=media&amp;token=067d3af8-3fa6-4297-8595-26688bcad57e" 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="https://2147444700-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJUveBCJfn0GR8-hlqi%2Fuploads%2FOTMPOhSlUU2F4lbqgbWM%2Fimage.png?alt=media&amp;token=bfa7a8cd-3012-4cd6-a468-c1ea55ff76de" 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).
