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

# Vault Dashboard

The [Vault Dashboard](https://dashboard.verygoodsecurity.com) is a front-end experience available to existing and prospective VGS customers. The Vault Dashboard enables users to manage data connections, notifications, and vault configuration settings, create Sandbox vaults, promote Sandbox vaults to Live vaults, view vault metrics, and more.

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

* View Vault metrics and time-based reports

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

* Manage HTTP and SFTP Routes
* Build Forms for Front-end Implementation using [VGS Collect](/vault/developer-tools/vgs-collect.md)
* Review Proxy and Audit Logs
* Leverage templates for common [Routes](/vault/http-proxy/inbound-connection.md) and other data connections
* Manage [Service Accounts](/cmp/platform/authentication.md#id-1-generate-service-account), [Access Credentials](/cmp/platform/authentication.md#id-3-generate-access-credentials), [mTLS Certificates](/vault/http-proxy/mutual-tls-certificates.md), and [Webhook Notifications](/cmp/developer-resources/notifications.md)
* Manage Organization settings and User Access Controls

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

* Access enterprise platform capabilities, such as [SAML SSO](/enterprise-platform/access-management/enterprise-identity-providers/saml-2.0-configuration.md)

{% hint style="info" %}
Note: the Vault Dashboard is a companion experience to the [VGS Dashboard](/cmp/platform/overview/vgs-dashboard.md).&#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/vault/readme/vault-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.
