# Results

Results are an important part of your quiz setup. Once you've created the intro, and the questions and answers sections of your quiz, you can start configuring the results pages. You can use [AI auto results](/building-a-quiz/results/ai-fallback-results.md), or different results logic types that you set up manually.&#x20;

If you use a manual results logic, the results page varies depending on the [Results logic](/building-a-quiz/results/results-logic.md) that you chose for your quiz. There are six different results logics to choose from:

1. [Basic (default)](/building-a-quiz/results/results-logic/basic-logic-default.md)
2. [Single](/building-a-quiz/results/results-logic/single-logic.md)
3. [Points](/building-a-quiz/results/results-logic/points-logic.md)
4. [Product weight](/building-a-quiz/results/results-logic/product-weight-logic.md)
5. [Result weight](/building-a-quiz/results/results-logic/result-weight-logic.md)
6. [Combination](/building-a-quiz/results/results-logic/combination-logic.md)

To adjust your results logic or explore the various available types, you can locate them within the **Recommendations** section in **Settings.**

To learn more about the result types and how they function, review the [Results logic page](/building-a-quiz/results/results-logic.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/account-and-settings/quiz-builder/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.
