> 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/into-pop-up.md).

# Into pop-up

An **Intro pop-up** is a custom message or sequence of messages that appears to users when they first enter your claimr campaign. It's built using claimr's **Forms** feature and is an excellent way to welcome users, provide essential information, or set the stage for your campaign before they access the main quests and tasks. You can include text, images, and create multiple pages for a more detailed onboarding experience.

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

Implementing an Intro Pop-up can significantly enhance the user experience:

* **Onboard new users:** Smoothly introduce users to the campaign's purpose, theme, or how to participate.
* **Guide users:** Provide initial instructions or context before users dive into tasks. Clearly communicate crucial rules, guidelines, or prerequisites upfront.
* **Create a customized start:** Offer a branded and tailored welcome experience.

## **Create and implement an intro pop-up**

Setting up an Intro Pop-up involves two main stages: creating a custom form and assigning it to your campaign.

### **1. Create the custom form for your pop-up**

First, you need to design the content of your pop-up using the **Forms** feature.

1. Navigate to the **Forms** section in your claimr dashboard.

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

2. Click **Create form**. A new form preset will open, providing a starting point for your design.

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

3. Write a caption and click **+ Page** to begin designing your form. This will add your first page.
4. To include a welcome message, instructions, images, or any other introductory content, click **+ Block** and select the **Rich Text** block type.

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

5. Click **Add block** for the Rich Text type. This will immediately open the **Block settings** window, which functions as a text editor. Here, you can type your welcome message and use the toolbar to format your text.\
   For more details on descriptions and tags, visit our [Descriptions: creation, usage, tags](/descriptions-creation-usage-tags.md)article.

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

For pop-ups that require multiple screens, you can add more pages to your form by clicking **+ Page** again. Users will then move through these screens using a navigation button.

The text on the button used to move between pages (e.g., "Next," "Continue," "Got it!") is configured manually when you set up the form's pagination within the Form builder.

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

6. Once your form content is ready, give it a memorable name and save it.

### **2. Assign the form as an intro pop-up**

After your custom form is created and saved:

1. Navigate to the specific **Campaign** where you want to use this pop-up.
2. Go to the campaign **Settings**.
3. Select the **Campaign flow** section from the settings menu.&#x20;
4. Click the dropdown menu for **Intro Pop-up** and select the custom form you created in Part 1&#x20;

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

4. Click **Update** to save your changes.

### **3. Preview your intro pop-up**

It's important to see how your campaign will look to users:

1. Use your campaign's **Preview mode,** accessible from the main campaign settings page or dashboard.
2. When you start the campaign in preview, you should see your custom form appear as a pop-up immediately over the main campaign interface.
3. Click through all the pages of your pop-up (if you created a multi-page form) to ensure the content and navigation buttons work as expected.
4. After closing or completing the Intro Pop-up, you should then see the main content of your campaign.


---

# 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/into-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.
