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

# Introduction to Session Types

## Overview

Session types define the rules for sessions, which are crucial for tracking the operating states of IoT devices, indicating whether a device is active, idle, or in a custom state.

## Use of Session Types

For example, in vehicles, sessions can show if a car is "running" or "stopped," providing clear insights into its current status. By setting specific conditions while creating session types, you can control when a device starts or ends a session, allowing for better monitoring and management.

<CardGroup cols={2}>
  <Card title="Create a Session Type" icon="plus" href="/platform-guide/session-types/creating-a-session-type">
    You can create a session type and check it in Dashboards using Sessions panel
  </Card>

  <Card title="Delete a Session Type" icon="trash" href="/platform-guide/session-types/deleting-a-session-type">
    You can delete the session types that are not needed.
  </Card>
</CardGroup>
