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

# Types of artifacts

> See the artifact types the copilot supports, from documents and dashboards to diagrams, tables, web pages, code, and charts.

IdeaBoxAI supports several artifact types. The copilot picks the most appropriate type based on your request, but you can always ask for a specific one. This page lists the available types and a few things worth knowing about how they behave.

## Available types

The table below shows each type, what it's best for, and an example request.

| Type                      | Best for                                     | Example request                                    |
| ------------------------- | -------------------------------------------- | -------------------------------------------------- |
| **Document**              | Briefs, specs, reports, written content      | "Write a PRD for the Community Hub."               |
| **Dashboard**             | Metrics, KPIs, data views                    | "Show signups and activation rate this quarter."   |
| **Diagram / Flowchart**   | Processes, system maps, user flows           | "Diagram the asset-sharing permission flow."       |
| **Table / Data view**     | Structured lists, comparisons, trackers      | "Make a feature comparison table vs. competitors." |
| **Web page / UI**         | Landing pages, prototypes, interface mockups | "Prototype a settings screen for AI Agents."       |
| **Code**                  | Scripts, components, technical snippets      | "Write a script to clean this CSV."                |
| **Chart / Visualization** | Single-focus data visuals                    | "Plot revenue by month as a line chart."           |

## Things worth knowing

A few behaviours apply across all artifact types.

* **One artifact, one focus.** Each artifact is a single deliverable. If you ask for "a report and a dashboard", you typically get two separate artifacts.
* **Interactive artifacts.** Dashboards, UI prototypes, and some charts are interactive. You can filter, toggle, and click within them, not just view them.
* **Switching types.** You can ask the copilot to convert content from one type to another, for example, "turn this table into a chart".

<Note>
  Dashboards are a special, interactive artifact type. See [Build dashboards with the copilot](/copilot/artifacts/dashboards) for how to create one from your data.
</Note>
