> 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/guardian-app/guardian-assets.md).

# Check assets in and out

Reconcile a visitor's declared assets from the Guardian app: check items **in** when the visitor arrives and **out** when they leave, so the site always knows what came in and what left. You can also add items that weren't declared, and use the camera with AI to describe an item for you.

**Before you start**

* Asset declaration must be enabled on the site.
* The visitor must be signed in (they'll appear in the **Visitor Log**).

## Check assets in

Open the visitor, confirm each declared item is present, and complete the check-in.

{% stepper %}
{% step %}

### Open the visitor's assets

In the **Visitor Log**, tap the visitor to open their **Visitor Profile**, then tap the **Assets In** tile.
{% endstep %}

{% step %}

### Confirm each declared asset

Each declared item shows with a **Checked In** / **Declared** toggle. Tap **Checked In** for every item the visitor has with them (it highlights green).
{% endstep %}

{% step %}

### Add the detail (optional)

To capture more, open an item and use **Edit Asset**: take a photo and tap the AI icon next to **Description** to have Kenai describe the item for you, then fill in the **Identifier** and **Notes**. Tap **Save Changes**.
{% endstep %}

{% step %}

### Add an undeclared item (optional)

For anything not on the list, tap **Add Asset**, capture a photo and details, then **Add Asset**.
{% endstep %}

{% step %}

### Complete the check-in

With every item marked green, tap **Complete Check-In**. The visitor's profile then shows the count, for example *3 Checked In*.
{% endstep %}
{% endstepper %}

## Check assets out

On departure, reopen the visitor and account for every item: each is either leaving with them or staying on site.

{% stepper %}
{% step %}

### Open Assets Out

In the **Visitor Log**, open the visitor and tap the **Assets Out** tile. Confirm the **Sign Out Visitor?** prompt to start sign-out.
{% endstep %}

{% step %}

### Account for each item

Under **DECLARED ASSETS**, mark each item **Checked Out** (leaving with the visitor) or **Still On Site** (not produced on exit, shown in red).
{% endstep %}

{% step %}

### Add an undeclared item (optional)

For anything the visitor is leaving with that wasn't declared, tap **Add Undeclared Asset** and capture it.
{% endstep %}

{% step %}

### Complete the check-out

Tap **Complete Check-Out**. The footer tally reflects the outcome, for example *2 Checked Out · 1 On Site*.
{% endstep %}
{% endstepper %}

## Edit or remove an item

Use the **three-dot menu** on any asset row to **Edit Asset** or **Remove Asset**. A removed item moves to **DELETED ASSETS**, where you can **Restore** it. If you find a missed item after completing a check, reopen the visitor's assets, change the status, and complete again.

{% hint style="warning" %}
**Warning:** if a visitor can't produce a declared item on exit, mark it **Still On Site** rather than checking it out, and follow your site's security protocol before concluding the visit. The recorded check is the site's record of what left.
{% endhint %}


---

# 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/guardian-app/guardian-assets.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.
