Getting started
You can set up suggested questions during assistant creation or from the assistant analytics view:- During assistant creation
- From the assistant analytics view
When creating a new Ask AI assistant,
the last (optional) step lets you add suggested questions directly in the setup flow.
This is the quickest way to add initial suggestions before launching your assistant.
You can add up to three questions that will be active immediately once your assistant is created.

Index creation
When you add suggested questions, an namedalgolia_ask_ai_suggested_questions is automatically created in your Algolia .
This index is used to retrieve and display suggested questions within your app.
Each suggested question is stored along with its corresponding assistant ID.
On the frontend, these are automatically filtered using filters,
ensuring that each assistant only displays its own set of suggested questions.
You shouldn’t modify the index configuration or records manually.
The index is automatically managed by Ask AI to ensure suggested questions work correctly.
Enabling suggested questions
This feature is available in DocSearch v4.3 and later.
algolia_ask_ai_suggested_questions index.
Add the following property to your Ask AI configuration: suggestedQuestions: true
Display on the frontend
Once the feature is enabled, suggested questions automatically appear in your Ask AI user interface. You can customize their placement, layout, and styling to align with your app’s design system and user experience.


