> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloudthinker.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Actionable Dashboards

> Transform raw data into actionable dashboards instantly with CloudThinker on AWS

## **The evolution of data visualization in cloud operations**

Traditional BI platforms were designed for slow-changing data and long reporting cycles. However, modern cloud environments operate at a high velocity where infrastructure scales dynamically and performance shifts in minutes. This speed demands visualization capabilities that match the pace of change, providing instant visibility into system patterns and resource utilization. Beyond speed, the challenge is accessibility—traditional visualization is often siloed among specialists, creating significant organizational bottlenecks.

## **Challenges with traditional reporting workflows**

**Manual delays**: Reports require SQL writing, data export, visualization configuration, and review cycles by completion, data represents historical rather than current state

**Siloed expertise**: Business teams depend on DBAs or analysts with competing priorities and limited capacity, limiting iterative exploration

**Cross-system correlation**: Modern applications span multiple databases and AWS services (RDS, Cost Explorer, CloudWatch, custom databases), each requiring different credentials, query languages, and export formats consuming hours or days of specialist time

## **Solution: CloudThinker's agentic approach to data visualization**

CloudThinker uses specialized AI agents that understand natural language and technical infrastructure, delivering dashboards in minutes. This approach breaks down traditional silos by automatically gathering data from across your entire ecosystem—without requiring users to know which systems to query or how to correlate the information.

## **Implementing ad-hoc visualization with CloudThinker**

CloudThinker provides secure, read-only access across your entire cloud environment, turning natural language prompts into precise, actionable dashboards instantly.

### **Intelligent Agent Capabilities**

Instead of manual configuration, CloudThinker's agents automatically map your requests to the relevant data, providing expertise across three core areas:

* **Performance & Health:** Instantly analyze system metrics and workload efficiency to pinpoint bottlenecks and maintain peak performance.
* **Resource & Cost Operations:** Gain deep visibility into utilization patterns and spending trends to ensure your entire ecosystem remains cost-effective.
* **Cross-Domain Intelligence:** Connect the dots across your technical stack, correlating performance data with operational impact for a truly holistic view.

With CloudThinker, you no longer need to worry about where your data lives. Simply describe the insight you need, and the agents handle the complexity to deliver the results.

### **Mastering perception commands and prompt patterns**

CloudThinker uses three primary perception commands. Here are proven prompt templates for each:

**AWS Cost Analysis:**

```
@alex #dashboard

Generate a comprehensive AWS cost dashboard analyzing the period [start_date] to [end_date].

Include:
- Monthly spending trends by service with MoM growth rates
- RDS Aurora and DocumentDB cost breakdown (compute, storage, I/O, backup)
- Top 10 cost drivers and their utilization patterns
- Reserved Instance vs On-Demand cost comparison
- Cost anomalies and unexpected spending spikes
- Cost optimization opportunities with estimated savings

Segment by: [cost allocation tags like environment, team, or application]
```

<Frame>
  <img src="https://mintcdn.com/cloudthinker/0IKJjKZJEIROke98/images/use-cases/actionable-dashboards/01-aws-cost-dashboard.jpg?fit=max&auto=format&n=0IKJjKZJEIROke98&q=85&s=4ac5b1a42bb6b60a8095714d3da51b39" alt="AWS cost dashboard with spending trends and cost drivers" width="2238" height="1262" data-path="images/use-cases/actionable-dashboards/01-aws-cost-dashboard.jpg" />
</Frame>

<p style={{textAlign: 'center', fontSize: '0.9em', color: '#666', marginTop: '8px'}}>AWS cost dashboard with spending trends and cost drivers</p>

**Cross-Domain Database & Infrastructure Analysis:**

```
@anna dashboard

Create an integrated operational dashboard correlating database performance with infrastructure costs for [time_period].

Analyze:
- Aurora and DocumentDB query performance metrics
- AWS resource utilization and spending patterns
- Correlation between database load and compute/storage costs
- Impact of database performance issues on overall infrastructure spending
- Recommendations for optimizing both performance and cost efficiency

Context: [describe recent changes, migrations, or specific concerns]
```

<Frame>
  <img src="https://mintcdn.com/cloudthinker/0IKJjKZJEIROke98/images/use-cases/actionable-dashboards/02-database-infrastructure-dashboard.jpg?fit=max&auto=format&n=0IKJjKZJEIROke98&q=85&s=948166dc5e93d68dce7ae76ce7ab9061" alt="Database and infrastructure correlation dashboard showing performance and cost metrics" width="1672" height="1480" data-path="images/use-cases/actionable-dashboards/02-database-infrastructure-dashboard.jpg" />
</Frame>

<p style={{textAlign: 'center', fontSize: '0.9em', color: '#666', marginTop: '8px'}}>Database and infrastructure correlation dashboard</p>

#### **Chart Command Patterns**

The chart command generates focused visualizations for specific analyses:

**Aurora Query Performance Time-Series:**

```
@tony chart

Display a time-series chart showing query execution time trends for Aurora cluster [cluster-identifier] over the past [time_period].

Parameters:
- Group by: [hour/day/week]
- Metrics: p50, p95, p99 query latency
- Separate lines for: read queries vs write queries
- Highlight: queries exceeding [threshold]ms
- Overlay: Aurora version upgrades or configuration changes

Filter: [specific databases or query patterns if needed]
```

