> ## 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.

# Introduction

> Pastures brings AI-powered diagnostics and fleet intelligence to Rancher Manager.

Pastures is an open-source Rancher UI extension that adds AI-powered diagnostics, fleet intelligence, and operational tooling directly into Rancher Manager.

## What is Pastures?

Pastures extends Rancher with capabilities that don't exist in the base platform:

* **AI diagnostics** grounded in 48,000+ real K3s, Rancher, RKE2, and Harvester issue resolutions
* **Fleet intelligence** with health scoring, drift detection, and version tracking
* **GPU fleet management** for AI/ML workloads across clusters
* **Harvester HCI** integration for VM lifecycle management
* **Security posture** via CIS benchmarks and NeuVector integration
* **Operations tooling** for etcd backup, upgrade risk assessment, and audit logging

The extension is a pure UI client — it contains zero proprietary logic. All AI capabilities come from either the hosted Rancher Oracle service or your own model via any OpenAI-compatible endpoint.

## How is Pastures different from Rancher Prime / Liz?

| Capability               | Rancher Manager | Rancher Prime (Liz) | Pastures (Free) | Pastures + Oracle         |
| ------------------------ | --------------- | ------------------- | --------------- | ------------------------- |
| Cluster management       | ✓               | ✓                   | ✓               | ✓                         |
| AI diagnostics           | —               | Generic LLM         | BYO model       | 48K+ grounded fixes       |
| Source citations         | —               | —                   | —               | ✓ GitHub issues linked    |
| Fleet correlation        | —               | —                   | —               | ✓ Cross-cluster matching  |
| Fix verification         | —               | —                   | —               | ✓ Post-fix monitoring     |
| GPU fleet intelligence   | —               | —                   | ✓ (demo)        | ✓                         |
| CIS benchmark scanning   | —               | —                   | ✓ (demo)        | ✓                         |
| Upgrade risk assessment  | —               | —                   | ✓ (demo)        | ✓                         |
| Harvester HCI management | —               | —                   | ✓ (demo)        | ✓                         |
| etcd backup management   | —               | —                   | ✓ (demo)        | ✓                         |
| Audit logging            | —               | —                   | ✓ (demo)        | ✓                         |
| Open source              | ✓               | —                   | ✓ Apache 2.0    | ✓ Extension is Apache 2.0 |

## Open source

The extension is licensed under Apache 2.0. The repository is at [github.com/pastures-farm/pastures-rancher](https://github.com/pastures-farm/pastures-rancher).

The Rancher Oracle backend service is a paid hosted offering. The extension itself is fully open and works with any OpenAI-compatible model provider.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get running in 5 minutes
  </Card>

  <Card title="Architecture" icon="sitemap" href="/architecture">
    How the pieces fit together
  </Card>

  <Card title="Features" icon="grid-2" href="/features/advisories">
    Explore every feature
  </Card>

  <Card title="Rancher Oracle" icon="database" href="/rancher-oracle/what-is-oracle">
    The AI corpus behind Pastures
  </Card>
</CardGroup>
