> For the complete documentation index, see [llms.txt](https://docs.virbe.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.virbe.ai/touchpoints.md).

# Touchpoints

- [Kiosk Apps](https://docs.virbe.ai/touchpoints/kiosk-apps.md)
- [Metahuman Kiosk](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk.md)
- [Hardware setup](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup.md): In order to make your Kiosk App work smoothly, you will need a certain hardware setup.
- [Recommended setup](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup/recommended-setup.md): In the below section, you will learn the minimum recommended hardware set-up for Kiosk App.
- [Computer](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup/computer.md): You want the Kiosk App to look good and run smooth. Rule number one: use the proper GPU.
- [Screen](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup/screen.md): Any screen will handle the App. But you can make it look really impressive if you chose it wisely.
- [Microphones](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup/microphones.md): Choosing the right microphone setup will enhance your customer experience
- [IoT](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup/iot.md): You can trigger your virtual being with IoT signals. Check it out!
- [Peripherals](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup/peripherals.md)
- [Operating System](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup/operating-system.md)
- [Windows](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup/operating-system/windows.md)
- [Login & power management](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup/operating-system/windows/login-and-power-management.md): if you want to start the App automatically when you plug in the computer, you have to be sure to set up three parameters in your windows settings.
- [Other](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup/operating-system/windows/other.md)
- [OpenHab](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup/operating-system/windows/openhab.md): If you wish to use IoT (like motion sensor), you will need to set up additional software.
- [Mac](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup/operating-system/mac.md)
- [Remote Access](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup/operating-system/remote-access.md): Take control of your devices. Remotely.
- [Customer Experience](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/customer-experience.md)
- [VAD & press-to-talk](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/customer-experience/vad-and-press-to-talk.md): How you will y listen to your customer?
- [Microphone settings](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/customer-experience/microphone-settings.md): Hear your consumer - set up your mic!
- [Avatars](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/customer-experience/avatars.md): The virtual beings created with our platform can come in many forms thanks to being integrated with Unreal's Metahuman technology.
- [Web Integration](https://docs.virbe.ai/touchpoints/web-integration.md)
- [Unity Integration](https://docs.virbe.ai/touchpoints/unity.md)
- [Basic Setup](https://docs.virbe.ai/touchpoints/unity/basic-setup.md)
- [Open Source Integration](https://docs.virbe.ai/touchpoints/unity/open-source-integration.md)
- [Advanced Setup for AR, VR, XR](https://docs.virbe.ai/touchpoints/unity/advanced-setup-for-ar-vr-xr.md)
- [Ready Player Me Import](https://docs.virbe.ai/touchpoints/unity/ready-player-me-tutorial.md)
- [Unreal Engine (Coming soon)](https://docs.virbe.ai/touchpoints/unreal-engine.md)


---

# 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://docs.virbe.ai/touchpoints.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.
