# AI fallback results

AI-generated fallback results automatically generate recommendations for quiz paths without manual results. This helps you get started quickly while ensuring every path has a recommendation.&#x20;

You can:

* Use AI fallback results exclusively for your quiz results
* Switch entirely to manual results if you prefer
* Use a combination of both

Manual result paths always take priority over AI fallback results.

## How AI recommendations work&#x20;

When AI fallback is enabled, Quiz Kit syncs your store's products, metafields, and pages to generate recommendations. This means you don't need to manually select products for AI to consider. It draws from your full catalog to find the best matches for each quiz taker.

{% hint style="info" %}
**Note**

For very large stores, Quiz Kit may not be able to sync your entire catalog, which means AI fallback may not be available. This affects approximately 1% of stores.
{% endhint %}

***

## Set up AI fallback results

AI fallback results are the default on newly created quizzes.

If you created your quiz before this feature was released, follow these steps to enable AI fallback results.

**Steps:**

1. From the left-hand menu of the quiz builder, click **Results**.
2. Go to **Fallback results** > **Outcome**.
3. In the right-hand menu, under **Outcome** > **Type**, click the drop-down menu and select **AI generated**.
4. Click **Save**.

***

## Disable AI-generated results

You can turn AI-generated fallback results on or off at any time.&#x20;

If you turn off AI-generated fallback results, then you need to set the fallback outcome page(s) yourself, or make sure every path is covered by manual results logic. Manual logic paths that you previously set up are not affected by changing the fallback outcome type.&#x20;

**Steps:**

1. From the quiz builder, click **Results**.
2. Go to **Fallback result** > **Outcome**.
3. In the right-hand menu, under **Outcome** > **Type**, click the drop-down menu and select a different outcome type for the fallback.
4. Click **Save**.

Learn more about [Outcome types](/building-a-quiz/results/outcome-types.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.quizkitapp.com/building-a-quiz/results/ai-fallback-results.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
