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

# Welcome

> Kana provides developer tools for pricing and packaging. Build powerful and reliable monetisation flows in minutes, by easily integrating your product with our flexible API and plug-and-play SDKs.

## Getting Started

Let's get you saying **Hello World** in a matter of minutes. Jump in to the Quick Start docs and make your first request.

<Card title="Quick Start" icon="circle-play" href="/quick-start">
  Get set up and provide simple example code to create something within Kana
</Card>

## Concepts

Need some context on all things Kana? We have a handy guide to get you started in understanding our product and what's possible.

<CardGroup cols={2}>
  <Card title="Kana Concepts" icon="book-bookmark" href="/kana-concepts">
    Understand a few of the concepts that make up Kana
  </Card>

  <Card title="Features" icon="list-check" href="/non-technical/features">
    An overview on what features are and how they work
  </Card>

  <Card title="Packages" icon="box-taped" href="/non-technical/packages">
    An overview on packages and how to add them
  </Card>

  <Card title="Stripe Integration" icon="stripe-s" href="/non-technical/integrations/stripe-integration">
    Learn how to connect Stripe with Kana
  </Card>
</CardGroup>

## Guides

Get a full walkthrough of setting up Kana with examples on how to integrate for the use-cases you want to achieve.

<Card title="Guides" icon="book-open-cover" href="/guides">
  How to setup and integrate Kana into your product
</Card>

## API & SDKs

Integrate with Kana quickly and easily where it maters to you the most.

### Backend

Our Admin API is by far the most flexible and powerful way to integrate Kana. You can take all actions you need server-side, both reading from and writing data to Kana as is necessary.

We're also actively working on building out SDKs in the languages which matter to you most. Find examples for **Node.js** in the guides below and let us know what languages you want to see next!

<CardGroup cols={2}>
  <Card title="Admin API (Backend)" icon="rectangle-terminal" href="/admin-api-backend" />

  <Card title="Admin API (Backend) Reference" icon="rectangle-terminal" href="/reference/admin-api-backend-reference" />
</CardGroup>

### Frontend

Our Client SDK is perfect for building out all read-only flows and components which utilise Kana data directly from the client. Imagine paywalls, information on feature usage, and package overviews - easily and readily available on demand.

<CardGroup cols={2}>
  <Card title="Client SDK (Frontend)" icon="toolbox" href="/client-sdk-frontend" />

  <Card title="Client SDK (Frontend) Reference" icon="toolbox" href="/reference/client-sdk-frontend-reference" />
</CardGroup>
