---
title: Debug dashboard customization
description: Use a debug option in any Velocity template for exploring available information in the Velocity Context.
component: pingdirectory
version: 9.3
page_id: pingdirectory:pingdatametrics_server_administration_guide:pd_met_debug_dashboard_cust
canonical_url: https://docs.pingidentity.com/pingdirectory/9.3/pingdatametrics_server_administration_guide/pd_met_debug_dashboard_cust.html
revdate: September 13, 2023
---

# Debug dashboard customization

Use a debug option in any Velocity template for exploring available information in the Velocity Context.

This information includes the servers that are monitored and the metrics that are available. This option is included in the `ldap-dashboard` and `demo-dashboard` files:

```
## Uncomment this to have a window popup with detail of what's in the Velocity
Context.
##parse("_debug.vm")
##debug()
```

See [Velocity templates](pd_met_velocity_templates.html) for more information.
