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

# How do I find my Prophecy version?

> Locate your current Prophecy deployment version through the UI or API

## Find in the UI

1. Open the **Settings** page.
2. Navigate to the **About** tab.
3. View your Prophecy deployment version.

## Retrieve via API

Use the Software Version API to retrieve your current Prophecy version programmatically.

Call:

```bash theme={null}
curl -s 'https://<prophecy-env-url>/athena/api/v1/cluster' | jq -r .current_version.controlplane_version
```

Response:

```text theme={null}
3.4.1.0
```
