> For the complete documentation index, see [llms.txt](https://helpdesk.smaply.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.smaply.app/journey-maps/cards.md).

# Cards

Cards are the atomic content units of a journey map. Any card type can go in any lane; lane types only set the default card type for convenience.

#### Why use cards

* Capture every kind of journey content - text, images, sentiment, metrics, work items, and more - in one consistent unit
* Mix card types freely across any lane, so the grid holds exactly the content each row needs

#### In this section

* [**Add and edit cards**](/journey-maps/cards/how-to-add-and-edit-cards.md) - General flow for adding and editing cards.
* [**Stage cards**](/journey-maps/cards/how-to-use-stage-cards.md) - Label and organise the high-level phases of a journey map.
* [**Text cards**](/journey-maps/cards/how-to-use-text-cards.md) - Add and format text content.
* [**Image cards**](/journey-maps/cards/how-to-use-image-cards.md) - Add images and adjust their display.
* [**Slider cards**](/journey-maps/cards/how-to-use-slider-cards.md) - Rating or scoring cards.
* [**Icon cards**](/journey-maps/cards/how-to-use-icon-cards.md) - Icon-based cards for quick visual markers.
* [**Embed cards**](/journey-maps/cards/how-to-use-embed-cards.md) - Embed content from Figma, Google Docs, YouTube, and more.
* [**Metric cards**](/journey-maps/cards/how-to-use-metric-cards.md) - Display metrics on a journey map.
* [**Planning cards**](/journey-maps/cards/how-to-use-planning-cards.md) - Link work items from external planning tools.
* [**Portfolio item cards**](/journey-maps/cards/how-to-use-portfolio-item-cards.md) - Add portfolio items to a journey map.
* [**Linked map cards**](/journey-maps/cards/how-to-use-linked-journey-map-cards.md) - Link to another journey map from a card.
* [**Comment on a card**](/journey-maps/cards/how-to-comment-on-a-card.md) - Add comments to any card, @mention teammates, and delete comments.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://helpdesk.smaply.app/journey-maps/cards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
