# Results

Setting up quiz results is a critical step in building your quiz. You can:

* Define [manual results logic](#manual-results) for specific quiz paths, or all paths.
* Use [fallback results](#fallback-results) for any paths without manual logic. Fallback results are AI-generated by default, but you can use another [outcome type](/building-a-quiz/results/outcome-types.md) depending on your setup.

Manual results give you control over specific paths, while fallback results handle everything else. Together they ensure every quiz taker gets a result.

Manual results always override fallback results, so you can mix fully manual outcomes with fallback outcomes as needed. You can also edit your results page with custom content in the [results template](/building-a-quiz/results/results-template.md) section.

## In this section

* [Manual results](#manual-results)
* [Fallback results](#fallback-results)
* [Results page customization](#results-page-customization)

***

## Manual results

Manual results let you define exactly what customers see for specific quiz paths. You can choose from multiple manual results logic options depending on how you want to structure your quiz or product recommendations.

Manual results override AI-generated results for those paths, so you can use fully AI-generated results, fully manual results, or a mix of both. You can also switch to fully manual results at any time, and customize the results outcome page yourself.

Learn more about [Results logic](/building-a-quiz/results/results-logic.md).

***

## Fallback results

Fallback results ensure every quiz path returns an outcome, even if you haven’t manually defined results for that path. By default, fallback results are AI generated so there's always an accurate result, however you can choose from multiple fallback outcome types.

Manual results always take priority over fallback results, so you can mix fully manual outcomes with fallback outcomes as needed.

Learn more about [Fallback results](/building-a-quiz/results.md#ai-generated-results-fallback) and [outcome types](/building-a-quiz/results/outcome-types.md).

***

## Results page customization

Once your results are defined, you can customize how they appear to customers.

Use the results template to control the layout, content, and design of your results page.

Learn more about [customizing the results template](/building-a-quiz/results/results-template.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.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.
