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

# Overview

> Property types that embed rich communication surfaces on a record.

## Communication properties

Communication properties attach a rich, collaborative surface to a record
instead of a simple scalar value. A
[Spreadsheet](/data/properties/communication/spreadsheet) property embeds a
live spreadsheet, and a [Whiteboard](/data/properties/communication/whiteboard)
property embeds a free-form drawing canvas. Both stored with the record and
editable in real time.

Use these when a record needs working space: a planning grid, a diagram, a
shared sketch, rather than a single typed field. They render inline on the
record and persist alongside its other properties.

<CardGroup cols={2}>
  <Card title="Spreadsheet" icon="table-cells" href="/data/properties/communication/spreadsheet">
    An embedded spreadsheet attached to a record.
  </Card>

  <Card title="Whiteboard" icon="chalkboard" href="/data/properties/communication/whiteboard">
    A free-form drawing canvas attached to a record.
  </Card>
</CardGroup>


## Related topics

- [Overview](/data/properties/common/overview.md)
