> ## Documentation Index
> Fetch the complete documentation index at: https://kumo.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Introduction to KumoRFM — the relational foundation model for predictive AI on relational data

[Kumo](https://kumo.ai/) is a next-generation predictive AI platform for relational data that lets you generate high-quality predictions directly from your data warehouse without model training or feature engineering.

At its core is [KumoRFM](https://kumo.ai/research/kumo_relational_foundation_model.pdf), a **relational foundation model** trained on large-scale real and synthetic relational data that performs in-context predictions. It learns from your existing data at query time without training, enabling fast, production-ready predictions with minimal setup. For use cases that require additional optimization, KumoRFM can also be **fine-tuned** for task-specific performance.

Prediction tasks are defined using **Predictive Query Language (PQL)**, a lightweight SQL-like interface. **Kumo's coding agent** translates natural language into PQL and helps you author and iterate on SDK-based workflows directly in your notebook or IDE of choice.

The KumoRFM SDK supports two modes:

<CardGroup cols={3}>
  <Card title="KumoRFM" icon="bolt" href="/rfm/quickstart">
    For instant, in-context predictions. No model training required.
  </Card>

  <Card title="KumoRFM Fine-Tuning" icon="wrench" href="/quick-start/fine-tune">
    For optimizing performance on specific tasks with custom training.
  </Card>

  <Card title="Kumo Coding Agent" icon="github" href="/rfm/coding-agent-quick-start">
    AI agent that translates natural language into PQL and SDK workflows.
  </Card>
</CardGroup>

## Get Started

<CardGroup cols={2}>
  <Card title="Pre-Trained Quick Start Notebook" icon="play" href="https://colab.research.google.com/drive/1v4eQbYmw3xWXX9gT7gPwtEtZU_15YXDH">
    Open in Google Colab
  </Card>

  <Card title="Fine-Tuning Quick Start Notebook" icon="play" href="https://colab.research.google.com/drive/1WOyMm8gdT1lwrmgRjJUSwb940sn6jUM4">
    Open in Google Colab
  </Card>
</CardGroup>
