> For the complete documentation index, see [llms.txt](https://docs.claimr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.claimr.io/pop-ups/completion-pop-up.md).

# Completion pop-up

A **Completion pop-up** is a custom message that appears to users after they successfully complete a task or a full quest within your claimr campaign. It's an excellent way to thank users, provide final instructions, or direct them to the next steps. You can include text, images, and even create multiple screens for a detailed post-completion experience.

## **Why use completion pop-ups?**

Implementing a completion pop-up can significantly enhance the user experience:

* **Acknowledge completion:** Provide immediate confirmation and appreciation for completing a task or quest.
* **Provide next steps:** Guide users to subsequent actions, such as claiming rewards or starting a new quest.
* **Create a memorable experience:** Offer a branded and tailored message at the point of success.

## **Configure completion pop-up**

You can configure a Completion Pop-up directly within the settings of a **Group of quests**, a specific **Quest**, or an individual **Task**.

1. **Navigate to settings:**
   * Go to your **Groups of quests** section and select the group, OR
   * Go to your **Quests** section, click on the quest, and then click on the specific task.
   * Once in the desired Group, Quest, or Task settings, locate the section dedicated to **Completion pop-up**.
2. **Enable Completion pop-up** toggle (it should turn green).

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

3. **Design your pop-up content:** Click +**Create**. This will open a text editor where you can type your message, format it. \
   You can add description tags to your pop-up. For more details on descriptions and tags, visit our [Descriptions: creation, usage, tags](/descriptions-creation-usage-tags.md)article.
4. **Save your changes:** After you have designed your pop-up content, remember to click **Save changes** and **Update** settings to apply your changes.

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

## **Preview your pop-up**

It's important to see how your completion pop-up will look to users:

* Use your campaign's **Preview mode**, accessible from the main campaign settings page or dashboard.
* Complete the associated task or quest in preview mode. When you successfully complete it, you should see your custom pop-up appear.


---

# 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://docs.claimr.io/pop-ups/completion-pop-up.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.
