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

# File Attachments

> Attach files to tasks for Claude to reference

File attachments let you upload files directly to a task. These files are included in Claude's prompt as additional context.

<Frame>
  <img src="https://mintcdn.com/bahri/LhHfZeA1RQn4U7C6/images/feature-attachments.svg?fit=max&auto=format&n=LhHfZeA1RQn4U7C6&q=85&s=5ad50f50b2914af1449cbd82c358a32b" alt="File Attachments" width="900" height="260" data-path="images/feature-attachments.svg" />
</Frame>

## Use Cases

<Columns cols={2}>
  <Card title="Design Specs" icon="image">
    Attach mockups, wireframes, or screenshots for Claude to reference when building UI.
  </Card>

  <Card title="Data Samples" icon="table">
    Include CSV files, JSON samples, or API response examples.
  </Card>

  <Card title="Documentation" icon="file">
    Attach spec documents, requirements, or architecture diagrams.
  </Card>

  <Card title="Error Logs" icon="bug">
    Upload log files or stack traces for bugfix tasks.
  </Card>
</Columns>

## How It Works

<Steps>
  <Step title="Open a task">
    Click on any task card to open the detail view.
  </Step>

  <Step title="Upload files">
    Use the attachment section to upload one or more files. Files are stored in Claude Board's data directory.
  </Step>

  <Step title="Claude receives them">
    When the agent starts, attached files are included in the prompt. Claude can read their contents as part of the task context.
  </Step>
</Steps>

## Supported Files

Attachments work best with text-based files that Claude can read directly:

* Source code files (`.js`, `.py`, `.ts`, etc.)
* Data files (`.json`, `.csv`, `.yaml`)
* Documents (`.txt`, `.md`)
* Images (`.png`, `.jpg`) — included as visual context

<Note>Large binary files are stored but may not be useful as prompt context. Keep attachments focused and relevant to the task.</Note>

## Managing Attachments

* Attach files when creating a task or from the task detail view
* Remove attachments by clicking the delete icon next to each file
* Attachments are deleted when the task is deleted
