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

# Create Campaign

export const Ui = ({children}) => <span style={{
  display: "inline-flex",
  alignItems: "center",
  padding: "1px 6px",
  background: "#f7f8f8",
  border: "1px solid #e9ecef",
  borderRadius: 4,
  fontSize: "0.92em",
  fontWeight: 500,
  color: "#101213"
}}>
    {children}
  </span>;

A campaign is built in a five-step wizard that takes you from picking a package through to a priced summary. A live preview card on the right updates as you go, so you always see how your choices affect the campaign and its **Total**. Click <Ui>Create Campaign</Ui> in the top right of any screen to start.

## The five steps

<Steps>
  <Step title="Select package">
    Choose your timeline and package — Core, Core+ or Premium. See [Select package](/campaigns/select-package).
  </Step>

  <Step title="Select hotel">
    Pick the property this campaign promotes. See [Select hotel](/campaigns/select-hotel).
  </Step>

  <Step title="Customisation">
    Choose your source markets and any add-ons. See [Customisation](/campaigns/customisation).
  </Step>

  <Step title="Campaign details">
    Name the campaign and set its start date. See [Campaign details](/campaigns/campaign-details).
  </Step>

  <Step title="Summary">
    Review the full price breakdown, then add to cart or check out. See [Summary](/campaigns/summary).
  </Step>
</Steps>

## The live preview card

Throughout the wizard, the card on the right shows the campaign as it's shaping up — the selected hotel, package and timeline, your source markets, any add-ons, the start date, and the running **Total**. Use it to sanity-check your choices before moving on.

<Tip>
  You can move back at any point with <Ui>Previous step</Ui> at the top left, or close the wizard with the <Ui>✕</Ui> in the top right. Each step must be confirmed before the next unlocks.
</Tip>

<Frame>
  <img src="https://mintcdn.com/hbx-uplifthub/zyL4LvKfcR9_VupI/images/create-campaign-wizard.jpeg?fit=max&auto=format&n=zyL4LvKfcR9_VupI&q=85&s=6ce3057859c1161e91d85729f566ff83" alt="Create Campaign Wizard" width="1357" height="896" data-path="images/create-campaign-wizard.jpeg" />
</Frame>
