Describe the information
In Describe what information you want the AI to collect, enter a short summary of the fields you need. For example:Gather the caller’s name, email address, phone number, and reason for calling.Choose Generate with AI to create a starting configuration from your description, or choose Build Manually to configure each question yourself.
Configure the questions
Add one question for each value the block should collect. Collect requires at least one question, and every variable name must be unique within the block.
Confirm is available after Required is enabled, and Spell Back is available after Confirm is enabled.
Choose the type that matches the expected answer. See Variables for available types, formats, and downstream availability.
Completion and routing
Collect asks for missing information in a conversational style. It can move to the next block after all required answers have been collected and any enabled confirmations are complete. Enable Required for every answer the flow depends on. A question without Required does not prevent Collect from continuing. Collect has one live-call continuation and does not branch by answer. To route using a collected value, connect Collect to a Filter and create the cases there.Example: Collect caller details
Enable Required for each answer the flow cannot continue without. For information that is easy to mishear, enable Confirm and, when useful, Spell Back.
Later blocks on the continuation route can use these answers as variables.
Test Collect
Try complete, unclear, corrected, and missing answers. Confirm that Collect:- requests missing information naturally, one question at a time;
- does not continue until every required answer is collected and any configured confirmation is complete;
- updates a stored value when the caller corrects it;
- spells back answers when configured; and
- makes the collected values available to later blocks.
Troubleshooting
The agent leaves without an answer
The agent leaves without an answer
Enable Required for every answer the flow must collect before continuing. Leave it off only when later blocks can run without that value.
The block does not finish
The block does not finish
Check which required answer is still missing or waiting for confirmation. Make the corresponding Question clearer and confirm that its Type matches the expected response.
The agent does not use the exact question wording
The agent does not use the exact question wording
Collect asks questions conversationally and may rephrase them. Write the Question as a clear request for one value rather than relying on exact wording.
A collected value is empty later
A collected value is empty later
Open Call Details and confirm that Collect stored the value. If later blocks always need it, enable Required. Otherwise, make sure those blocks can run without it.

