> For the complete documentation index, see [llms.txt](https://quizweb.gitbook.io/quizweb-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quizweb.gitbook.io/quizweb-docs/quizzes/create-a-gift.md).

# Create a gift

<figure><img src="/files/M4hlIEbtzgvNJEE5ee3H" alt=""><figcaption></figcaption></figure>

#### **How to Create and Add a Gift for Quiz Participants**

1. **Create the Gift**
   * Go to the **Gift** tab.<br>
2. **Set Up the Link**
   * Enter the **link text**, such as: *“Download now, click here.”*
   * Provide the **URL**, for example: `https://example.com/discount/quiz`.<br>
3. **Add a Gift Description**
   * Write a description for the gift, such as a thank-you message to the visitor. It’s recommended to make it more than 6 words.<br>
4. **Set the Display Criteria**
   * The author can specify the percentage **score** that the **visitor must achieve** for the gift to appear. This percentage is determined by entering a number between **0 and 100**, according to the author's preference.<br>
5. **Embed the Gift Code**
   * Follow the same steps used to publish the quiz:
     * Copy the gift code.
     * Go to your blog post, click **Edit**, and switch to **HTML View**.
     * Paste the gift code **directly below the quiz code**.
     * Click **Save** to apply the changes.

***

This ensures that the gift appears seamlessly below the quiz, enhancing the participant’s experience and engagement.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://quizweb.gitbook.io/quizweb-docs/quizzes/create-a-gift.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
