> ## Documentation Index
> Fetch the complete documentation index at: https://help.lobyco.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Promotion Platform

> Offers, coupons, discounts, challenges and games — everything that gives a customer a benefit.

The Promotion Platform decides what a customer is entitled to and, at checkout, what that is worth. It is the largest service group in the reference, and several resources exist in more than one version.

<Warning>
  **Check the version before you build.** Some V1 and V2 endpoints have announced deprecation deadlines — see [Breaking Changes](/integration/breaking-changes). Prefer V3 for new integrations.
</Warning>

## Offers

Offer definitions, and the personalized offers assigned to individual customers.

<Columns cols={3}>
  <Card title="Offers V3" icon="tag" href="/api-reference/promotion-platform/offers-v3">
    Current offer endpoints.
  </Card>

  <Card title="Personal Offers V3" icon="user-tag" href="/api-reference/promotion-platform/personal-offers-v3">
    Assign and import one-to-one personal offers.
  </Card>

  <Card title="Offers V2" icon="clock-rotate-left" href="/api-reference/promotion-platform/offers-v2">
    Earlier offer endpoints. Prefer V3 for new work.
  </Card>
</Columns>

## Coupons

Coupons split by channel: the customer-facing surfaces, and the till.

<Columns cols={3}>
  <Card title="Coupons (Web & Mobile) V3" icon="mobile-screen" href="/api-reference/promotion-platform/coupons-web-and-mobile-v3">
    Current coupon endpoints for app and web channels.
  </Card>

  <Card title="Coupons (POS)" icon="cash-register" href="/api-reference/promotion-platform/coupons-pos">
    Retrieve, reserve and redeem coupons at the till.
  </Card>

  <Card title="Coupons (Web & Mobile) V2" icon="clock-rotate-left" href="/api-reference/promotion-platform/coupons-web-and-mobile-v2">
    Earlier coupon endpoints. Prefer V3 for new work.
  </Card>
</Columns>

## Checkout pricing

<Columns cols={1}>
  <Card title="Discounts" icon="tags" href="/api-reference/promotion-platform/discounts">
    Send a basket, get back applicable offers and calculated discounts.
  </Card>
</Columns>

## Engagement mechanics

<Columns cols={2}>
  <Card title="Challenges" icon="trophy" href="/api-reference/promotion-platform/challenges">
    Continuity mechanics — stamp cards, streaks and goals.
  </Card>

  <Card title="Games" icon="dice" href="/api-reference/promotion-platform/games">
    Gameplay and rewards.
  </Card>
</Columns>

## Bulk operations

<Columns cols={2}>
  <Card title="Bulk V3" icon="layer-group" href="/api-reference/promotion-platform/bulk-v3">
    Current bulk endpoints.
  </Card>

  <Card title="Bulk V2" icon="clock-rotate-left" href="/api-reference/promotion-platform/bulk-v2">
    Earlier bulk endpoints. Prefer V3 for new work.
  </Card>
</Columns>

Related integration guides: [Direct Coupon Service Integration](/integration/pos-point-of-sale-integrations/direct-coupon-service-integration), [Discount Integration](/integration/pos-point-of-sale-integrations/discount-integration) and [Coupon Redemption at POS](/integration/pos-point-of-sale-integrations/coupon-redemption-at-pos).
