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

# Adding a new account

> Add an advertiser to Uplift Hub — the top of the hierarchy.

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

An **Account** is the buying company of a campaign — usually the advertiser.
It sits at the top of the Uplift Hub hierarchy; every campaign and line item
belongs to one.

<Steps>
  <Step title="Open Accounts">
    Select <Ui>Accounts</Ui> from the left sidebar.
  </Step>

  <Step title="Add new account">
    Click <Ui>Add new account</Ui> in the top right.
  </Step>

  <Step title="Fill in details">
    Complete the account details. Required fields are marked with a red
    asterisk **\***. Click <Ui>Create account</Ui> to save.
  </Step>
</Steps>

<Frame caption="New account form">
  <img src="https://cdn-uplifthubs.s3.eu-west-2.amazonaws.com/Documentation/AddAcount.png" alt="New account form" />
</Frame>

***

## Account name

Include any relevant identifiers from your internal systems in the account name for
easy cross-reference. For example: `Sandals Resorts (SF-00123)`.

***

## Product IDs

The **Product IDs** field stores the unique identifiers your organisation uses to
reference a property or supplier in your own systems. For a tour operator, this
might be a **Giata Code**, a hotel chain's internal property ID, or a reference
from your booking or CRM platform. Multiple IDs can be added to a single account.

<Tip>
  Product IDs are visible across campaigns and line items linked to the account,
  making it easier to reconcile records between Uplift Hub and your other tools.
</Tip>

***

## After creating an account

Once saved, the account is immediately available to assign campaigns to. Head
to <Ui>Campaigns</Ui> in the sidebar and click <Ui>Add campaign</Ui> to
continue setup.

See [Creating a campaign](/setup/create-campaign) for next steps.
