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

# Overview

> Synthefy provides Python SDKs for tabular regression and time series forecasting.

<CardGroup cols={2}>
  <Card title="Nori Quickstart" icon="table" href="/nori/quickstart">
    Predict on tabular data with no training. Run locally or call the hosted API.
  </Card>

  <Card title="Time Series Quickstart" icon="chart-line" href="/sdk/quickstart">
    Forecast multivariate time series with context. Learn the basics of making forecasts with our Python client.
  </Card>

  <Card title="Use Cases" icon="dollar-sign" href="/usecases/pricing_simulation">
    See how Synthefy is used for pricing, inventory, economic backtesting, and more.
  </Card>

  <Card title="Scenario Simulation" icon="layers" href="/usecases/pricing_simulation">
    Coming Soon: Test different scenarios and their impact on forecasts with advanced simulation tools.
  </Card>
</CardGroup>
