> ## 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.

# Grid

> Card grid for visual record scanning.

## Overview

Grid renders records as cards in a responsive grid. Pick Grid when the records are visual (have an image property, an avatar, or a rich title) and the user benefits from scanning rather than reading rows.

## Configuration

| Setting           | What it does                                  |
| ----------------- | --------------------------------------------- |
| Object            | The object whose records appear (required).   |
| Saved view        | Reuse a saved view's filters and sort order.  |
| Cover image       | The image property used as each card's cover. |
| Title property    | The property shown as the card title.         |
| Subtitle property | The property shown below the title.           |
| Columns           | Override how many cards appear per row.       |

## Examples

A product catalog where each card shows the product image, name, and price. A team directory with avatar, name, and title.

## See also

* [Table](/blocks/embedded/databases/table)
* [List](/blocks/embedded/databases/list)


## Related topics

- [Modifying Components](/surfaces/components/modify.md)
- [Dashboard View](/surfaces/views/types/dashboard.md)
- [Table](/blocks/embedded/databases/table.md)
- [Blocks](/blocks/overview.md)
- [Associations](/blocks/embedded/object/associations.md)
