📚 Learning Flow

AI Agent Tutorial

Quick Start (3 minutes)

System Overview & Core Concepts

Run in Colab (No Code)

Build Your Own AI Agent

FAQ / Troubleshooting

How does the AI Agent retrieve insights?

You submit a complete question. The system uses an LLM to understand what you want, then calls five Agents in sequence:

Dataset Search → Analytics Planning → Filter Decision → Analytics Execution → Interpretation

This end-to-end flow is built on RAG (retrieve first, then generate) and vector-based semantic search.


The Five Agents (what they do & what they expect)

  1. Dataset Search Agent
  2. Analytics Planning Agent
  3. Filter Decision Agent
  4. Analytics Execution Agent
  5. Interpretation Agent

Plain-English Glossary


Pro tip: Ask a complete question

Completeness checklist (copy and tick)

Question template (edit in place)

Is there a relationship between <Metric A> in <Time Range A> and <Metric B> in <Time/Year B> across <Geography Level/Scope>?

Example (ready to use):

Is there a relationship between the average GDP growth at purchasers' prices from 2021 to 2024 and the Gini coefficient of each state in Malaysia in 2024?

Non-examples (the Agent can’t answer these)


Welcome to the next chapter! We’ll run the Agent hands-on and unpack how each step works.

P.S. You do not need to prepare your own environment—we’ll use Google Colab so you can run everything in the browser.

                                                ← Previous: [

Quick Start (3 minutes)](https://deciduous-centipede-9d7.notion.site/Quick-Start-3-minutes-264ddf94fd14808d9b83c9da2cf9efb4) | Next:Run in Colab (No Code) →