# Showroom Kiosk

The Scout kiosk is the touch-screen interface in your showroom. Customers can browse, ask questions, and check in — all without needing a rep right there.

> **Status:** Draft — content coming soon.

## In this section

* [**Check-In**](/kiosk/check-in.md) — Greet walk-in customers and connect them to their profile
* [**Browse and Chat**](/kiosk/browse-and-chat.md) — Vehicle browsing and AI chat from the showroom floor
* [**Service and Test Drive**](/kiosk/service-and-test-drive.md) — Book test drives and service appointments on the spot
* [**Trade-In**](/kiosk/trade-in.md) — Get a trade-in estimate without waiting for a rep


---

# Agent Instructions: 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:

```
GET https://docs.scoutautos.com/kiosk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
