# How to Check PCD Version?

## Problem

Get the PCD Version information.

## Environment

* Private Cloud Director - v2025.4 and Higher.
* Self-Hosted Private Cloud Director Virtualisation – v2025.4 and Higher.

## Procedure

**Using UI:**

PCD version is displayed at the **bottom of the left side panel** of the management plane UI.

**Using CLI:**

{% hint style="info" %}
`jq` binary should be present on the system used to check version.
{% endhint %}

The currently running PCD Version can also be checked through CLI with the below command:

```ruby
$ curl -s https://<PCD_FQDN>/clarity/features.json | jq .releaseVersion
```
