Getting started
There are two ways to set up suggested questions, depending on whether you’re creating a new assistant or working with an existing one.Option 1: During assistant creation
When creating a new Ask AI assistant, the last (optional) step allows you to add suggested questions directly in the setup flow. This is the quickest way to add initial suggestions before launching your assistant.
Option 2: From the assistant analytics view
For existing assistants, you can manage suggested questions from the Analytics view. This approach is data-driven, allowing you to select questions based on actual user behavior and performance metrics.- Open your assistant’s Analytics page and locate the Active Suggestions section.

- Click Edit Questions to open the Suggested Questions Manager.

- From there, you can drag and drop questions from a pool of user-submitted queries. Each question shows the number of interactions and any thumbs up or thumbs down feedback.
- Move up to three questions into the Active Suggested Questions section by Publishing or Unpublishing questions - these will appear in your front-end UI.

Index creation
When you add suggested questions, an index namedalgolia_ask_ai_suggested_questions is automatically created in your Algolia application.
This index is used to retrieve and display suggested questions within your application.
Each suggested question is stored along with its corresponding assistant ID.
On the front end, these records are automatically filtered using facet filters, ensuring that each assistant only displays its own set of suggested questions.
Enabling suggested questions
This feature is available in DocSearch v4.3 and later. Support for SiteSearch is coming soon.
algolia_ask_ai_suggested_questions index.
Add the following property to your Ask AI configuration: suggestedQuestions: true
Display on the front end
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 application’s design system and user experience.