> ## 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.

# Tutorials

> Explore step-by-step tutorials that show you how to use Sift's full range of features and capabilities

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

<Steps>
  <Step title="Ingest" icon="database" titleSize="h4">
    Send telemetry to Sift from a Python script or a Rust application.

    <CardGroup cols={2}>
      <Card title="Getting started with streaming data to Sift using Python" href="/tutorials/ingest/tutorial-1" horizontal>
        Send live telemetry from a Python script to Sift and view it in real time.
      </Card>

      <Card title="Getting started with streaming data to Sift using Rust" href="/tutorials/ingest/tutorial-2" horizontal>
        Send live telemetry from a Rust application to Sift and view it in real time.
      </Card>
    </CardGroup>
  </Step>

  <Step title="Analyze" icon="chart-sine" titleSize="h4">
    Explore telemetry data using Explore, Sift's visualization workspace.

    <CardGroup cols={2}>
      <Card title="Getting started with Explore (legacy)" href="/tutorials/analyze/explore-v1/tutorial-1" horizontal>
        Explore telemetry data using Explore (legacy).
      </Card>

      <Card title="Getting started with Explore" href="/tutorials/analyze/explore/tutorial-1" horizontal>
        Build a multi-Panel workspace to visualize and understand your telemetry.
      </Card>
    </CardGroup>
  </Step>

  <Step title="Manage" icon="bars-progress" titleSize="h4">
    Control access to your workspace and organize resources for faster searching.

    <CardGroup cols={2}>
      <Card title="Integrate an Identity Provider (IdP) with Sift" href="/tutorials/manage/tutorial-1" horizontal>
        Integrate an external Identity Provider (IdP) with Sift using Microsoft Entra ID.
      </Card>

      <Card title="Getting started with Metadata in Sift" href="/tutorials/manage/tutorial-2" horizontal>
        Create Metadata keys and use them to filter resources in Sift.
      </Card>

      <Card title="Getting started with attribute-based access control (ABAC)" href="/tutorials/manage/tutorial-3" horizontal>
        Use attribute-based access control (ABAC) to restrict access to specific resources.
      </Card>
    </CardGroup>
  </Step>
</Steps>
