> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noqa.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Apps

> Manage your iOS and Android applications in the Dashboard: add, configure, and organize apps for automated testing.

To add a new app, find your app in the search bar or add it manually by providing the following identifiers:

* **name** — The name of your app (e.g., "MyApp")
* **bundle\_id** (iOS) or **package\_name** (Android) — The Bundle Identifier for iOS (e.g., "com.example.myapp") or Package Name for Android (e.g., "com.example.myapp")
* **app\_store\_id** (iOS) — The App Store ID of your application (numeric, e.g., "1234567890"). Optional, needed only if your iOS app is published on the App Store or TestFlight.
* **play\_store\_id** (Android) — The Google Play Store app ID. Optional, needed only if your Android app is published on Google Play.

These identifiers are required to properly configure and run tests.
