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

# Guides Overview

> In-depth guides for building applications with EasyAF

# EasyAF Guides

Welcome to the EasyAF guides. These in-depth articles cover the core concepts and patterns you'll use when building applications with the EasyAF framework.

## Foundation

<CardGroup cols={2}>
  <Card title="Table Design Patterns" icon="table" href="/guides/table-design">
    Understand EasyAF's opinionated database design through composable interfaces
  </Card>

  <Card title="Observable Objects" icon="eye" href="/guides/observable-objects">
    Implement property change notification and change tracking
  </Card>
</CardGroup>

## Business Logic

<CardGroup cols={2}>
  <Card title="Business Layer" icon="layer-group" href="/guides/business-layer">
    Encapsulate business logic with manager classes
  </Card>

  <Card title="Data Operations & Audit" icon="clipboard-list-check" href="/guides/data-operations-and-audit">
    Automatic audit trails and user tracking
  </Card>
</CardGroup>

## Advanced Topics

<CardGroup cols={2}>
  <Card title="State Machines" icon="diagram-project" href="/guides/state-machines-and-status">
    Database-driven state machines and status management
  </Card>

  <Card title="Interval Calculations" icon="calendar" href="/guides/interval-calculations">
    Time-based financial and rate calculations
  </Card>
</CardGroup>
