> ## 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.

# Select Package

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>;

The first step sets the foundation for your campaign: how long it runs and which package it's built on. Your choice here drives the inclusions and the base price shown on the preview card.

<Steps>
  <Step title="Choose a timeline">
    Use the **Timeline** dropdown to set the campaign length. Choosing **2+ Months** applies a 25% discount to qualifying campaigns.
  </Step>

  <Step title="Select a package">
    Pick **Core**, **Core+** or **Premium**. Each card shows its monthly price and a short description. The selected package is highlighted and its price feeds the running **Total**.
  </Step>

  <Step title="Compare if needed">
    Not sure? Click <Ui>Compare packages</Ui> to see a side-by-side breakdown of what each tier includes.
  </Step>

  <Step title="Confirm">
    Click <Ui>Confirm selection</Ui> to move on to selecting your hotel.
  </Step>
</Steps>

<Tip>
  See [Choosing a package](/packages/choosing-a-package) for a full comparison of Core, Core+ and Premium.
</Tip>

<Frame>
  <img src="https://mintcdn.com/hbx-uplifthub/zyL4LvKfcR9_VupI/images/wizard-select-package.jpeg?fit=max&auto=format&n=zyL4LvKfcR9_VupI&q=85&s=6a79c112a01dc6b08422597ce1da5966" alt="Wizard Select Package" width="1357" height="896" data-path="images/wizard-select-package.jpeg" />
</Frame>
