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

# Summary

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 final step is a quick overview of your campaign and its price. Each line shows what's included — package, placements and any add-ons — with extras priced individually and inclusions marked as **Included**.

## What the summary shows

The breakdown lists each component of the campaign, for example:

* **Package** — the base price for your selected tier.
* **Sponsored listing** and **banner placements** — marked **Included** where they come with your package.
* **Additional display ad source markets** — €500 per extra market.
* **Email banner** — €1,000 if added.
* **Total** — the full price for the campaign.

## Add to cart or check out

<Steps>
  <Step title="Review the breakdown">
    Check the line items and the **Total** match what you intended. Use <Ui>Previous step</Ui> to go back and adjust anything.
  </Step>

  <Step title="Choose how to proceed">
    Click <Ui>Add to Cart</Ui> to keep building — useful if you want to create more campaigns before ordering — or <Ui>Checkout</Ui> to go straight to your cart.
  </Step>
</Steps>

<Tip>
  Adding to cart lets you bundle several campaigns into a single order. See the [Shopping Cart](/checkout/shopping-cart) for the next step.
</Tip>

<Frame>
  <img src="https://mintcdn.com/hbx-uplifthub/zyL4LvKfcR9_VupI/images/wizard-summary.jpeg?fit=max&auto=format&n=zyL4LvKfcR9_VupI&q=85&s=705d347b949bb170b4163a9f452dae0d" alt="Wizard Summary" width="1357" height="896" data-path="images/wizard-summary.jpeg" />
</Frame>
