> For the complete documentation index, see [llms.txt](https://docs.poppin.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.poppin.so/quick-start-embed-in-5-minutes.md).

# Quick Start (Embed in 5 Minutes)

**Step 1 — Verify your domain** We verify your domain first, for security.

**Step 2 — Get your Poppin ID** Once verified, you get a unique ID tied to your platform, so activity is tracked correctly.

**Step 3 — Pick your venue** Choose which prediction market venue to use: **Polymarket**, **Kalshi**, or **Hyperliquid (HIP-4)**. We bring the relevant markets from there.

**Step 4 — Pick your style** Choose colors and layout to match your site. Keep it minimal or fully branded — the markets should feel like part of your platform.

**Step 5 — Copy and paste the script** Add the script to your site, inside the `<head>` or right before the closing `</body>` tag.

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

**Step 6 — Go live** Open your site. Relevant markets appear automatically on each page.

**Notes**

* ✅ **No backend setup required**
* ✅ **Users don't need an extension**
* 🛡️ **Works across all major browsers**


---

# 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.poppin.so/quick-start-embed-in-5-minutes.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.
