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

# Data Canvas Templates

> Data Table, Chart, Text Cards, and Structured Doc.

Four canvas templates for structured data and document output.

## Data Table

Structured tabular data. Clean columns, clean rows.

**Best for:** Financial metrics, competitive data sets, structured lists that need more than markdown.

**How to trigger:**

```text theme={null}
Create a data table comparing our three pricing tiers against HubSpot's.
```

```text theme={null}
Here's our Q1 data: [paste data]. Format it as a data table.
```

***

## Chart

Line, bar, or area chart. Rendered with actual data.

| Chart type | Best for                                         |
| ---------- | ------------------------------------------------ |
| Line       | Trends over time (revenue, signups, reply rates) |
| Bar        | Comparisons (metrics across categories, cohorts) |
| Area       | Cumulative trends (pipeline growth, total leads) |

**Data source:** You provide the numbers, or Ultron pulls from Stripe/CRM if connected.

**How to trigger:**

```text theme={null}
Chart my monthly revenue for Q1 2026: Jan $28K, Feb $34K, Mar $41K.
```

```text theme={null}
Bar chart: reply rates by email template. Template A: 14%, B: 8%, C: 11%.
```

***

## Text Cards

Card grid for lists, frameworks, or options that need more visual weight than bullet points.

**Best for:** Feature lists. Framework steps. Pricing objection handlers. Option comparisons. Key takeaways from research.

**How to trigger:**

```text theme={null}
Create text cards for the 5 most common objections we face and how to handle each.
```

***

## Structured Doc

Full document format: proposal, memo, report, or executive summary.

**Sections:** Cover, Executive summary, Body sections (each with header and content), Appendix (optional)

**Best for:** Client proposals. Board memos. Investor updates. Partner briefs. Any output that needs to look like a professional document.

**How to trigger:**

```text theme={null}
Create a proposal doc for Acme Corp: 3-month implementation, $4,500/month, including onboarding and dedicated support.
```

```text theme={null}
Write a board memo on our Q1 results and Q2 priorities.
```
