# Use Cases for Campaigns

#### **Use Cases for Campaigns**

1. **Festive Promotions (Basic Campaign)**:
   * Send a festive discount offer to all "Active Leads."
   * Example: "Hi {{CustomerName}}, enjoy 25% off this Diwali!"
2. **Event Reminders (Campaign with Rules)**:
   * Notify users registered for an event 2 days before the event date.
   * Example: "Hi {{CustomerName}}, your workshop at {{EventLocation}} is in 2 days!"
3. **Follow-Ups (Campaign with Rules)**:
   * Reconnect with customers who haven’t responded to previous messages.
   * Example: "Hi {{CustomerName}}, let us help you schedule a visit to explore our properties!"
4. **Personalized Offers (Basic Campaign)**:
   * Send custom offers using user attributes like budgets or locations.
   * Example: "Hi {{CustomerName}}, properties within your budget of ₹{{Budget}} are now available in {{City}}!"
5. **Re-Engagement Campaigns (Campaign with Rules)**:
   * Target inactive users with exclusive offers to bring them back.

#### **Tips for Success**

1. **Start with Simplicity**: Begin with Basic Campaigns for general announcements.
2. **Use Rules for Precision**: Apply rules to target customers dynamically.
3. **Personalize Messages**: Use user attributes to make campaigns engaging.
4. **Monitor Metrics**: Analyze performance to refine future campaigns.


---

# Agent Instructions: 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:

```
GET https://squarebox-ai.gitbook.io/squarebox/campaigns/use-cases-for-campaigns.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
