> ## Documentation Index
> Fetch the complete documentation index at: https://help-center.quizify.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Recommendation

> Learn about the Recommendation section in the Quiz Builder, including page layout and available recommendation types.

The Recommendation section in the Quiz Builder controls what customers see after they finish the quiz — Thank You Page, Normal Recommendation, Score Recommendation, or Personality Type outcome.

## Navigation

Open Recommendation like this:

1. Go to Shopify Admin → Apps → Quizify.
2. Open a quiz from Dashboard or My Quizzes (click Edit or create a new quiz).
3. In the Quiz Builder, click Recommendation in the left icon menu.

## Page Overview

When Recommendation is selected, you will see:

* Builder list (left) — Result Action, result pages, mapped questions, and Add section
* Center preview — Live preview of the result page
* Settings panel (right) — Recommendation type, result options, and content/style settings for the selected item

## Available Recommendations

<table class="qh-table-rec">
  <thead>
    <tr>
      <th>Type</th>
      <th>What they are for</th>
      <th>Guide</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>Thank You Page</td>
      <td>Show a thank-you or custom result page after the quiz when you do not need to recommend products</td>
      <td><a href="/quiz-builder/recommendation/thank-you-page">Open</a></td>
    </tr>

    <tr>
      <td>Normal</td>
      <td>Recommend products from the answers users select by linking answers to products, variants, collections, or tags.</td>
      <td><a href="/quiz-builder/recommendation/normal">Open</a></td>
    </tr>

    <tr>
      <td>Score</td>
      <td>Recommend products from a quiz score by assigning points to answers and matching the total to a result.</td>
      <td><a href="/quiz-builder/recommendation/score">Open</a></td>
    </tr>

    <tr>
      <td>Personality Type</td>
      <td>Group quiz takers into predefined personality types from their answers and show the result page for the winning type.</td>
      <td><a href="/quiz-builder/recommendation/personality-type">Open</a></td>
    </tr>
  </tbody>
</table>

<nav class="qh-pagination" aria-label="Pagination">
  <a class="pagination-prev" href="/quiz-builder/quiz/user-form">
    <span>
      <strong>User Form</strong>
      <span>Previous</span>
    </span>
  </a>

  <a class="pagination-next" href="/quiz-builder/recommendation/thank-you-page">
    <span>
      <strong>Thank You Page</strong>
      <span>Next</span>
    </span>
  </a>
</nav>
