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

# Introduction

Juo is a comprehensive subscription management platform that enables operators to build and manage subscription-based businesses. The platform provides a flexible architecture that allows developers to extend and customize functionality through various extensibility mechanisms.

This documentation provides a high-level overview of the Juo platform architecture and its core extensibility concepts to help developers understand the platform's capabilities and structure.

<Columns cols={3}>
  <Card icon="layers" title="Platform" href="/docs/overview">
    Read on core platform concepts and the platform extensibility areas.
  </Card>

  <Card icon="square-terminal" title="API Reference" href="/docs/api-reference">
    Explore endpoints, parameters, and examples on how to use API.
  </Card>

  <Card icon="blocks" title="Blocks" href="/docs/blocks">
    Learn how to build custom blocks or custom portals from scratch with Blocks
    SDK.
  </Card>
</Columns>
