> For the complete documentation index, see [llms.txt](https://support.holidayhero.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.holidayhero.com/partner-portal/getting-started/onboarding.md).

# Onboarding

#### What is onboarding? <a href="#what-is-onboarding" id="what-is-onboarding"></a>

**Onboarding** is the short set-up flow you go through the first time you sign in. It creates the **organization** you operate as — the legal entity we invoice, pay out to, and attach your affiliate links and referrals to — and records your acceptance of our terms.

Until it is finished the portal keeps sending you back to it, so the sidebar and the rest of the portal only appear once you are through.

{% stepper %}
{% step %}

### Business or person

The first screen asks **How do you want to get started?** and offers two routes:

| Choice                          | Use it when                                                                                                                                                |
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **I have a business**           | You are partnering through a company. We look your venue up on Google to fill in the address, and we ask for your VAT ID and business registration number. |
| **I am signing up as a person** | You are partnering in your own name. We set the organization up under your own name — no company details needed.                                           |

You can add a business later, so pick the one that fits you today.
{% endstep %}

{% step %}

### A) Find your business

If you chose **I have a business**:

1. Start typing your business name or address in **Search for address**.
2. Pick the matching result from the suggestions. The address fields fill in for you.
3. Check the **Business name** and address fields, and correct anything that is off.
4. Fill in **VAT ID** and **Business registration number** — both are required.
5. Optionally fill in your **IBAN**.
6. Click **Continue**.

| Field                                                                          | Description                                                                                                                  |
| ------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------- |
| **Business name**                                                              | The name of your organization, prefilled from the Google result.                                                             |
| **Address**, **Address 2**, **Postal code**, **City**, **Region**, **Country** | Your registered address, prefilled from the Google result and editable.                                                      |
| **VAT ID**                                                                     | Required. Your VAT identification number.                                                                                    |
| **Business registration number**                                               | Required. Your chamber-of-commerce or equivalent registration number.                                                        |
| **IBAN**                                                                       | Optional here. Used for kickback payouts — you can add it later on the [Organization](/partner-portal/organization.md) page. |

{% hint style="info" %}
&#x20;The address fields stay hidden until you pick a search result. If your venue isn't on Google, pick the closest address and correct the fields afterwards.
{% endhint %}
{% endstep %}

{% step %}

### B) Continue as a person

If you chose **I am signing up as a person**, we show the name and email address on your account and create the organization under your own name. Check that it is you and click **Continue**.
{% endstep %}

{% step %}

### Accept the terms

The last screen asks you to accept our **Terms and Conditions**.

1. Open the **Terms and Conditions** link and read the current version.
2. Tick **I have read and accept the Terms and Conditions**.
3. Click **Continue**.

You land on your [Dashboard](/partner-portal/dashboard.md), and the portal is yours to use.

{% hint style="info" %}
The tick box is mandatory — **Continue** returns an error until it is ticked. When we publish a new version of the terms you are asked to accept it again the next time you sign in.
{% endhint %}
{% endstep %}
{% endstepper %}

#### After onboarding <a href="#after-onboarding" id="after-onboarding"></a>

Two things are worth doing straight away:

1. Add your **IBAN** on the [Organization](/partner-portal/organization.md) page if you skipped it. Your dashboard shows a reminder banner until you do.
2. Create your first [affiliate link.](/partner-portal/affiliate/link-details.md)

***

#### Frequently Asked Questions <a href="#frequently-asked-questions" id="frequently-asked-questions"></a>

<details>

<summary>I picked the wrong option — can I switch from person to business?</summary>

Not from the portal. The organization type is set once during onboarding and shown read-only on the [Organization](/partner-portal/organization.md) page. Contact HolidayHero and we will change it for you

</details>

<details>

<summary>Can I change my organization's name or address later?</summary>

Not yourself. The details card on the [Organization](/partner-portal/organization.md) page is read-only apart from the IBAN — contact HolidayHero to have anything else updated.

</details>

<details>

<summary>Do I have to fill in my IBAN during onboarding?</summary>

No, it is optional at that point. But we cannot pay out the commission you earn without it, so add it soon after — the dashboard keeps reminding you until you do.

</details>

<details open>

<summary>I keep landing back on the onboarding screen.</summary>

That means the flow hasn't been completed: either no organization was created, or the current version of the terms hasn't been accepted yet. Follow it through to the end and you'll land on the dashboard.

</details>

***

## Agent Instructions: Querying This Documentation <a href="#agent-instructions-querying-this-documentation" id="agent-instructions-querying-this-documentation"></a>

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.holidayhero.com/partner-portal/getting-started/onboarding.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language. The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
