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

# Versioning

Deployment URLs are versioned in this format:

`https://[APP-NAME]-[APP-ID]-[VERSION].app.beam.cloud`

### Accessing the Latest Version

The latest version of your app will always be available at the root URL. For example, by removing the `-v1` suffix, this will invoke the latest version:

```
https://multiply-712408b.app.beam.cloud
```

### Invoking Specific Versions

You can invoke specific versions of your apps by specifying the version in the app URL.

Here are some examples:

* To invoke latest: `https://multiply-712408b.app.beam.cloud`
* To invoke version `3`: `https://multiply-712408b-v3.app.beam.cloud`
* To invoke version `17`: `https://multiply-712408b-v17.app.beam.cloud`
