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

# Introduction

> Welcome to Sweep - A Powerful Task Management Framework for Roblox

<img className="block dark:hidden" src="https://mintlify.s3.us-west-1.amazonaws.com/cindersoftworks/images/hero-light.svg" alt="Hero Light" />

<img className="hidden dark:block" src="https://mintlify.s3.us-west-1.amazonaws.com/cindersoftworks/images/hero-dark.svg" alt="Hero Dark" />

## Welcome to Sweep

Sweep is a powerful and efficient task management and cleanup utility designed specifically for Roblox, with seamless Knit integration. Our framework provides robust solutions for resource management, connection handling, and task cleanup to help you build more maintainable and performant games.

## Key Features

<CardGroup cols={2}>
  <Card title="Cleaning Up" icon="broom" href="/essentials/code#basic-usage">
    Automatic resource cleanup and connection management to prevent memory leaks
  </Card>

  <Card title="Setup Steps" icon="puzzle-piece" href="/essentials/code#installation">
    Seamless integration with the Knit framework for organized codebase structure
  </Card>

  <Card title="Promise Integration" icon="bolt" href="/essentials/markdown#promise-integration">
    Built-in Promise integration for better async operation handling
  </Card>

  <Card title="Task Storage" icon="clock" href="/essentials/markdown#task-storage">
    Powerful interval task management and task labeling for debugging
  </Card>
</CardGroup>

## Getting Started

Start using Sweep in your Roblox projects with our comprehensive documentation:

<CardGroup cols={2}>
  <Card title="Installation" icon="rocket" href="/essentials/code#installation">
    Get up and running with Sweep in minutes
  </Card>

  <Card title="Type Definitions" icon="book-open" href="/essentials/markdown#type-definitions">
    Detailed documentation of all Sweep features and methods
  </Card>

  <Card title="Basic Usage" icon="code" href="/essentials/code#basic-usage">
    Learn how to integrate Sweep with Knit and other frameworks
  </Card>

  <Card title="Best Practices" icon="star" href="/essentials/code#best-practices">
    Discover patterns and practices for optimal usage
  </Card>
</CardGroup>
