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

# Learning path

> Begin your Sift journey and grow your confidence with step-by-step tutorials

export const SiftIcon = ({className}) => <span className={`inline-flex items-center align-middle text-black dark:text-white ${className || ''}`}>
    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Artwork" x="0px" y="0px" viewBox="0 0 1005.58 733.96" style={{
  enableBackground: "new 0 0 1005.58 733.96",
  width: "2em",
  height: "2em"
}} xmlSpace="preserve">
      <path fill="currentColor" d="M552.16,150.89c-165.6,0-180.29,160.61-300.62,192.32v2.67h601.24v-2.67C747.74,324.18,717.72,150.89,552.16,150.89z   M453.46,583.08c165.6,0,180.29-160.61,300.62-192.32v-2.67H152.84v2.67C257.88,409.78,287.91,583.08,453.46,583.08z" />
    </svg>
  </span>;

<span id="is-home-page" style={{display: 'none'}} />

<Steps>
  <Step title="Ingest telemetry" icon="database" titleSize="h4">
    Get your data into Sift from files or a live stream.

    <CardGroup cols={2}>
      <Card title="Tutorial 1: Import and visualize historical data in Sift" href="/learning-path/tutorial-1/overview" horizontal>
        Explore different methods for ingesting historical data.
      </Card>

      <Card title="Tutorial 2: Stream and visualize live data in Sift" href="/learning-path/tutorial-2/overview" horizontal>
        Explore the different streaming options available for live data ingestion.
      </Card>
    </CardGroup>
  </Step>

  <Step title="Visualize and analyze" icon="chart-sine" titleSize="h4">
    Use Explore's Panels to spot patterns and dig into the details that matter.

    <CardGroup cols={1}>
      <Card title="Tutorial 3: Visualize and analyze data with interactive telemetry charts" href="/learning-path/tutorial-3/overview" horizontal>
        Discover Sift's tools to explore, navigate, inspect, and compare your telemetry.
      </Card>
    </CardGroup>
  </Step>

  <Step title="Automate telemetry review" icon="magnifying-glass" titleSize="h4">
    Detect issues automatically and get notified the moment they happen.

    <CardGroup cols={2}>
      <Card title="Tutorial 4: Automatically detect and summarize issues in telemetry data" href="/learning-path/tutorial-4/overview" horizontal>
        Use Sift's Rules and Reports features to automatically detect anomalies and summarize insights.
      </Card>

      <Card title="Tutorial 5: Trigger real-time alerts from live data events" href="/learning-path/tutorial-5/overview" horizontal>
        Enable real-time notifications by connecting Rule triggers to external systems using Webhooks.
      </Card>
    </CardGroup>
  </Step>

  <Step title="Transform telemetry" icon="swap" titleSize="h4">
    Derive and reuse logic across your telemetry.

    <CardGroup cols={2}>
      <Card title="Tutorial 6: Create new signals from original data" href="/learning-path/tutorial-6/overview" horizontal>
        Use Calculated Channels to generate new signals and metrics from your existing telemetry.
      </Card>

      <Card title="Tutorial 7: Build reusable logic for consistent data transformation" href="/learning-path/tutorial-7/overview" horizontal>
        Centralize reusable transformation logic using User-Defined Functions.
      </Card>
    </CardGroup>
  </Step>

  <Step title="Manage workspace" icon="bars-progress" titleSize="h4">
    Organize your workspace so resources stay easy to find.

    <CardGroup cols={1}>
      <Card title="Tutorial 8: Tag and search workspace resources with Metadata" href="/learning-path/tutorial-8/overview" horizontal>
        Use Metadata to add structured context to your workspace resources for faster searching and better organization.
      </Card>
    </CardGroup>
  </Step>
</Steps>
