> For the complete documentation index, see [llms.txt](https://help.security.gallagher.com/command-centre/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/command-centre/visitor-management-powered-by-kenai/visitor-management/assisted-check-in.md).

# Assisted check-in

When a visitor can't use the kiosk, reception checks them in from the dashboard: search for the visitor and complete the check-in manually. A dashboard sign-in is recorded on the visitor log with the **Dashboard** sign-in method.

## Check a visitor in from the dashboard

{% stepper %}
{% step %}

### Find the visitor

Search for the visitor on the dashboard.
{% endstep %}

{% step %}

### Check them in

Complete the check-in manually. The sign-in is recorded on the visitor log with the **Dashboard** sign-in method.
{% endstep %}
{% endstepper %}

## How visitors check themselves in

Most visitors check themselves in at the onsite kiosk on arrival. Assisted check-in from the dashboard is the fallback for when that path can't be used.

{% content-ref url="/pages/0Aq74SeJuZLdkygLYC7U" %}
[Check in at the kiosk](/command-centre/visitor-management-powered-by-kenai/visitor-management/kiosk-check-in.md)
{% endcontent-ref %}


---

# 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/command-centre/visitor-management-powered-by-kenai/visitor-management/assisted-check-in.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.
