# Basic BI Concepts

## What is Business Intelligence (BI)?

Business Intelligence (BI) refers to a collection of processes, technologies, and tools that enable organizations to collect, process, analyze, and visualize data to support **timely and informed decision-making**.

BI empowers organizations to:

* Review **historical performance**
* Understand the **current business situation**
* **Forecast** future trends using data-driven insights

> **Objective:** Deliver the right information to the right users at the right time, transforming raw data into actionable insights that support business strategies.

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

## Key Components of a BI System

<table data-header-hidden><thead><tr><th width="213">Component</th><th>Description</th></tr></thead><tbody><tr><td><strong>Data Sources</strong></td><td>Origin of data such as CRM, ERP, databases, APIs, spreadsheets, etc.</td></tr><tr><td><strong>ETL/ELT Processes</strong></td><td>Methods for Extracting, Transforming, and Loading data into a central repository</td></tr><tr><td><strong>Data Warehouse</strong></td><td>A centralized, structured storage optimized for querying and analysis</td></tr><tr><td><strong>Analytics Tools</strong></td><td>Tools to visualize data through charts, tables, dashboards, etc.</td></tr><tr><td><strong>Reports &#x26; Dashboards</strong></td><td>Interfaces that present data in a user-friendly and interactive manner</td></tr></tbody></table>

## Standard BI Workflow

The typical flow of data in a BI system includes:

1. **Data Collection** – Gather data from multiple sources
2. **Data Transformation** – Cleanse, standardize, and convert data
3. **Data Storage** – Save in a structured data warehouse
4. **Data Analysis & Visualization** – Create visual reports and dashboards
5. **Decision Making** – Use insights for operational or strategic decisions

> 📌 **In FPT Data Suite**, this workflow is implemented through:&#x20;
>
> * **Data Connector → Data Pipeline → Data Visualization**

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

## Benefits of BI for Organizations

Business Intelligence (BI) offers powerful tools to help organizations analyze and make informed decisions through six core functions:

* **Decision Support**\
  Identify business issues and support strategy planning using real-time data.
* **Querying & Reporting**\
  Automatically generate structured, meaningful reports from large data sets.
* **Online Analytical Processing (OLAP)**\
  Rapid multi-dimensional analysis, supporting trend evaluation and financial reporting.
* **Statistical Analysis**\
  Interpret data patterns to uncover underlying trends and business behaviors.
* **Forecasting**\
  Predict future performance and industry trends to proactively plan ahead.
* **Data Mining**\
  Extract meaningful information from large data sets to solve specific business challenges.

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


---

# 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.datasuite.vn/english/introduction/basic-bi-concepts.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.
