Skip to main content

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.

This page collects practical guidance for writing predictive queries in a workflow-oriented way.

Overview

Use this page when you want a lightweight writing guide that complements the reference material in Make Predictions, Prediction Types, and Filters and Operators.

Suggested Workflow

  1. Start with the entity you want to predict for.
  2. Choose the target expression and expected output shape.
  3. Confirm the prediction type and time horizon.
  4. Add filters only after the base query structure is working.
  5. Validate the query against a small set of entities before expanding.

Common Writing Tasks

  • Drafting a first query from a table and graph definition.
  • Converting a business question into a valid prediction target.
  • Narrowing context with filters and operators.
  • Reviewing whether the query matches the intended task type.

Next Steps