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

# qatech applications

> List the applications in your QA.tech project.

Lists every application in the project with its short ID and type (web or mobile). Use the short ID with [`qatech environments`](/cli/commands/environments) or with `--application-overrides` on [`qatech run`](/cli/commands/run) and [`qatech chat`](/cli/commands/chat).

## Usage

```bash theme={null}
qatech applications [options]
```

## Options

| Flag              | Short | Description                  |
| ----------------- | ----- | ---------------------------- |
| `--json`          | `-j`  | Machine-readable output      |
| `--api-key <key>` |       | Per-command API key override |
| `--help`          | `-h`  | Show command help            |

## Examples

```bash theme={null}
qatech applications
qatech applications --json
```

## Sample output

```text theme={null}
Applications:

  My Web App (app-myapp_Abc123) - web
  My Mobile App (app-mymobile_Def456) - mobile
```
