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

# Introduction

> Overview of blocks for formatting, structuring and managing your documents

This page lists all blocks available in there.do documents.

## Format

<CardGroup cols={2}>
  <Card title="Document title" icon="heading" href="/features/document/blocks/document-title">
    Name the document, with an optional tagline and subtitle.
  </Card>

  <Card title="Headings" icon="heading-1" href="/features/document/blocks/headings">
    Structure the document with heading levels and automatic numbering.
  </Card>

  <Card title="Images" icon="image" href="/features/document/blocks/images">
    Create galleries, adjust layout and export media.
  </Card>

  <Card title="Callout" icon="rectangle-horizontal" href="/features/document/blocks/callout">
    Create a visual block with colour, icon and appearance options.
  </Card>

  <Card title="Table of contents" icon="book" href="/features/document/blocks/table-of-contents">
    Generate an automatic summary based on the document's headings.
  </Card>

  <Card title="Table" icon="table" href="/features/document/blocks/table">
    Organise data in rows and columns with formatting options.
  </Card>

  <Card title="Columns" icon="columns-2" href="/features/document/blocks/columns">
    Lay out content in two columns with configurable alignment.
  </Card>

  <Card title="Page break" icon="scissors" href="/features/document/blocks/page-break">
    Force a page break at a specific point when exporting to PDF.
  </Card>

  <Card title="Horizontal rule" icon="minus" href="/features/document/blocks/horizontal-rule">
    Insert a dividing line to visually structure the document.
  </Card>

  <Card title="Lists" icon="list" href="/features/document/blocks/lists">
    Use bullet points, numbering and checklists as needed.
  </Card>

  <Card title="Quote" icon="quote" href="/features/document/blocks/quote">
    Highlight an excerpt, a decision or a key instruction.
  </Card>
</CardGroup>

## Business blocks

<CardGroup cols={2}>
  <Card title="Attendance" icon="users" href="/features/document/blocks/attendance">
    Track participants, groups and attendance information.
  </Card>

  <Card title="Tasks" icon="list-todo" href="/features/document/blocks/tasks">
    Manage an action log with status, dates, sorting and archiving.
  </Card>

  <Card title="Progress tracking" icon="chart-column" href="/features/document/blocks/progress">
    Visualise progress over time with a List or Table view.
  </Card>

  <Card title="Quantity" icon="chart-column-big" href="/features/document/blocks/quantity">
    Track dated quantities, useful for workforce counts by company.
  </Card>

  <Card title="Meeting" icon="calendar-clock" href="/features/document/blocks/meeting">
    Display the next meeting and offer calendar integration.
  </Card>

  <Card title="Signature" icon="signature" href="/features/document/blocks/signature">
    Collect signatures and track the document's signing status.
  </Card>

  <Card title="Notes" icon="sparkles" href="/features/document/blocks/notes">
    Drop notes in and apply a targeted AI instruction.
  </Card>
</CardGroup>
