> 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/vgs-dashboard.md).

# VGS Dashboard

The [**VGS Dashboard**](https://dashboard.verygoodsecurity.com/cmp) is a front-end experience that enables users to [create Sandbox and Live tenants](/cmp/platform/getting-started.md#create-a-sandbox-account-through-the-cmp-dashboard-preferred), view credential data, view Logs, and manage Organizations, users, Routes, Certificates, Keys, and more.&#x20;

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

### Dashboard Taxonomy <a href="#key-services-within-cmp" id="key-services-within-cmp"></a>

* **Organization**: The primary entity that connects individual users and service accounts to tenants. Typically, this is the Direct Merchant or Merchant of Record (MoR).
* **Tenant**: The entity that connects the Organization and users to VGS products, services, and data. Think of the tenant as the control plane where you can fine-tune how your products work, and how users relate to those products.
  * The tenant is denoted by its identifier, the Tenant ID, which always begins with *tnt.*&#x20;
  * In the past, the terms *Vault* and *Account* have been used interchangeably to describe the tenant.&#x20;
* **User:** An individual or a service account that has been authorized access to your Organization's products, services, and/or data.&#x20;
* **Service Account**: a non-human user that has been authorized access to your Organization's products, services, and/or data.&#x20;
* **Vault**: A secure environment where sensitive data can be systematically tokenized, stored, and operated on like the original. [Learn more](https://www.verygoodsecurity.com/vault).
* **Environment**: The data layer at which the Tenant exists. An environment can be either Sandbox (meant for testing and troubleshooting) or Live (meant for Production data).

### Key Services of the VGS 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/cfhaHXez4N5nRfia4m8L" 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/5Q4YBFMVrduL7mwznApY" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/q2v4wHjejGTHBgzM8qer" 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/vMr3GsOiEEGk3ANNwoiM" alt=""><figcaption></figcaption></figure>

* **Manage Routes**

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

* **View Logs**

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

* **Manage Certificates and Keys**

<figure><img src="/files/0RdhuPdHkLjZQig89Yme" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note: The VGS Dashboard is an **evolving product**. It currently exists as a companion experience to 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/vgs-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.
