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

# Campaign Setup

- [How Positions Work](https://because.gitbook.io/because/the-because-platform/campaign-setup/how-positions-work.md): Positions within the Because app are critical for ensuring that your campaigns appear in the right places across your site. The Position feature allows you to determine where each campaign will be dis
- [Find Your Position Tool](https://because.gitbook.io/because/the-because-platform/campaign-setup/images-and-media.md): Learn how to use the Find Your Position tool within the Because app to optimize your campaign placement on your Shopify store.
- [Campaign Rules](https://because.gitbook.io/because/the-because-platform/campaign-setup/interactive-blocks.md): Learn how to use the "Check Rules" tool in the Because app's Campaign Editor to ensure your campaign will display correctly based on the rules you've set.
- [How to Preview a Campaign](https://because.gitbook.io/because/the-because-platform/campaign-setup/how-to-preview-a-campaign.md): The Preview function in Because allows you to see how your campaign will visually appear on your website.
- [Using the Groups Tab](https://because.gitbook.io/because/the-because-platform/campaign-setup/using-the-groups-tab.md): The Groups Tab is a game-changing feature designed to make managing and organizing your campaigns seamless and efficient. Here’s everything you need to know about this powerful tool:
- [How to Use Dynamic Text Tokens](https://because.gitbook.io/because/the-because-platform/campaign-setup/how-to-use-dynamic-text-tokens.md): Dynamic Text Tokens in Because allow you to personalize your campaigns in real-time based on visitor behavior, product details, and customer data—without any coding.
- [UTM's](https://because.gitbook.io/because/the-because-platform/campaign-setup/utms.md): The Because UTM feature is a powerful tool that dynamically adjusts website content based on UTM parameters from paid ad campaigns.


---

# 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://because.gitbook.io/because/the-because-platform/campaign-setup.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.
