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

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

This step links the campaign to a specific property. The hotel you pick appears on the preview card and on every screen of the campaign from here on.

<Steps>
  <Step title="Open the hotel selector">
    Click the **Select…** dropdown and choose the property you want to promote. The selected hotel appears below with its name and district.
  </Step>

  <Step title="Flag a New Addition (optional)">
    Tick **This property qualifies as a New Addition** if it applies to your hotel.
  </Step>

  <Step title="Confirm">
    Click <Ui>Confirm selection</Ui> to continue to customisation.
  </Step>
</Steps>

<Note>
  Not sure whether your property qualifies as a New Addition, or can't find your hotel in the list? Check with your account manager — see [Get help](/reference/support).
</Note>

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