# Dashboard Management

- [Dashboard Architecture](/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](/dashboard-management/overview.md): The Overview section provides a comprehensive snapshot of your virtual being's status, subscription details, and deployment information.
- [Profiles](/dashboard-management/profiles.md)
- [General](/dashboard-management/profiles/general.md): General settings establish core profile functionality and identity.
- [Language](/dashboard-management/profiles/language.md): Language configuration determines how your virtual being communicates across different channels.
- [Persona](/dashboard-management/profiles/persona.md): Here you select which persona will embody the virtual being for that specific profile.
- [Settings](/dashboard-management/profiles/settings.md)
- [Web widget profile settings](/dashboard-management/profiles/settings/web-widget-profile-settings.md)
- [Metahuman kiosk profile settings](/dashboard-management/profiles/settings/metahuman-kiosk-profile-settings.md)
- [Deployment](/dashboard-management/profiles/deployment.md)
- [Web widget deployment](/dashboard-management/profiles/deployment/web-widget-deployment.md)
- [Metahuman kiosk deployment](/dashboard-management/profiles/deployment/metahuman-kiosk-deployment.md)
- [Configurations](/dashboard-management/configurations.md): The Configurations section lets you manage all AI and communication engines required for your virtual being.
- [Speech-to-Text](/dashboard-management/configurations/speech-to-text.md)
- [Text-to-Speech](/dashboard-management/configurations/text-to-speech.md)
- [AI Models](/dashboard-management/configurations/ai-models.md)
- [Conversational Engines](/dashboard-management/configurations/conversational-engines.md)
- [Personas](/dashboard-management/personas.md): Personas define your virtual being's identity, appearance, and voice.
- [Knowledge Base](/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](/dashboard-management/knowledge-base/best-practices-for-knowledge-base-content.md)
- [Data tables](/dashboard-management/data-tables.md): Data Tables provide a structured way to store and manage information that requires precise retrieval and presentation.
- [Conversation Flows](/dashboard-management/conversation-flows.md): Conversation Flows are the heart of your virtual being's intelligence.
- [Getting started with Conversation Flows](/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](/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](/dashboard-management/conversation-flows/nodes.md): There are different types of nodes, serving different needs.
- [Logic nodes](/dashboard-management/conversation-flows/nodes/logic-nodes.md)
- [Route by Profile](/dashboard-management/conversation-flows/nodes/logic-nodes/route-by-profile.md)
- [If/Else Router](/dashboard-management/conversation-flows/nodes/logic-nodes/if-else-router.md)
- [Intent Matcher](/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](/dashboard-management/conversation-flows/nodes/flow-control-nodes.md)
- [Go to Flow](/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](/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](/dashboard-management/conversation-flows/nodes/response-nodes.md)
- [Text](/dashboard-management/conversation-flows/nodes/response-nodes/text.md): The Text node sends a fixed, predetermined message to users.
- [LLM Response](/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](/dashboard-management/conversation-flows/nodes/response-nodes/call-convai.md): The Call Conv AI node integrates external conversational AI services into your flow.
- [Behavior](/dashboard-management/conversation-flows/nodes/response-nodes/behavior.md)
- [Action nodes](/dashboard-management/conversation-flows/nodes/action-nodes.md)
- [Collect User Data](/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](/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](/dashboard-management/conversation-flows/nodes/action-nodes/cards-from-table.md)
- [Context nodes](/dashboard-management/conversation-flows/nodes/context-nodes.md)
- [Find Record(s)](/dashboard-management/conversation-flows/nodes/context-nodes/find-record-s.md)
- [Integration nodes](/dashboard-management/conversation-flows/nodes/integration-nodes.md)
- [Call Webhook](/dashboard-management/conversation-flows/nodes/integration-nodes/call-webhook.md)
- [Custom Action](/dashboard-management/conversation-flows/nodes/integration-nodes/custom-action.md)
- [Troubleshooting Conversation Flows](/dashboard-management/conversation-flows/troubleshooting-conversation-flows.md)
