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

# Plans & Limits

> What's included in Free, Pro, and Enterprise — and how the Free limits work.

## Plans

|                                             | Free             | Pro                            | Enterprise   |
| ------------------------------------------- | ---------------- | ------------------------------ | ------------ |
| **Price (USD)**                             | \$0              | \$24.99/mo · \$19.99/mo yearly | Custom       |
| **Deployment-error fixes**                  | 15 every 4 hours | Never blocked\*                | No limits    |
| **Code documents**                          | 2 every 4 hours  | Never blocked\*                | No limits    |
| **Explain & Fix** (view the fix + copy)     | ✓                | ✓                              | ✓            |
| **One-click Apply Fix**                     | —                | ✓                              | ✓            |
| **Static analysis & warnings**              | ✓                | ✓                              | ✓            |
| **Every fix verified — Confidence & Risk**  | ✓                | ✓                              | ✓            |
| **Deploy to Org**                           | ✓                | ✓                              | ✓            |
| **Bulk "Fix All"**                          | —                | ✓                              | ✓            |
| **Auto Fix Mode**                           | —                | ✓                              | ✓            |
| **Choose your AI model**                    | Default only     | ✓                              | ✓ (governed) |
| **Custom YAML analysis rules**              | —                | ✓                              | ✓            |
| **Offline Mode**                            | —                | ✓                              | ✓ (add-on)   |
| **Zero Data Retention — no model training** | ✓                | ✓                              | ✓            |
| **Enterprise AI on AWS Bedrock**            | —                | —                              | ✓            |
| **Admin portal — team & seat management**   | —                | —                              | ✓            |
| **Usage analytics & CSV export**            | —                | —                              | ✓            |
| **Priority support & onboarding**           | —                | —                              | ✓            |

<Info>
  **Pro is never blocked.** You get a generous online allowance, and when it's used up you keep working with the local **Offline Mode** model — so you're never stuck mid-task.
</Info>

<Note>
  The online allowance is **usage-based**: how many fixes it covers depends on your actual AI usage and which model you choose (higher-capability models use more of it per fix). The figures shown are typical estimates and may change over time. Either way, Offline Mode keeps you working with no limits.
</Note>

**Pro** — \$24.99/month, or \$19.99/month billed yearly (save 20%) · [Upgrade at kipmox.com](https://kipmox.com/#pricing)

**Enterprise** — [Contact us](https://kipmox.com/#pricing) for AWS Bedrock AI, data governance, model selection, and team management.

## How the Free limits work

The Free plan gives you two separate allowances, each on a rolling **4-hour** window:

| Allowance                     | What it covers                                                       |
| ----------------------------- | -------------------------------------------------------------------- |
| **15 deployment-error fixes** | Explain & Fix on a deployment error or an analysis warning           |
| **2 code documents**          | "Explain this code" documentation for an Apex class, trigger, or LWC |

They reset **4 hours after you reach the limit** — not at a fixed time of day. Running static analysis, viewing warnings, navigating to a line, and deploying to your org don't count toward either allowance.

<Note>
  On **Free**, **Explain & Fix** gives you the full analysis and the corrected code — copy it and apply it to your file manually. **One-click Apply Fix**, bulk **Fix All**, model selection, and Offline Mode are Pro.
</Note>

## Signing in

Your first 2 requests are free with no account. From the 3rd, sign in with a magic link to keep using the Free plan — from VS Code or at [kipmox.com](https://kipmox.com):

1. Enter your email in the kipmox panel and request a link.
2. Open the email from kipmox and click the link — VS Code signs you in automatically.
3. Re-run your action to continue.

<Note>
  The magic link expires after 15 minutes. If it expires, request a new one from VS Code.
</Note>

## Upgrading to Pro

Pro removes the Free limits and unlocks model selection, bulk Fix All, Auto Fix Mode, custom analysis rules, and Offline Mode.

1. Open [kipmox.com](https://kipmox.com/#pricing) and choose **monthly** or **yearly**.
2. Sign in and complete checkout.
3. VS Code picks up your Pro plan automatically — no reinstall needed.

You can manage or cancel anytime from your account at [kipmox.com](https://kipmox.com). If you cancel, you keep Pro until the end of your billing period.

## Common questions

<AccordionGroup>
  <Accordion title="What happens when I hit the Free limit?">
    AI actions pause until the 4-hour window resets. Anything already applied to your code is unaffected — you can still deploy, view warnings, and navigate normally. Upgrade to Pro to remove the limit.
  </Accordion>

  <Accordion title="Do fixes and documents share one limit?">
    No — they're separate allowances: **15 fixes** and **2 documents**, each on its own rolling 4-hour window.
  </Accordion>

  <Accordion title="Is Apply Fix available on Free?">
    No. On **Free**, kipmox shows the full explanation and the fixed code — you copy it and apply it to your file yourself. **One-click Apply Fix** and bulk **Fix All** are Pro features, for both warnings and deployment errors.
  </Accordion>

  <Accordion title="How do I upgrade to Pro?">
    Visit [kipmox.com](https://kipmox.com/#pricing), sign in with your email, and choose a Pro plan. Your VS Code extension recognises the upgrade automatically — no reinstall.
  </Accordion>

  <Accordion title="Can I cancel anytime?">
    Yes — cancel from your account page at [kipmox.com](https://kipmox.com). You keep Pro access until the end of your current billing period.
  </Accordion>
</AccordionGroup>

<CardGroup cols={2}>
  <Card title="Privacy & FAQ" icon="shield" href="/help/privacy-and-faq">
    How kipmox handles your code and data
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/help/troubleshooting">
    Fix common issues with kipmox
  </Card>
</CardGroup>
