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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.appetize.io/platform/app-management/running-apps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
