> For the complete documentation index, see [llms.txt](https://doc.giveaway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.giveaway.com/project-partner-tutorial/giveaway-mode/achievement-giveaway.md).

# Achievement Giveaway

## What is the achievement giveaway?

The achievement giveaway is not limited to just one type of giveaway. Participants are required to participate in more than the minimum amount of giveaways set by the sponsor within the specified time to be eligible for the achievement giveaway. By participating in a series of giveaways, you not only have the chance to win rewards for each participating giveaway but also additional rewards for the final achievement. The sponsor uses this approach to attract more users and enhance brand trust.

## How to create the achievement giveaway?

1. Locate to the Create page, select the "**Achievement Giveaway**" <br>

   <figure><img src="/files/imkbXN2Tx5iHmGuyfVZk" alt="" width="257"><figcaption></figcaption></figure>
2. Enter the **Basic Info** here, like title, description, banner or video <br>

   <figure><img src="/files/aBBev5nwz8wrVNfvqAYl" alt="" width="375"><figcaption></figcaption></figure>
3. Add different giveaways to the achievement giveaway. And set the minimum amount of giveaways that participants have to join and complete. <br>

   <figure><img src="/files/mSzC56lFsWmH5IE7Tg6t" alt="" width="375"><figcaption></figcaption></figure>
4. Add the achievement giveaway **rewards**. <br>

   <figure><img src="/files/nQArXkuncGcqHshL8gwo" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
Note: The ending time of the sub-giveaway should be later than the ending time of the achievement giveaway.
{% endhint %}


---

# 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://doc.giveaway.com/project-partner-tutorial/giveaway-mode/achievement-giveaway.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.
