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

This section allows you to manage and customize various aspects of the platform configuration.

With Settings, you have complete control over the platform’s functionality, allowing you to tailor it to your specific use case. Whether you’re managing users, setting roles, or configuring device components, this section enables smooth and efficient configuration of the Bytebeam platform.

## Settings in the platform

<CardGroup cols={2}>
  <Card title="General" icon="desktop" href="/platform-guide/general-settings">
    Easily manage the platform's core settings, including configuring serial keys, updating logos, and customizing favicons to personalize the platform’s appearance and branding.
  </Card>

  <Card title="Streams" icon="database" href="/platform-guide/streams-tables/introduction-to-streams">
    Add, edit, or delete data streams for your devices, allowing you to capture, visualize, and manage live data flows from your connected devices seamlessly.
  </Card>

  <Card title="Users" icon="users" href="/platform-guide/users/introduction-to-users-in-projects">
    Manage team access by creating, editing, or deleting users. Control who can access the platform and define their roles and permissions.
  </Card>

  <Card title="Roles" icon="shield" href="/platform-guide/roles/role-based-access-control">
    Configure roles and permissions with Role-Based Access Control (RBAC). Define user roles and grant specific permissions for better access control and security.
  </Card>

  <Card title="Session Types" icon="clock" href="/platform-guide/session-types/introduction-to-session-types">
    Create, edit, or delete session types to define and manage your workflow sessions. Tailor the types of sessions based on your operational needs.
  </Card>

  <Card title="DBC Parsers" icon="file-code" href="/platform-guide/dbc-parsers/introduction-to-dbc-parsers">
    Create and manage DBC Parsers to parse and analyze device data in the DBC format. Edit or delete existing parsers to keep your data processing efficient.
  </Card>

  <Card title="Device Components" icon="cube" href="/platform-guide/device-components/introduction-to-device-components">
    Create, edit, and delete device components. This feature allows you to manage the various parts of your devices for better device control and operation management.
  </Card>
</CardGroup>
