# Card Link

A clickable card that navigates when clicked. Title, optional description, and a button label — the whole card is a link.

Use Card Link for dashboard quick-access tiles and any place where a tappable, titled tile is the right unit of UI.

![Card Link tile with title, description, and a hover-state button — used as a dashboard quick-access tile](/files/Qo3MJvA9OycTeBAzfuk4)

## Available in

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

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

## When to use

* Dashboard quick-access tiles ("Place Order", "EOD Reports", "Customer Lookup").
* Workflow landing pages where the user picks one of several next actions.
* Any place where the entire card surface should be a navigation target.

For non-interactive descriptive cards, use **Card**. For action buttons (no card surrounding), use **Action Button**.

## Settings

| Setting          | Description                                                                   |
| ---------------- | ----------------------------------------------------------------------------- |
| **Link**         | The destination URL when the card is clicked. Default: `https://example.com`. |
| **Title**        | The card title.                                                               |
| **Description**  | Optional supporting text below the title.                                     |
| **Button Label** | Text shown on the in-card button. Default: *Open*.                            |

## How it works

The whole card is wrapped in an anchor tag pointing at **Link**. Clicking anywhere on the card navigates.

The card has a fixed width of 350px and shows a subtle hover shadow to indicate interactivity.

{% hint style="info" %}
Use Card Links inside a **Grid** with 3 or 4 columns for clean dashboard tile layouts. The 350px width lines up nicely with most grid configurations.
{% endhint %}

## Examples

**Dashboard launcher.** Grid with 4 columns, eight Card Links — *Place Order*, *Pay Invoice*, *Customers*, *Reports*, *EOD*, *Settings*, *Help*, *Profile*. Each links to its workflow page.

**Cashier landing.** Three Card Links across the top — *New Sale*, *Pay Invoice*, *EOD Close-out* — with descriptive subtitles.

## 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</strong></td><td>The non-clickable variant for descriptive content.</td><td><a href="/pages/CL25ytWkdJL9JVqPKkg2">/pages/CL25ytWkdJL9JVqPKkg2</a></td></tr><tr><td><strong>Action Button</strong></td><td>For action triggers without a card surface.</td><td><a href="/pages/eJnsvUn6cKd9Lt95bP9b">/pages/eJnsvUn6cKd9Lt95bP9b</a></td></tr><tr><td><strong>Grid</strong></td><td>The most common parent for Card Link tile layouts.</td><td><a href="/pages/6hDoUEHW1NxUqQ5to1CJ">/pages/6hDoUEHW1NxUqQ5to1CJ</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-link.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.
