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

# Time Series

> Time Series Analysis in Real Time

## Topics

<CardGroup cols={2}>
  <Card title="Data Types" href="/content/time_series/types">
    * [SQL Types](/content/time_series/types#ts-column-types-sql)
    * [Native Types](/content/time_series/types#ts-column-types-native)
  </Card>

  <Card title="Functions">
    * [Conversion Functions](/content/sql/query#sql-conversion-functions)
    * [Date/Time Base Functions](/content/sql/query#sql-datetime-functions-base)
    * [Date/Time Complex Conversion Functions](/content/sql/query#sql-datetime-functions-complex)
  </Card>

  <Card title="Bucketing">
    * [Date Bucketing](/content/time_series/date_bucket)
    * [Time Bucketing](/content/time_series/time_bucket)
  </Card>

  <Card title="Temporal Windows" href="/content/sql/query#sql-window">
    * [Window Functions](/content/sql/query#sql-window)
    * [Aggregate Functions](/content/sql/query#sql-window-types-agg)
    * [Ranking Functions](/content/sql/query#sql-window-types-rank)
  </Card>

  <Card title="Trend Analysis & Forecasting" href="/content/sql/query#sql-ml-functions">
    * [PREDICT](/content/sql/query#sql-ml-functions-predict)
    * [OUTLIERS](/content/sql/query#sql-ml-functions-outliers)
  </Card>

  <Card title="Temporal Joins" href="/content/sql/query#sql-join-asof">
    * [ASOF Joins](/content/sql/query#sql-join-asof)
  </Card>
</CardGroup>

## Product Highlights

<CardGroup cols={3}>
  <Card title="Temporal Joins">
    Connect tables whose timestamps don't exactly match with ASOF joins
  </Card>

  <Card title="Window Functions">
    Apply aggregate and ranking functions over a period of time
  </Card>

  <Card title="Entity Tracking">
    Track GPS enabled devices through time and space
  </Card>
</CardGroup>

## How-To Guides

<CardGroup cols={2}>
  <Card title="Quick Start Guide" icon="book" href="/content/guides/quickstart-guide/index">
    Get started with Kinetica Workbench

    Length: 15 MIN
  </Card>
</CardGroup>

## Next Steps

Now that you are familiar with Kinetica's time series capabilities, here are a few resources to check out next:

* [Loading Data](/content/load_data/index)
* [SQL](/content/sql/index)
* [GAdmin](/content/admin/gadmin/index)
