> 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/widget/publish-campaign.md).

# Publish campaign

Once you've customized [Broken mention](broken://pages/bNehiwyo9gZqdWgDmuMO), your claimr campaign is ready to be published.&#x20;

Follow these steps:

1. Head to your campaigns through your claimr dashboard. Just click on <mark style="color:green;">**Campaigns**</mark> in the top menu.
2. Select the campaign you're ready to publish. This will take you to the campaign's overview page.
3. Click the big green <mark style="color:green;">**Publish**</mark> button in the top right corner. This will open a new window, giving you the options to set before your campaign goes live.

### **Widget embed code**

**What it is:** This section provides you with an embed code, which is a snippet of HTML that you can use to integrate your campaign directly into your website or landing page.

**How to use it:** Click <mark style="color:green;">**Get embed code**</mark>. Set all preferable configurations. For more information, see [Widget configurations](/widget/widget-configurations.md)<mark style="color:blue;">.</mark>&#x20;

4. Embed the claimr widget into your website. For more information, see [Integrate claimr widget into your website](/widget/integrate-claimr-widget-into-your-website.md).&#x20;
5. **Double-Check:** Before publishing, make sure you've reviewed all your campaign settings and content. Once published, some changes might be more difficult to make.
6. **Launch:** If you're happy with everything, click <mark style="color:green;">**Publish**</mark> to make your campaign live. If you need to make any last-minute changes, click **Close**.

Congratulations! Your campaign is now live and ready to engage your audience. 🚀


---

# 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/widget/publish-campaign.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.
