> For the complete documentation index, see [llms.txt](https://appfront.gitbook.io/portal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appfront.gitbook.io/portal/campaigns.md).

# Campaigns & Coupons

- [Creating Campaigns](https://appfront.gitbook.io/portal/campaigns/creating-campaigns.md): How to create campaigns using Appfront's campaign editor
- [On Demand / Compensation Campaign](https://appfront.gitbook.io/portal/campaigns/on-demand-campaign.md): On-Demand Campaigns are typically manual campaigns used to send a promotion or compensate a customer.
- [Social Campaign / Marketing](https://appfront.gitbook.io/portal/campaigns/social-campaign.md)
- [Life Cycle Campaigns](https://appfront.gitbook.io/portal/campaigns/life-cycle-campaigns.md)
- [Setting Up a Campaign & Coupon](https://appfront.gitbook.io/portal/campaigns/setting-up-a-campaign.md)
- [Multiple Items Selector](https://appfront.gitbook.io/portal/campaigns/multiple-items-selector.md): While selecting items for a coupon or a fixed deal, you may select multiple items easily with the Items Selector.
- [Using items for coupons (with Toast)](https://appfront.gitbook.io/portal/campaigns/using-items-for-coupons-with-toast.md): In order to work with specific items for coupons, the items have to be first imported from Toast. This is true for both the "gift" item and the "condition" item.
- [Setting Up the Campaign's E-mail](https://appfront.gitbook.io/portal/campaigns/setting-up-the-campaigns-e-mail.md): How to design an e-mail in a campaign
- [Advanced E-mail Editing Capabilities](https://appfront.gitbook.io/portal/campaigns/advanced-e-mail-editing-capabilities.md)
- [Launching a Campaign](https://appfront.gitbook.io/portal/campaigns/launching-a-campaign.md): The Campaigns just created are not yet active. To activate campaigns, select from the right aligned buttons.
- [Campaign Results](https://appfront.gitbook.io/portal/campaigns/campaign-results.md): How to check what is the success rate of a given coupon
- [Attaching Images to Coupons & Campaigns](https://appfront.gitbook.io/portal/campaigns/attaching-images-to-coupons-and-campaigns.md): Enhance your customers experience by attaching images to coupons and email campaigns.
- [Landing page campaigns](https://appfront.gitbook.io/portal/campaigns/landing-page-campaigns.md): Connect an external landing page to an Appfront campaign
- [Embed Kit](https://appfront.gitbook.io/portal/campaigns/embed-kit.md)


---

# 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://appfront.gitbook.io/portal/campaigns.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.
