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

# Introduction

> Unleash Commerce is a modular B2B ecommerce platform built on Laravel

## Welcome to Unleash Commerce

Unleash Commerce is a **modular B2B ecommerce platform** built on Laravel. It provides a flexible, extensible foundation for building sophisticated e-commerce solutions tailored to your business needs.

<Card title="Get started" icon="rocket" href="/quickstart" horizontal>
  Set up Unleash Commerce in minutes.
</Card>

<Tabs>
  <Tab title="Core">
    ## Guides

    Explore the core features and architecture of Unleash Commerce.

    <Columns cols={2}>
      <Card title="Models" icon="database" href="/guides/core/models">
        Learn about the core data models and how to extend them.
      </Card>

      <Card title="Contracts" icon="handshake" href="/guides/core/contracts">
        Understand the contracts system for customization.
      </Card>

      <Card title="Actions" icon="bolt" href="/guides/core/actions">
        Create custom actions for your business logic.
      </Card>

      <Card title="Testing" icon="flask" href="/guides/core/testing">
        Write tests for your core functionality.
      </Card>
    </Columns>

    ## API Reference

    <Card title="Core API" icon="terminal" href="/api-reference/introduction">
      Auto-generated API documentation from OpenAPI specifications.
    </Card>
  </Tab>

  <Tab title="Admin">
    ## Guides

    Build and customize the admin panel with Filament.

    <Columns cols={2}>
      <Card title="Resources" icon="folder" href="/guides/admin/resources">
        Build custom Filament resources for the admin panel.
      </Card>

      <Card title="Policies" icon="shield" href="/guides/admin/policies">
        Implement authorization policies for your features.
      </Card>

      <Card title="Pages" icon="file" href="/guides/admin/pages">
        Create custom admin pages.
      </Card>

      <Card title="Widgets" icon="square" href="/guides/admin/widgets">
        Build dashboard widgets and components.
      </Card>
    </Columns>

    ## API Reference

    <Card title="Admin API" icon="terminal" href="/api-reference/introduction">
      Auto-generated API documentation for the admin panel.
    </Card>
  </Tab>
</Tabs>
