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

# Purchasing Access

> How to purchase access to a knowledge base

## Purchasing a Knowledge Base

Once you've found a knowledge base that fits your needs, purchasing access is straightforward.

## Steps to Purchase

<Steps>
  <Step title="Navigate to the Knowledge Base">
    From the marketplace, click on the knowledge base you want to access.
  </Step>

  <Step title="Review Available Plans">
    Each knowledge base offers multiple pricing tiers. Compare:

    * **Price** — Monthly cost
    * **Queries Included** — Number of API calls per billing period
    * **Description** — What the plan is best suited for
  </Step>

  <Step title="Click Purchase">
    Select your preferred plan and click the **Purchase** button.
  </Step>

  <Step title="Complete Payment">
    Enter your payment details. Ardie accepts major credit cards.
  </Step>

  <Step title="Receive Your API Key">
    After successful payment, your scoped API key is immediately available in your [Dashboard](https://ardie.ai/dashboard).
  </Step>
</Steps>

## Choosing the Right Plan

<CardGroup cols={1}>
  <Card title="Starting Out?" icon="seedling">
    Choose the smallest plan to test the knowledge base and evaluate response quality before committing to higher volumes.
  </Card>

  <Card title="Production Use?" icon="rocket">
    Estimate your monthly query volume and select a plan with some headroom. You can always upgrade mid-cycle.
  </Card>

  <Card title="High Volume?" icon="chart-line">
    For enterprise needs, contact the publisher or Ardie support for custom pricing.
  </Card>
</CardGroup>

## After Purchase

Once you've purchased access:

1. **API Key Available** — Find your new key in the Dashboard
2. **Start Querying** — Use the key immediately to make API calls
3. **Monitor Usage** — Track queries used vs. your cap in real-time

## Managing Subscriptions

From your Dashboard, you can:

* **View all subscriptions** — See every knowledge base you have access to
* **Check usage** — Monitor queries used this billing period
* **Upgrade plans** — Move to a higher tier for more queries
* **Cancel access** — End your subscription at any time

<Note>
  Cancellations take effect at the end of your current billing period. You retain access until then.
</Note>

## Next Steps

<CardGroup cols={2}>
  <Card title="Get Your API Key" icon="key" href="/concepts/api-keys">
    Learn about API key management
  </Card>

  <Card title="Make Your First Query" icon="terminal" href="/api-reference/endpoints/query">
    Start querying the knowledge base
  </Card>
</CardGroup>
