The Ask Question action allows you to collect structured responses from users during bot interactions by presenting a question and a list of options. This ensures your chatbot can guide users down the right path based on their selections—be it capturing preferences, routing to specific intents, or simply collecting input.The Ask Question action is a part of the agent execution flow that enables you to prompt users with clear and guided questions, offer multiple-choice options, and route the user based on the responses.Documentation Index
Fetch the complete documentation index at: https://support.getskara.ai/llms.txt
Use this file to discover all available pages before exploring further.
Topics covered:
How to Configure Ask Question
While setting up an Execution Flow, select the Ask Question action.
- Name: It is the identifier of the step.
- Description: It is optional to display internal notes for context.
- Question: Type the question that you want to ask the users.
- Options: You can provide choices so that the user can pick one from them.
- Allow Open Responses: Let the users type their response through a text box reply.
- No Reply: It handles situations where the user doesn’t respond within a certain timeframe.
- Timeout Duration: You can mention the time you want to wait before the no-response message. The time has to be in seconds.
- Reprompts: You can add different variations of the no-response message. You can use AI to generate different variations after adding the first one.
- Follow-Up path: You can configure the follow-up actions after the no-response message has been sent.

- You can preview the Question and the options using the Preview button.
- Click on Save to save the action.