# Virbe Documentation

## Virbe Documentation

- [Say hi to Virtual Beings!](https://docs.virbe.ai/master.md)
- [Introduction to Virbe platform](https://docs.virbe.ai/getting-started/introduction-to-virbe-platform.md)
- [Virbe-hosted launch](https://docs.virbe.ai/getting-started/introduction-to-virbe-platform/virbe-hosted-launch.md): Launching Virtual Being as a Virbe-Hosted solution is designed for businesses looking for a turnkey solution. With just a few clicks, you can launch your virtual being directly on our platform.
- [Azure-hosted deployment](https://docs.virbe.ai/getting-started/introduction-to-virbe-platform/azure-hosted-deployment.md): Deploying the Virbe app from the Azure Marketplace is an easy way to integrate our technology into your cloud. Follow this guide for a smooth setup.
- [Dashboard Architecture](https://docs.virbe.ai/dashboard-management/dashboard-architecture.md): A dashboard represents a single virtual being use case. This one-to-one relationship between dashboards and use cases is a fundamental design principle that helps maintain clarity and purpose.
- [Overview](https://docs.virbe.ai/dashboard-management/overview.md): The Overview section provides a comprehensive snapshot of your virtual being's status, subscription details, and deployment information.
- [Profiles](https://docs.virbe.ai/dashboard-management/profiles.md)
- [General](https://docs.virbe.ai/dashboard-management/profiles/general.md): General settings establish core profile functionality and identity.
- [Language](https://docs.virbe.ai/dashboard-management/profiles/language.md): Language configuration determines how your virtual being communicates across different channels.
- [Persona](https://docs.virbe.ai/dashboard-management/profiles/persona.md): Here you select which persona will embody the virtual being for that specific profile.
- [Settings](https://docs.virbe.ai/dashboard-management/profiles/settings.md)
- [Web widget profile settings](https://docs.virbe.ai/dashboard-management/profiles/settings/web-widget-profile-settings.md)
- [Metahuman kiosk profile settings](https://docs.virbe.ai/dashboard-management/profiles/settings/metahuman-kiosk-profile-settings.md)
- [Deployment](https://docs.virbe.ai/dashboard-management/profiles/deployment.md)
- [Web widget deployment](https://docs.virbe.ai/dashboard-management/profiles/deployment/web-widget-deployment.md)
- [Metahuman kiosk deployment](https://docs.virbe.ai/dashboard-management/profiles/deployment/metahuman-kiosk-deployment.md)
- [Configurations](https://docs.virbe.ai/dashboard-management/configurations.md): The Configurations section lets you manage all AI and communication engines required for your virtual being.
- [Speech-to-Text](https://docs.virbe.ai/dashboard-management/configurations/speech-to-text.md)
- [Text-to-Speech](https://docs.virbe.ai/dashboard-management/configurations/text-to-speech.md)
- [AI Models](https://docs.virbe.ai/dashboard-management/configurations/ai-models.md)
- [Conversational Engines](https://docs.virbe.ai/dashboard-management/configurations/conversational-engines.md)
- [Personas](https://docs.virbe.ai/dashboard-management/personas.md): Personas define your virtual being's identity, appearance, and voice.
- [Knowledge Base](https://docs.virbe.ai/dashboard-management/knowledge-base.md): The Knowledge Base serves as your virtual being's memory and understanding center. Here you store and organize all the information your virtual being needs to generate informed responses.
- [Best Practices for Knowledge Base Content](https://docs.virbe.ai/dashboard-management/knowledge-base/best-practices-for-knowledge-base-content.md)
- [Data tables](https://docs.virbe.ai/dashboard-management/data-tables.md): Data Tables provide a structured way to store and manage information that requires precise retrieval and presentation.
- [Conversation Flows](https://docs.virbe.ai/dashboard-management/conversation-flows.md): Conversation Flows are the heart of your virtual being's intelligence.
- [Getting started with Conversation Flows](https://docs.virbe.ai/dashboard-management/conversation-flows/getting-started-with-conversation-flows.md): Conversation flows can be as simple or as complicated as is your use case. We recommend to start simple and add complexity as needed.
- [Managing nodes](https://docs.virbe.ai/dashboard-management/conversation-flows/managing-nodes.md): The building blocks of your virtual being's conversations are organized into logical categories, each serving a specific purpose in creating dynamic interactions.
- [Nodes](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes.md): There are different types of nodes, serving different needs.
- [Logic nodes](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/logic-nodes.md)
- [Route by Profile](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/logic-nodes/route-by-profile.md)
- [If/Else Router](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/logic-nodes/if-else-router.md)
- [Intent Matcher](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/logic-nodes/intent-matcher.md): Leverages LLM understanding to create natural, context-aware routing without needing exact keyword matches, making conversations more flexible and human-like.
- [Flow control nodes](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/flow-control-nodes.md)
- [Go to Flow](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/flow-control-nodes/go-to-flow.md): The Go To Flow node enables modular conversation design by connecting different flows together.
- [Checkpoint](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/flow-control-nodes/checkpoint.md): It creates a savepoint in the flow, enabling the conversation to resume from that point based on user input or system signals.
- [Response nodes](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/response-nodes.md)
- [Text](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/response-nodes/text.md): The Text node sends a fixed, predetermined message to users.
- [LLM Response](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/response-nodes/llm-response.md): The LLM Response node enables AI-generated responses based on context and instructions.
- [Call ConvAI](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/response-nodes/call-convai.md): The Call Conv AI node integrates external conversational AI services into your flow.
- [Behavior wip](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/response-nodes/behavior-wip.md)
- [Behavior](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/response-nodes/behavior.md)
- [Action nodes](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/action-nodes.md)
- [Collect User Data](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/action-nodes/collect-user-data.md): The Collect User Data node gathers and stores specific information from users during conversations.
- [Quick Reply](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/action-nodes/quick-reply.md): The Quick Reply node presents users with predefined response options, guiding the conversation through specific choices.
- [Cards from Table](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/action-nodes/cards-from-table.md)
- [Context nodes](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/context-nodes.md)
- [Find Record(s)](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/context-nodes/find-record-s.md)
- [Integration nodes](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/integration-nodes.md)
- [Call Webhook](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/integration-nodes/call-webhook.md)
- [Custom Action](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/integration-nodes/custom-action.md)
- [Troubleshooting Conversation Flows](https://docs.virbe.ai/dashboard-management/conversation-flows/troubleshooting-conversation-flows.md)
- [Other conversational engines](https://docs.virbe.ai/dashboard-management/other-conversational-engines.md)
- [Dialogflow](https://docs.virbe.ai/dashboard-management/other-conversational-engines/dialogflow.md): Turn your exisiting Dialogflow project into Virbe.
- [Botpress](https://docs.virbe.ai/dashboard-management/other-conversational-engines/botpress.md)
- [Microsoft Bot Framework](https://docs.virbe.ai/dashboard-management/other-conversational-engines/microsoft-bot-framework.md)
- [(Obsolete) Custom Chatbot Engine V1](https://docs.virbe.ai/dashboard-management/obsolete-custom-chatbot-engine-v1.md)
- [AI prompt](https://docs.virbe.ai/dashboard-management/ai-prompt.md)
- [Knowledge Base](https://docs.virbe.ai/dashboard-management/knowledge-base-1.md)
- [Voice / Language](https://docs.virbe.ai/dashboard-management/voice-language.md)
- [Speech Recognition (STT)](https://docs.virbe.ai/dashboard-management/voice-language/speech-recognition-stt.md)
- [Speech Generation (TTS)](https://docs.virbe.ai/dashboard-management/voice-language/speech-generation-tts.md)
- [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)
- [Metahuman Kiosk](https://docs.virbe.ai/virbe-apps/metahuman-kiosk.md)
- [Mobile app (AR/Video)](https://docs.virbe.ai/virbe-apps/mobile-app-ar-video.md)
- [VR/AR Summit Hackathon Guidelines](https://docs.virbe.ai/hackathon-guidelines/openai-gpt-3-hackathon-guidelines.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.virbe.ai/master.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.
