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

# Campaigns

- [Campaigns](https://help.openloyalty.io/campaigns/campaigns.md): In this section, you will get to know everything related to Campaigns.
- [Automation Campaigns](https://help.openloyalty.io/campaigns/campaigns/automation-campaigns.md): In this section, you will learn about Automation Campaigns.
- [Creating Automations](https://help.openloyalty.io/campaigns/campaigns/automation-campaigns/creating-automations.md): In this article, you will learn how to create automation campaigns.
- [Managing Automations](https://help.openloyalty.io/campaigns/campaigns/automation-campaigns/managing-automations.md): In this article, you will learn how to manage automation campaigns.
- [Deleting Automations](https://help.openloyalty.io/campaigns/campaigns/automation-campaigns/deleting-automations.md): In this article, you will learn how to delete automation campaigns.
- [Campaigns & Referral Campaigns](https://help.openloyalty.io/campaigns/campaigns/campaigns-and-referral-campaigns.md): Learn how to configure and monitor your campaigns.
- [Creating Campaigns](https://help.openloyalty.io/campaigns/campaigns/campaigns-and-referral-campaigns/creating-campaigns.md): Learn more about campaign types and how to create one.
- [Trigger Types](https://help.openloyalty.io/campaigns/campaigns/campaigns-and-referral-campaigns/creating-campaigns/trigger-types.md): Learn more about campaign trigger types and which one to choose for your campaigns.
- [Purchase Transaction](https://help.openloyalty.io/campaigns/campaigns/campaigns-and-referral-campaigns/creating-campaigns/trigger-types/purchase-transaction.md)
- [Return Transaction](https://help.openloyalty.io/campaigns/campaigns/campaigns-and-referral-campaigns/creating-campaigns/trigger-types/return-transaction.md)
- [Internal Event](https://help.openloyalty.io/campaigns/campaigns/campaigns-and-referral-campaigns/creating-campaigns/trigger-types/internal-event.md)
- [Achievement Progressed](https://help.openloyalty.io/campaigns/campaigns/campaigns-and-referral-campaigns/creating-campaigns/trigger-types/internal-event/internal-event-achievement-progressed.md): Learn more about the campaign based on the achievement progression.
- [Custom Event](https://help.openloyalty.io/campaigns/campaigns/campaigns-and-referral-campaigns/creating-campaigns/trigger-types/custom-event.md)
- [Achievement](https://help.openloyalty.io/campaigns/campaigns/campaigns-and-referral-campaigns/creating-campaigns/trigger-types/achievement.md)
- [Redemption Code](https://help.openloyalty.io/campaigns/campaigns/campaigns-and-referral-campaigns/creating-campaigns/trigger-types/redemption-code-campaign.md): Learn more about campaign based on the redemption codes.
- [Referral Campaign](https://help.openloyalty.io/campaigns/campaigns/campaigns-and-referral-campaigns/creating-campaigns/referral-campaign.md): Learn more about referral campaigns.
- [Transaction Item Filters](https://help.openloyalty.io/campaigns/campaigns/campaigns-and-referral-campaigns/creating-campaigns/transaction-item-filters.md): Transaction Item Filters enable precise targeting within loyalty campaigns by allowing you to isolate specific products in a customer's purchase.
- [Percent Value Distribution](https://help.openloyalty.io/campaigns/campaigns/campaigns-and-referral-campaigns/creating-campaigns/percent-value-distribution.md): Learn more about campaign based on the percent value distribution.
- [Managing Campaigns](https://help.openloyalty.io/campaigns/campaigns/campaigns-and-referral-campaigns/managing-campaigns.md): In this article, you will learn how to manage campaigns.
- [Deleting Campaigns](https://help.openloyalty.io/campaigns/campaigns/campaigns-and-referral-campaigns/deleting-campaigns.md): In this article, you will learn how to delete campaigns.
- [Monitoring & Analytics](https://help.openloyalty.io/campaigns/campaigns/monitoring-and-analytics.md)
- [Campaign Simulation](https://help.openloyalty.io/campaigns/campaigns/campaign-simulation.md): Learn how you can check the expected campaing outcome.
- [Campaign Limitation](https://help.openloyalty.io/campaigns/campaigns/campaign-limitation.md): Learn how you can enforce campaign limitations to set a campaign budget or prevent fraud.
- [Custom Attributes in Campaigns](https://help.openloyalty.io/campaigns/campaigns/custom-attributes-in-campaigns.md): Learn how you can use custom attributes in campaigns
- [Custom Units Expiration & Pending Settings](https://help.openloyalty.io/campaigns/campaigns/custom-units-expiration-and-pending-settings.md): Learn more how you can set custom expiration and pending setting for the units awarded in the campaign.
- [Effects Autocomplete](https://help.openloyalty.io/campaigns/campaigns/effects-autocomplete.md): Learn more about available autocomplete options for the effects, and how to use templates and variables.
- [Using Expressions](https://help.openloyalty.io/campaigns/campaigns/using-expressions.md)
- [Follow-up Campaigns](https://help.openloyalty.io/campaigns/campaigns/follow-up-campaigns.md): Create campaign chains where completing one campaign unlocks the next. Visibility and availability controls are supported in Campaigns, Referral Campaigns, and the new feature, Challenges.
- [Challenges](https://help.openloyalty.io/campaigns/challenges.md): This section explains how Challenges can be created and used in your loyalty program.
- [Creating Challenges](https://help.openloyalty.io/campaigns/challenges/creating-challenges.md)
- [Managing Challenges](https://help.openloyalty.io/campaigns/challenges/managing-challenges.md)
- [Deactivating and Deleting Challenges](https://help.openloyalty.io/campaigns/challenges/deactivating-and-deleting-challenges.md)
- [Achievements](https://help.openloyalty.io/campaigns/achievements.md): In this section, you will learn how Achievements work in Open Loyalty, as well as how to configure them according to your preferences; how to create new Achievements, and assign them to your Campaign.
- [Creating Achievement](https://help.openloyalty.io/campaigns/achievements/creating-achievement.md): In this section, you will learn how to create achievement in the Admin Panel, and what are the meanings of the elements.
- [Managing Achievements](https://help.openloyalty.io/campaigns/achievements/managing-achievements.md): In this article, you will get familiar how to manage the achievements in Open Loyalty
- [Follow up Achievements](https://help.openloyalty.io/campaigns/achievements/follow-up-achievements.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://help.openloyalty.io/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.
