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

# Pricing

> Rancher Oracle pricing tiers — from free BYO model to enterprise deployments.

The Pastures extension is **free and open source** (Apache 2.0). Rancher Oracle is the optional hosted AI service that adds grounded diagnostics, source citations, and fleet intelligence.

## Plans

<CardGroup cols={3}>
  <Card title="Free (BYO Model)" icon="code">
    **\$0 / month**

    * Bring your own OpenAI-compatible model
    * Full extension features (demo data)
    * Community support via GitHub
  </Card>

  <Card title="Standard" icon="bolt">
    **\$200 / month**

    * 500 AI queries per month
    * Full Oracle corpus access
    * Source citations
    * Fleet correlation
    * Fix verification
    * Email support
  </Card>

  <Card title="Enterprise" icon="building">
    **Custom pricing**

    * Unlimited queries
    * Dedicated Oracle instance
    * SSO / SAML integration
    * SLA with uptime guarantees
    * Priority support
    * Custom corpus additions
  </Card>
</CardGroup>

## Feature comparison

| Feature                    |       Free (BYO)       | Standard |   Enterprise   |
| -------------------------- | :--------------------: | :------: | :------------: |
| Extension UI               |            ✓           |     ✓    |        ✓       |
| AI diagnostics             |       Your model       |  Oracle  |     Oracle     |
| Oracle corpus (48K+ fixes) |            —           |     ✓    |        ✓       |
| Source citations           |            —           |     ✓    |        ✓       |
| Fleet correlation          |            —           |     ✓    |        ✓       |
| Fix verification           |            —           |     ✓    |        ✓       |
| Confidence scoring         |            —           |     ✓    |        ✓       |
| Monthly queries            | Unlimited (your model) |    500   |    Unlimited   |
| Support                    |      GitHub issues     |   Email  | Priority / SLA |
| Dedicated instance         |            —           |     —    |        ✓       |
| SSO / SAML                 |            —           |     —    |        ✓       |
| Custom corpus              |            —           |     —    |        ✓       |

<Tip>
  The extension is always free and open source. Oracle is the optional paid backend — you only pay if you want grounded responses from the 48K+ issue corpus, source citations, and fleet-wide intelligence.
</Tip>

## FAQ

<AccordionGroup>
  <Accordion title="What counts as a query?">
    Each message sent to the Pastures AI drawer that hits the Oracle backend counts as one query. Queries in demo mode or routed to your own BYO model do not count.
  </Accordion>

  <Accordion title="What happens if I exceed 500 queries?">
    You'll receive a notification when approaching the limit. Additional queries can be purchased as add-ons, or you can upgrade to Enterprise for unlimited queries.
  </Accordion>

  <Accordion title="Can I try Oracle before subscribing?">
    Demo mode gives you a realistic preview of Oracle's capabilities using simulated responses. Contact us for a trial with live corpus access.
  </Accordion>

  <Accordion title="Is the extension really free?">
    Yes. The extension source code is Apache 2.0 licensed and always will be. Oracle is a separate hosted service.
  </Accordion>
</AccordionGroup>
