> For the complete documentation index, see [llms.txt](https://docs.verygoodsecurity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verygoodsecurity.com/cmp/platform/overview/cmp-dashboard.md).

# CMP Dashboard

The [**CMP Dashboard**](https://dashboard.verygoodsecurity.com/cmp) is a front-end experience available to both existing and prospective CMP clients. Launched in June 2025, the CMP dashboard enables users to [create Sandbox CMP tenants](/cmp/platform/getting-started.md#create-a-sandbox-account-through-the-cmp-dashboard-preferred), view credential data, manage Organizations and users, and more.

### Key Services of the CMP Dashboard <a href="#key-services-within-cmp" id="key-services-within-cmp"></a>

* **Payment Credentials Search**: Search for specific Credential Objects by Card ID

<figure><img src="/files/yWK4tB6IXJve07XbNb1Y" alt=""><figcaption></figcaption></figure>

* **Payment Credentials Details**: Isolate specific credentials and view granular credential data, service-related data, and credential attributes.

<figure><img src="/files/rVIIVS8dnh5NbGrwPzZp" alt=""><figcaption></figcaption></figure>

* **Settings**: View the current configuration settings of your Sandbox and Live CMP tenants

<figure><img src="/files/vqbjxOS1kX9mBfgbhpCe" alt=""><figcaption></figcaption></figure>

* **Create Sandbox Tenants**: Use self-service account creation options to create new, preconfigured Sandbox tenants and quickly begin exploring CMP capabilities.

<figure><img src="/files/1MCXdyN7QNQHGZu6aQeD" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/KXapsinjFhsFj6EhvjbI" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note: The CMP Dashboard is an **evolving product**. It currently exists as a companion experience to the original VGS dashboard, the [Vault Dashboard](/vault/readme/vault-dashboard.md). \
\
As of 2025, some technical capabilities CMP users require to utilize the full breadth of CMP services are housed in the Vault Dashboard experience. Please note that some CMP activities will require navigation across dashboards until all capabilities are consolidated into a single experience.&#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.verygoodsecurity.com/cmp/platform/overview/cmp-dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
