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

# ASSIST Studio

ASSIST Studio lets users build web applications, documents, presentations, and more from company knowledge using an AI coding agent in an isolated sandbox. Simply describe what you want, and the agent constructs the output using your indexed documents and uploaded files.

<Card title="Web Applications" icon="folder-tree" href="/development">
  Develop Next.js apps with React, shadcn/ui, and Recharts to build polished, interactive dashboards and internal tools.
</Card>

<Card title="Documents" icon="page" href="/essentials/settings">
  Produce clean reports, documents, and markdown files drawn directly from your organization's knowledge base.
</Card>

<Card title="Slides & Images" icon="presentation-screen" href="/essentials/navigation">
  Design presentations and visual content using Nano-Banana for slide creation and AI-powered image generation.
</Card>

<Card title="Knowledge Integration" icon="boxes-stacked" href="/api-reference/introduction">
  Pull from indexed documents across your connected platforms including Linear, Slack, Google Drive, Confluence, and more directly into your outputs.
</Card>

## How It Works

1. **Create a Session** — Start a new Studio session from the `/studio` route in ASSIST AI
2. **Describe What You Need** — Tell the agent what to build in plain language
3. **Watch It Build** — The agent generates your artifact using your company's knowledge
4. **Preview & Iterate** — Review the live output and request changes as needed
5. **Download** — Export your finished artifact

## What You Can Build

Studio is designed to create artifacts powered by your organization's knowledge:

* **Interactive Dashboards** — Visualize metrics and KPIs from connected data sources
* **Internal Tools** — Custom web apps tailored to specific workflows
* **Documents & Reports** — Polished outputs generated from indexed content
* **Presentations** — AI-assisted slide decks with generated visuals
* **Data Explorers** — Interactive interfaces for browsing and analyzing documents
* **Prototypes** — Rapidly prototype ideas using your existing data

## Technical Details

<Accordion title="Sandbox Environment">
  Each Studio session runs in an isolated sandbox with:

  * **Next.js** framework with React
  * **shadcn/ui** component library for polished UI
  * **Recharts** for data visualization
  * **Python environment** with NumPy, Pandas, and Matplotlib
  * Read-only access to indexed documents
  * Separate workspace per session
</Accordion>

<Accordion title="File Upload Limits">
  * Maximum file size: **50MB** per file
  * Maximum files per session: **20 files**
  * Maximum total size per session: **200MB**
  * Supported formats: CSV, JSON, PDF, images, and common code files
</Accordion>
