Skip to main content
A Card gambit renders a scrollable row of cards in the conversation. Selecting a card sends its title as the answer, and each card is its own branch in the builder.

When to use it

Card is Button with pictures. Reach for it when the choice is easier to make by sight than by name: a plan, a product, a room type, a branch location. Where the choices are plain words, Button is simpler to set up.

The gambit and its editor

Every page in this section shows the same demo flow: Start, a Welcome message, the gambit this page covers, then End. The gambit sits third, selected, with its editor open on the right. The rest of the screen is dimmed. The gambit carries one handle per card, plus a Free Input handle while Allow Free Text is on.

Cards

Each card is a collapsed row with a thumbnail, its title, and a trash icon. Select the chevron to expand it. Add Card appends a row and shows how many you have used out of a maximum of 10. An expanded card holds: Drag the grip handle to reorder cards.

Configuration

POST Action and Conditions

POST Action runs an API call or custom code once the selection is captured. Conditions routes on variable values. While it is on, its branches and a Default handle replace the card handles. See Flow control and branching.