# Dashboard Architecture

A dashboard consists of the following core components:

1. [Overview](/dashboard-management/overview.md)
   * Dashboard Status
   * Subscription Information
   * Recent Issues
   * Profiles List & Status<br>

     <figure><img src="/files/sKn0PtP6VYahdtKgw4FG" alt=""><figcaption><p>Overview</p></figcaption></figure>
2. [Profiles](/dashboard-management/profiles.md)
   1. Configure channel-specific settings
   2. Customize interface and behavior
   3. Manage deployment\ <br>

      <figure><img src="/files/YtsbXKEdGbDXWKmXaBc3" alt=""><figcaption><p>Profile</p></figcaption></figure>
3. [Configurations](/dashboard-management/configurations.md)

   * Speech-to-Text Setup
   * Text-to-Speech Setup
   * AI Models Integration
   * External conversational AI engines

   <figure><img src="/files/hhRQ3yxAc1sfaGCfRpg8" alt=""><figcaption><p>Configurations</p></figcaption></figure>
4. [Personas](/dashboard-management/personas.md)
   * Avatar Management
   * Voice and Language Configuration
   * Personality Settings<br>

     <figure><img src="/files/4C7jcXPjzkGoPbSWccUd" alt=""><figcaption><p>Personas</p></figcaption></figure>
5. [Knowledge Base](/dashboard-management/knowledge-base.md)
   * Manage content to be used when generating responses
   * Collections and documents management<br>

     <figure><img src="/files/LZRxjaxKiaPVMG3Uhyao" alt=""><figcaption></figcaption></figure>
6. [Data Tables](/dashboard-management/data-tables.md)
   * Store structured information
   * Manage data in real-time
   * Ensure data accuracy<br>

     <figure><img src="/files/0x9ROZeb5ARsqILAWhkf" alt=""><figcaption><p>Data tables</p></figcaption></figure>
7. [Conversation Flows](/dashboard-management/conversation-flows.md)
   * Design conversational flows
   * Configure response logic
   * Set up integrations<br>

     <figure><img src="/files/2AIVDDJmXwPSj6kOqcol" alt=""><figcaption><p>Conversation flows</p></figcaption></figure>
8. Conversations
   * Conversation history
   * Human hand-over<br>

     <figure><img src="/files/sQTQ7Fk4aZCPFuAE1FWk" alt=""><figcaption><p>Conversation log with human handover</p></figcaption></figure>
9. Issues

   * Error Monitoring
   * System Notifications

   <figure><img src="/files/oUBFPEqRY2CW5tgfb94f" alt=""><figcaption></figcaption></figure>

Each component works in harmony to create a cohesive virtual being experience, ensuring consistent behavior and responses across all deployment channels while maintaining the specific requirements of each implementation context.

<br>


---

# 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.virbe.ai/dashboard-management/dashboard-architecture.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.
