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

# Assets

> Upload and reuse app artifacts

Assets are user-scoped app artifacts used by run.cloud simulator sessions.

```bash theme={null}
run-cloud asset push ./MyApp.tar.gz -n my-app
run-cloud asset list
run-cloud asset pull <asset-id> -o ./MyApp.tar.gz
run-cloud asset delete <asset-id>
```

Use assets when CI or an agent needs to install the same build into multiple
simulator sessions.

Accepted artifact extensions are intentionally broad, but iOS Simulator
installation works best with zipped simulator `.app` bundles or simulator
archives produced by your build system.