<Frame>
  <img src="https://mintcdn.com/cloudthinker/0IKJjKZJEIROke98/images/use-cases/actionable-dashboards/03-aurora-query-performance-chart.jpg?fit=max&auto=format&n=0IKJjKZJEIROke98&q=85&s=7eda15a3292201adb072763cae9f3997" alt="Aurora query performance time-series chart with p50, p95, p99 latency metrics" width="1678" height="1254" data-path="images/use-cases/actionable-dashboards/03-aurora-query-performance-chart.jpg" />
</Frame>

<p style={{textAlign: 'center', fontSize: '0.9em', color: '#666', marginTop: '8px'}}>Aurora query performance time-series chart</p>

**Parameterized Templates for Recurring Analysis:**

Create reusable templates for common investigations:

```
Template: database_performance_review
Agent: @tony
Command: dashboard

Create a performance dashboard for Aurora cluster {cluster_id} covering {time_period}.

Include:
- Slow query analysis (queries exceeding {latency_threshold}ms)
- Resource utilization trends (CPU, memory, IOPS)
- Replica lag monitoring
- Connection pool health

Compare against baseline: {comparison_period}
Alert on: queries exceeding p95 latency of {latency_threshold}ms

Usage example:
database_performance_review
 cluster_id=production-aurora-cluster
 time_period="past 7 days"
 comparison_period="previous 30 days"
 latency_threshold=200
```

<Frame>
  <img src="https://mintcdn.com/cloudthinker/0IKJjKZJEIROke98/images/use-cases/actionable-dashboards/04-performance-review-template.jpg?fit=max&auto=format&n=0IKJjKZJEIROke98&q=85&s=d99f4fd1f4406daf2cfbbe70c18f5b1a" alt="Performance review dashboard template for Aurora cluster analysis" width="1682" height="1074" data-path="images/use-cases/actionable-dashboards/04-performance-review-template.jpg" />
</Frame>

<p style={{textAlign: 'center', fontSize: '0.9em', color: '#666', marginTop: '8px'}}>Performance review dashboard template</p>

```
Template: cost_anomaly_investigation
Agent: @alex
Command: report

Investigate cost anomaly for {service_name} on {date}.

Analysis:
- Compare costs to 7-day average and 30-day average
- Break down by cost component (compute, storage, I/O, data transfer)
- Correlate with resource utilization changes
- Identify specific resources driving the increase
- Provide cost impact quantification

Recommend: Immediate actions to mitigate ongoing cost increases

Usage example:
cost_anomaly_investigation
 service_name="Amazon RDS"
 date="2024-01-15"
```

## **Comparing CloudThinker with traditional business intelligence approaches**

| Dimension                  | Traditional BI Platforms                                               | CloudThinker                                                            |
| -------------------------- | ---------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| **Time to Insight**        | **Hours to Days:** Requires ETL, pipelines, and manual design.         | **2–5 Minutes:** Instant dashboards from natural language questions.    |
| **Required Expertise**     | **Specialized:** Requires SQL, schema knowledge, and BI tool training. | **Universal:** Natural language only; accessible to all stakeholders.   |
| **Context & Intelligence** | **Static:** Displays raw metrics; requires manual interpretation.      | **Diagnostic:** Explains root causes and provides actionable advice.    |
| **Cross-System Analysis**  | **Siloed:** Manual synthesis required across different data sources.   | **Unified:** Automatically correlates data across the entire ecosystem. |
| **Monitoring Model**       | **Reactive:** Periodic reports with visibility gaps between cycles.    | **Proactive:** Continuous monitoring with real-time anomaly detection.  |
| **Accessibility**          | **Bottlenecked:** Dependent on technical teams and request queues.     | **Democratized:** Self-service access for any team member.              |
| **Iteration Speed**        | **Slow:** Follow-up questions require new development cycles.          | **Rapid:** Iterative exploration and refinement in minutes.             |
| **Infrastructure**         | **Heavy:** Requires warehouses, ETL pipelines, and maintenance.        | **Light:** SaaS-based; connects directly to existing accounts.          |
| **Cost Structure**         | **High:** Licensing, infra costs, and high specialist headcount.       | **Efficient:** Subscription-based; reduces infra and labor overhead.    |
| **Deployment Time**        | **Months:** Extensive modeling and integration phases.                 | **Minutes:** Immediate setup without data modeling.                     |

## What's Next

<CardGroup cols={2}>
  <Card title="Cost Analytics" icon="chart-line" href="/guide/cost-optimization/analytics">
    Dive deeper into cloud spend trends, forecasts, and cost attribution analysis
  </Card>

  <Card title="Infrastructure Analytics" icon="chart-mixed" href="/guide/infrastructure/analytics">
    Correlate performance, cost, and reliability signals across all connected clouds
  </Card>

  <Card title="CloudKeepers" icon="radar" href="/guide/infrastructure/cloudkeepers">
    Set up autonomous pilots to continuously monitor cost and security guardrails
  </Card>

  <Card title="Language Reference" icon="code" href="/guide/language">
    Master the full `@agent #tool` syntax for building effective dashboards
  </Card>
</CardGroup>
