Every gambit type
The Gambits tab of the Gambit Types palette groups the types into five categories.
Tool gambits come from the palette’s Tools tab instead. Each calls one action from a connected toolkit or from CodeKit, and they are covered in Enable and use actions.
Knowledge Retrieval also sits in the Tools tab, badged Built-in. It searches knowledge bases and returns results to an agent, and it attaches to an AI Agent gambit the way a tool gambit does. See Attach knowledge to an agent.
What every gambit editor shares
Selecting a gambit in the builder opens its editor in the right panel. Every editor opens with the same header and metadata row, whatever the gambit type. The header runs along the top of that panel, and the LABEL and VARIABLE fields sit directly under it. The elements appear in this order, left to right.
Below that row, the sections differ by type. Most gambits offer Messages for the bubbles sent before the step, and a type-specific Configuration section. Input gambits add POST Action, and all of them except Media Upload add Conditions.
Every input gambit carries Allow Skip, which lets the end user move on without answering. It adds a skip hint to the prompt and an arrow button to the composer.
Input gambits other than Text also carry Allow Free Text. It is on for a new gambit, and it adds a Free Input handle for typed answers.
Input gambits and Live Chat also carry a Bridge Event accordion, which appears only when the agent runs inside a native mobile bridge. It sends an event type and key and value parameters to the host app. See Bridge events.
