> For the complete documentation index, see [llms.txt](https://docs.gatenox.com/gatenox-hub-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gatenox.com/gatenox-hub-wiki/compliance-cloud-how-to/start-onboarding-customers-with-gatenox/referral-code.md).

# Referral code

Each verifier receives a dedicated referral code which is used to quickly redirect the customer to Gatenox and start the onboarding process.

### Where is my referral code?

The referral code is generated automatically after a new company is created. It can be found in the "Settings" menu under the "Company information" tab.

<figure><img src="/files/SkwxCcJPGl6qBD700SHd" alt="Settings - company information, referral code"><figcaption><p>Settings - company information, referral code</p></figcaption></figure>

Your code consists of randomly generated letters and digits. If you prefer you can change the code to better fit your requirements, for example: company name.

### Where referral code is used?

The referral code (with a link to Gatenox Hub) is used in:

1. Invitation emails ([Send the invitation for review to the corporate client](/gatenox-hub-wiki/compliance-cloud-how-to/start-onboarding-customers-with-gatenox/send-invitation-for-review.md))
2. "Apply via Gatenox" button or link ([Apply via Gatenox](/gatenox-hub-wiki/compliance-cloud-how-to/start-onboarding-customers-with-gatenox/apply-via-gatenox.md))

### What will my customer see after clicking on the referral link?

Customers will be redirected to the welcome page after clinking on the link/button with your referral code. The information about your onboarding process and your services will be displayed, along with the "Sign up" / "Login" to the Gatenox Hub button.

After logging in to Gatenox your company will be automatically added to the customer's current onboarding list.

<figure><img src="/files/2cZvDO9FpgRSwgViU1TE" alt="Invitation for verification"><figcaption><p>Invitation for corporate verification</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
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, and the optional `goal` query parameter:

```
GET https://docs.gatenox.com/gatenox-hub-wiki/compliance-cloud-how-to/start-onboarding-customers-with-gatenox/referral-code.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
