4 min readUpdated Mar 2, 2026

BiIntelligenceTile Documentation

Overview

The BiIntelligenceTile is an AI-powered business intelligence visualization component designed to analyze multiple workflows and identify alerts and opportunities within the data. It utilizes advanced machine learning algorithms to provide actionable insights displayed with relevant attributes such as priority, confidence, timeline, and impact. The tile includes caching mechanisms to optimize performance during sessions, preserving data across tab switches and refreshing only when necessary.

Purpose

How It Works

  1. Insight Generation: When initialized, the tile retrieves user-defined workflows and optionally a custom prompt for insight generation.
  2. Data Caching: A session-level cache is implemented to store generated insights, reducing unnecessary re-fetching.
  3. User Interaction: Users can interact with the generated insights, fetching more details via a modal interface and refreshing insights as needed.

Expected Data

Settings

1. Title

2. Subtitle

5. Workflow IDs

6. Custom Prompt

Use Cases & Examples

Use Case 1: Risk Management

A financial institution can utilize the BiIntelligenceTile to actively monitor transaction workflows for potential fraud alerts. By analyzing past transactions against defined behaviors, the tile identifies anomalies that require immediate attention from analysts.

Use Case 2: Operational Efficiency

A supply chain company may implement this tile to assess labor workflows for bottlenecks. Insights can highlight inefficiencies in logistics processes, allowing managers to strategically allocate resources.

Concrete Example Configuration

For the risk management use case, the BiIntelligenceTile can be configured with the following properties:

json
{
    "title": "Fraud Detection Insights",
    "subtitle": "Monitoring Transaction Risks",
    "footerText": "Real-time insights generated from transaction data",
    "footerColor": "#f44336",
    "workflowIds": ["trans-001", "trans-002", "trans-003"],
    "customPrompt": "Identify any suspicious transaction patterns that commonly indicate fraud."
}

In this configuration:

Billing Impacts

Using the BiIntelligenceTile may impact billing based on:

Ensure you monitor usage statistics for potential billing changes when utilizing this powerful component of the Vantage platform.