> For the complete documentation index, see [llms.txt](https://support.meetuma.ai/uma-knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.meetuma.ai/uma-knowledgebase/user-guides/visitor-management/check-in-out-of-a-building.md).

# Check in / out of a building

### **Pre-Registered Check In**&#x20;

Checking in via the kiosk or mobile follows the same process:

<figure><img src="/files/3G4v70L8EpbOsOXqPOBD" alt=""><figcaption><p>Click on GIF to enlarge</p></figcaption></figure>

1. Enter your name.
2. If the visitor is found, it will allow them to proceed to check in.
3. Check in.
4. The host is notified via an email notification.

![](https://help.meetuma.ai/rest/api/content/987791362/child/attachment/att986480663/download)

### **Ad-Hoc Check In**&#x20;

Checking in via the kiosk or mobile follows the same process:

<figure><img src="/files/sdsYSKh9pjr2MgzVf3MN" alt=""><figcaption></figcaption></figure>

* A prompt will ask if you’ve been invited.
* Press ‘no’ to continue to check in.
* Here you can check in as a visitor or an employee.
* Check in and the visit will be registered in the visit log.

&#x20;

### **Check Out**&#x20;

Checking out via the kiosk or mobile follows a similar process:

<figure><img src="/files/yRScnCwKoC5l7KxOeynB" alt=""><figcaption></figcaption></figure>

* Enter your name.
* If the visitor is found, it will allow them to proceed to check out.
* Check out.
* The host is notified via an email notification.

![](https://help.meetuma.ai/rest/api/content/987791362/child/attachment/att987955208/download)


---

# 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://support.meetuma.ai/uma-knowledgebase/user-guides/visitor-management/check-in-out-of-a-building.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.
