> ## 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.

# Canvas & Builder

> 30+ visual templates generated inside chat. Real data, rendered inline, exported as PDF or image.

Canvas is Ultron's visual output layer. When a text answer isn't the right format, Ultron generates a canvas — a fully rendered visual artifact that appears inline in the chat thread.

No separate builder. No new tab. No export step before you can see it. Canvases render directly in the conversation.

## 30+ templates across 5 categories

```text theme={null}
Canvas templates
├── Sales
│   ├── Sales Blueprint
│   ├── Post-Call Blueprint
│   ├── Lead Magnet
│   ├── Comparison Table
│   ├── Pricing Cards
│   └── ROI Calculator
├── Research
│   ├── SWOT Grid
│   ├── Positioning Map
│   ├── Score Card
│   ├── Radar Chart
│   └── Decision Tree
├── Content
│   ├── Content Calendar
│   ├── Carousel
│   └── Infographic
├── Operations
│   ├── Kanban Board
│   ├── Timeline
│   ├── Funnel Chart
│   ├── Metrics Dashboard
│   └── Sequence Builder
└── Data
    ├── Data Table
    ├── Chart (line / bar / area)
    ├── Text Cards
    └── Structured Doc
```

## How canvases are triggered

You can request a canvas explicitly or Ultron will suggest one when visual output is clearly better:

```text theme={null}
Create a SWOT grid for my pitch vs Salesforce.
```

```text theme={null}
Compare HubSpot, Salesforce, and Pipedrive on pricing and key features.
```

```text theme={null}
Show my pipeline as a funnel chart.
```

## Export

Every canvas has an export button. PDF for print-ready use. PNG for decks, Slack, or client-facing documents.

<CardGroup cols={2}>
  <Card title="How it works" icon="gears" href="/canvas/how-it-works">The generation pipeline from entity extraction to inline render.</Card>
  <Card title="Export" icon="file-export" href="/canvas/export">PDF and image export from any canvas.</Card>
  <Card title="Sales templates" icon="paper-plane" href="/canvas/sales">Blueprints, comparisons, ROI, lead magnets.</Card>
  <Card title="Research templates" icon="microscope" href="/canvas/research">SWOT, positioning, score cards, radar charts.</Card>
</CardGroup>
