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

# Web Interface

> Create tasks and visually inspect output quality without writing any code

The Chunkr web interface provides an intuitive way to test document processing, and evaluate output quality - all without writing a single line of code.

Use the dashboard to visually inspect parsing accuracy, verify extraction results, and see exactly how your documents are being processed.

## Creating and Viewing Tasks

Follow these steps to create an extract task and explore the interactive viewers.

<Steps>
  <Step title="Start from the Dashboard">
    When you first visit the [Chunkr dashboard](https://app.chunkr.ai), you'll see the **Tasks** tab with welcome text and a call-to-action. This is where all your tasks - whether created via the UI or API - will appear.

    Click the **Create Task** button to get started.

    <img src="https://mintcdn.com/lumina-53fcea44/yRc36sZAzbhE6z9a/assets/web-interface/step-1.png?fit=max&auto=format&n=yRc36sZAzbhE6z9a&q=85&s=f380fd7aced0228ea51a7837f066dfe1" alt="Dashboard" width="3010" height="1690" data-path="assets/web-interface/step-1.png" />
  </Step>

  <Step title="Create an Extract Task">
    Walk through the task creation workflow to extract structured data from your document:

    <img src="https://mintcdn.com/lumina-53fcea44/yRc36sZAzbhE6z9a/assets/web-interface/step-2.gif?s=cb00226d6fa9121cb600533a4432b916" alt="Extract Task" width="1924" height="1080" data-path="assets/web-interface/step-2.gif" />
  </Step>

  <Step title="Submit and View Tasks">
    Click **Process Documents** to begin processing. You'll be automatically redirected to the **Tasks** tab where a task table appears showing:

    * **Two tasks in Processing state**: a Parse task (for document segmentation) and an Extract task (for structured data extraction)
    * Chunkr automatically creates both tasks when you submit an Extract request

    Once your tasks complete, click any row in the table to open the corresponding viewer.

    <img src="https://mintcdn.com/lumina-53fcea44/yRc36sZAzbhE6z9a/assets/web-interface/step-3.png?fit=max&auto=format&n=yRc36sZAzbhE6z9a&q=85&s=fdccd177670a9bac1901bb9e708539f5" alt="Submit and View Tasks" width="3010" height="1690" data-path="assets/web-interface/step-3.png" />
  </Step>

  <Step title="Explore Results in Specialized Viewers">
    Once processing completes, click on any task row to explore your results in purpose-built viewers designed for quality inspection:

    <img src="https://mintcdn.com/lumina-53fcea44/yRc36sZAzbhE6z9a/assets/web-interface/step-4.gif?s=7526df5674ab62091e382999bb8f99a2" alt="Explore Results in Specialized Viewers" width="1924" height="1080" data-path="assets/web-interface/step-4.gif" />
  </Step>
</Steps>

## Additional Features

The web interface also provides tools to manage your account:

* **Manage API keys**
* **Usage**: Monitor your document processing usage and limits
* **Billing**: Manage your subscription and payment methods

## Why use this?

The Chunkr dashboard is perfect for:

* **Testing before integration**: Try different documents/tasks and see results immediately
* **Quality assurance**: Visually verify parsing and extraction accuracy
* **Troubleshooting**: Identify processing issues

## Next Steps

<CardGroup cols={2}>
  <Card title="Quickstart Guide" icon="rocket" href="/pages/get-started/quickstart">
    Get started in under 2 minutes
  </Card>

  <Card title="API Reference" icon="code" href="/api-references">
    Powerful Python and Typescript libraries
  </Card>

  <Card title="Parse" icon="crop-simple" href="/pages/features/parse/overview">
    Turn any document into LLM-ready data. Markdown, bounding boxes, etc.
  </Card>

  <Card title="Extract" icon="brackets-curly" href="/pages/features/extract/overview">
    Auto-fill custom schemas. Citations, confidence scores, structured JSON.
  </Card>
</CardGroup>
