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

# Create AI View

> Build a chart, table or mini dashboard from the output of one or more earlier steps, generated and versioned by AI.

The **Create AI View** step builds a visualization — a chart, a table, or a small dashboard — from the output of steps earlier in the pipeline. Unlike the other output steps, it can draw on **several** prior steps at once.

## Configuration

<Frame>
  <img src="https://mintcdn.com/alphacastio/ttF_U-V9HDrmrPbo/images/steps/ai-visualization-inputs.png?fit=max&auto=format&n=ttF_U-V9HDrmrPbo&q=85&s=82508932b3e71707abe0849329c8b2a9" alt="AI View with a data source selected, the suggestion chat, and the generated dashboard" width="2686" height="1350" data-path="images/steps/ai-visualization-inputs.png" />
</Frame>

| Field        | Description                                                                                         |
| ------------ | --------------------------------------------------------------------------------------------------- |
| Data sources | One or more earlier steps whose output feeds the view, added as **Data source 1**, **2** and so on. |
| Version      | AI views are versioned and named — `v1 · EMBI Dashboard`. Pick which version this step renders.     |

## Building a view

You can describe the view you want in the prompt, or press **Suggest views** and let Alphacast propose options based on the data it loaded. Suggestions arrive as **Recommended charts**, one flagged **BEST FIT**, each with a **Use this** button that generates the final view.

The prompt also accepts **Attach image** and **Capture current view**, so you can point at a reference design or iterate on what is already rendered.

## What it produces

Despite the name, the output is not limited to a single chart. A view can be a small dashboard combining stat tiles, filter chips and charts — the example above pairs a "top risk mover" tile with country filters and a historical spreads chart.

## Multiple inputs

This is what distinguishes the step from [Create a Chart](/steps/chart-data) and [Create a Table](/steps/table-view), which both work on the single stream of data reaching them. An AI View can combine, say, a monthly series from one branch and a summary table from another into one view — without merging them into a single dataset first.

<Note>
  Large inputs are sampled for rendering — the view reports how many rows it drew from how many loaded. Read the footer before concluding a chart shows the full history.
</Note>

<Warning>
  Every input must be a step whose output has actually been materialized. If you select a step that hasn't run, the view fails with a message naming the input — run the input step first, or pick a different one.
</Warning>

<Note>
  The step requires both a view and a selected version before it will run. Adding it without configuring it stops the pipeline rather than passing through silently, unlike most other steps.
</Note>

## Next steps

<CardGroup cols={2}>
  <Card title="Create a Deck of views" icon="rectangle-list" href="/steps/deck-view">
    Multiple views with shared filters, for dashboards.
  </Card>

  <Card title="Create a Chart" icon="chart-simple" href="/steps/chart-data">
    A single chart from the current data.
  </Card>
</CardGroup>
