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

# Campaign Details

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

Almost there. This step captures the two details that identify and schedule your campaign — both are required before you can continue.

<Steps>
  <Step title="Name the campaign">
    Enter a **Campaign name**. This is how the campaign appears in your cart and on the **Campaigns** screen, so make it clear and descriptive.
  </Step>

  <Step title="Set the start date">
    Pick a **Start Date** using the date picker. The campaign runs for the timeline you chose in step 1, starting from this date.
  </Step>

  <Step title="Confirm">
    Click <Ui>Confirm selection</Ui> to review your summary.
  </Step>
</Steps>

<Note>
  Both fields are required — <Ui>Confirm selection</Ui> stays disabled until a name and start date are set.
</Note>

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