> For the complete documentation index, see [llms.txt](https://help.security.gallagher.com/smb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.security.gallagher.com/smb/test-and-active/onboard-users.md).

# Onboard the KAH

### Onboarding the Key Account Holder (KAH)

Once the customer's site has been [activated](/smb/test-and-active/activate-site.md), an invitation email is sent to the Key Account Holder (normally the business owner). You may help the Key Account Holder through the steps in the email to ensure they are onboarded as the first fully privileged system user. The steps are:

1. Download the app, following the link in the email.
2. Trigger the SMS verification code to be sent.
3. Enter the verification code in the app.
4. Set up their preferred FIDO authentication option for logging into the app.

In order to download the credential and gain access to the security system, each user must have access to both the email address and mobile phone number (to receive the verification code) entered on their account details.

The Key Account Holder has no special privileges - they are the first person to log into the SMB app for a  site. &#x20;

### Issues with onboarding Key Account Holder

If you are unable to onboard the key account holder, ensure they have a PIN, pattern, fingerprint, or Face ID set on their phone. If they don’t, they will need to set one.


---

# 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://help.security.gallagher.com/smb/test-and-active/onboard-users.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.
