# Running Apps

## 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&#x26;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](https://docs.appetize.io/features/devices-and-os-versions).
* Debugging features:
  * [Automation Recorder](https://docs.appetize.io/features/ui-automation)
  * [Network Traffic Monitor](https://docs.appetize.io/features/network-traffic-monitor)
  * [Debug Logs](https://docs.appetize.io/features/debug-logs)
  * [Adb Tunnel](https://docs.appetize.io/features/advanced-features/android/adb-tunnel) (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&#x26;token=067d3af8-3fa6-4297-8595-26688bcad57e" alt=""><figcaption><p>Device Toolbar</p></figcaption></figure>
* Support for all [Query Parameters](https://docs.appetize.io/platform/query-params-reference) 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&#x26;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](https://docs.appetize.io/platform/listing-apps#app-builds-page).
