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

# Offers

> Create and manage product offers that customers can purchase in your funnels.

An offer is a product or pricing option that you define in your workspace. When you attach an offer to a funnel page, visitors can purchase it through a Stripe-powered checkout embedded in that page.

<Note>
  Payment collection requires Stripe to be connected in [Settings → Integrations](/settings/integrations).
</Note>

## What offers contain

Each offer has:

* **Name** — the product or service name shown to customers.
* **Description** — internal context about what the offer is for.
* **Status** — one of Planning, Draft, Active, or Archived. Use this to track where the offer is in your workflow.
* **Objections** — an optional list of common objections (one per line) you can reference when writing copy.
* **Price points** — one or more prices attached to the offer. Each price point has a type, amount, and optional description.

## Creating an offer

<Steps>
  <Step title="Open Revenue → Offers">
    Navigate to **Revenue** in the sidebar, then select the **Offers** tab.
  </Step>

  <Step title="Click New Offer">
    Click the **New Offer** button in the top-right corner of the page.
  </Step>

  <Step title="Fill in the offer details">
    Enter the offer name (required) and an optional description. Set a status and, if helpful, add any known customer objections.
  </Step>

  <Step title="Set initial pricing">
    Choose a pricing type and enter the amount in USD.

    <Tabs>
      <Tab title="One-time">
        A single charge at checkout. Select **One-time** as the pricing type and enter the price.
      </Tab>

      <Tab title="Recurring">
        A subscription charge. Select **Recurring**, enter the price, then choose a billing frequency and cycle (days, weeks, months, or years). For example, a value of `1` with `months` bills the customer monthly.
      </Tab>
    </Tabs>
  </Step>

  <Step title="Save the offer">
    Click **Create Offer**. The offer is saved to your workspace and you are taken to the offer detail page where you can add additional price points.
  </Step>
</Steps>

## Price points

An offer can have multiple price points — for example, a monthly plan and an annual plan. You add, edit, and delete price points from the offer detail page.

<AccordionGroup>
  <Accordion title="One-time price point">
    A fixed amount charged once at checkout. Enter a price in USD.
  </Accordion>

  <Accordion title="Recurring price point">
    A subscription amount. Set the price, then choose the billing frequency (e.g. every `1` month, every `3` months). The frequency and cycle map directly to a Stripe recurring price.
  </Accordion>
</AccordionGroup>

## Connecting an offer to Stripe

Before your offer can accept live payments, you need to sync it to Stripe. This creates a Stripe Product and one or more Stripe Prices that match your price points.

<Steps>
  <Step title="Connect Stripe">
    Go to **Settings → Integrations** and enter your Stripe Publishable Key and Secret Key.
  </Step>

  <Step title="Sync the offer">
    From the Offers list, find the offer and click **Sync to Stripe**. The offer's price points are pushed to your Stripe account and the Stripe Product ID and Price IDs are stored against the offer.
  </Step>
</Steps>

<Tip>
  Re-syncing an offer after changing a price point creates a new Stripe Price for the updated amount. Stripe prices are immutable once created; the old price is replaced by the new one on the offer.
</Tip>

## Attaching an offer to a funnel page

Once an offer is synced to Stripe, you can attach it to any order form or checkout element on a funnel page using the site editor. Select the payment component on the page and choose the offer and price point from the component settings panel.

## Viewing offer performance

The Offers table shows all offers in your workspace with their name, status, and how many funnel pages they are currently attached to. Use the search bar to filter by name or description.

To see revenue generated by an offer, go to **Revenue → Transactions** and filter or search by the offer.
