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

# Resources

> Essential resources, tools, and references for Quickbutik developers

# Developer Resources

Everything you need to accelerate your development with Quickbutik - from quick references to comprehensive guides.

## Popular Resources

Quick access to the most commonly used documentation:

<CardGroup cols={2}>
  <Card title="Mustache Basics" icon="file-code" href="/theme-development/mustache-basics">
    Learn the templating language fundamentals and start building your first theme
  </Card>

  <Card title="API Quickstart" icon="rocket" href="/api-v1/quickstart-tutorial">
    Get started with your first API call and understand authentication
  </Card>

  <Card title="Shop Object" icon="store" href="/theme-development/global/shop">
    Access store settings, configuration, and global shop data in your themes
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks/introduction">
    Set up real-time event notifications for orders, products, and more
  </Card>
</CardGroup>

## Quick Links by Category

### Theme Development

<CardGroup cols={3}>
  <Card title="Objects & Attributes" icon="brackets-curly" href="/theme-development/objects-and-attributes">
    Access and display data in your themes
  </Card>

  <Card title="Conditionals" icon="code-branch" href="/theme-development/conditionals">
    Control flow and conditional rendering
  </Card>

  <Card title="Wrappers & Functions" icon="wrench" href="/theme-development/wrappers-and-functions">
    Image processing, translations, and utilities
  </Card>

  <Card title="Global Objects" icon="globe" href="/theme-development/global/shop">
    Shop, user, basket, and navigation data
  </Card>

  <Card title="Page Objects" icon="file-text" href="/theme-development/pages/product">
    Product, category, order, and blog objects
  </Card>

  <Card title="Best Practices" icon="star" href="/theme-development/advanced/best-practices">
    Performance, SEO, and development tips
  </Card>
</CardGroup>

### API Integration

<CardGroup cols={3}>
  <Card title="Authentication" icon="key" href="/api-v1/authentication">
    API keys, tokens, and security
  </Card>

  <Card title="Products API" icon="box" href="/api-v1/products/get-products">
    Manage product catalog and inventory
  </Card>

  <Card title="Orders API" icon="shopping-bag" href="/api-v1/orders/get-orders">
    Process and manage orders
  </Card>

  <Card title="Webhook Events" icon="bolt" href="/webhooks/events">
    Set up real-time event notifications for orders, products, and more
  </Card>
</CardGroup>
