# Card

A basic card with a title, description, and optional icon. Use it for grouped, labelled content — feature highlights, info blocks, or section descriptors.

For clickable cards that navigate, use **Card Link**. For data-driven summaries, use **Stats**.

## Available in

* Page modules
* Order Form modules
* Catalog modules
* Dashboard modules
* Public Page modules

Card isn't available in Modal, Reports, or Navigation modules.

## When to use

* Three-up feature row on a landing page (Card / Card / Card in a Row).
* Info blocks describing a workflow or feature.
* Section headers with supporting copy and a visual icon.
* Anywhere you want a contained, titled chunk of content.

For deeper, action-oriented cards, see Card Link or Stats.

## Settings

| Setting         | Description                                                                                          |
| --------------- | ---------------------------------------------------------------------------------------------------- |
| **Title**       | The card heading.                                                                                    |
| **Description** | The supporting text below the title.                                                                 |
| **Icon**        | An icon name (Lucide). Defaults to *Feather*. Pick from the dropdown.                                |
| **Mode**        | Visual style: *Flat* (no border or shadow) or *Card* (bordered/shadowed container). Default: *Flat*. |

## How it works

The card renders as a vertical block with the icon at the top, title below it, then description.

**Flat** mode is for embedded contexts where the card is part of a larger composition. **Card** mode adds a visible boundary — useful when cards are sitting on a plain background and need definition.

{% hint style="info" %}
Three Cards in a Row produces a clean three-up feature layout. For interactive variants (where each card navigates), reach for **Card Link** instead.
{% endhint %}

## Examples

**Feature row.** Row with three Columns, each containing a Card. Title + Description + Icon describing one feature each.

**Info block.** A single Card in mode *Card* describing a workflow's purpose at the top of a Dashboard.

**Section descriptor.** A Card with no icon, mode *Flat*, used as a section intro before a Report Widget.

## Related

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Card Link</strong></td><td>The clickable variant — navigates when the card is clicked.</td><td><a href="/pages/ztoA6a8I4GQ8dvMm3Y1V">/pages/ztoA6a8I4GQ8dvMm3Y1V</a></td></tr><tr><td><strong>Stats</strong></td><td>For displaying numeric values with labels.</td><td><a href="/pages/g4CC12n7b4DsCIlgoRn0">/pages/g4CC12n7b4DsCIlgoRn0</a></td></tr><tr><td><strong>Hero</strong></td><td>For large, prominent intro sections.</td><td><a href="/pages/oLF0GvowbgafCiW5QGv6">/pages/oLF0GvowbgafCiW5QGv6</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.in8sync.com/client-admin-guide/active-workflows/getting-started/content-components/card.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
