1. Fix a warning
As you open and save Apex, triggers, and LWC, kipmox flags issues inline — SOQL in loops, DML in loops, security gaps, and more.1
Spot a flagged line
The issue is highlighted in your code, with a kipmox: 💡 Explain & Fix action above the line.
2
Explain & Fix
Click it. kipmox explains the issue and generates a fix with a Confidence rating, a Risk note, and a What Changed summary.
3
Apply the fix
On Pro, click Apply Fix to apply and save the change automatically (undo anytime with
Cmd+Z / Ctrl+Z). On Free, the fixed code is shown in the panel — copy it and paste it into your file.
Full guide — Code Analysis
Warnings, Fix All, and custom rules
2. Fix a deployment error
Deploy from VS Code — when it fails, kipmox catches every error and helps you fix it.1
Deploy to Org
Right-click a file (or use the Command Palette) and choose kipmox: Deploy to Org.
2
Review the errors
If the deploy fails, the Deploy Errors panel opens with every error listed. Click Explain on any error for a plain-English analysis and a fix.
3
Fix and re-deploy
On Free, copy each error’s fix from Explain into your file. On Pro, click Analyze & Generate Fixes to fix them all, then Apply Fix. Run kipmox: Deploy to Org again — repeat until it’s clean (some errors are layered).

In the Deploy Errors panel, Explain (understand + copy a fix) is on every plan. Analyze & Generate Fixes (fix them all) and one-click Apply Fix are Pro.
Full guide — Deploy & Fix Errors
Deploying, plus the fix engine end to end
3. Generate documentation
Turn any file into a clear technical document — straight from your source.1
Open a file
Open any Apex class, trigger, or LWC.
2
Explain this code
Use the Command Palette and choose kipmox: Explain this code.
3
Read the document
A document opens beside your editor — overview, key methods, and dependencies.

Full guide — Generate Documentation
What’s in a document, and online vs offline
Online or offline
All three of the above — fixes, analysis, and documentation — work two ways. Switch anytime with kipmox: Toggle Online / Offline Mode:- Online — kipmox’s cloud AI. Fast, nothing to set up (the default).
- Offline (Pro) — a local model on your own machine, so your code never leaves your computer. See Offline Mode to set it up.
Common questions
Do I need to sign in?
Do I need to sign in?
Your first 2 requests are free with no account. From the 3rd request, kipmox prompts you to sign in with a magic link — or sign in at kipmox.com. Full steps in Installation → Sign in.
Hit the Free-plan limit
Hit the Free-plan limit
The Free plan includes 15 deployment-error fixes and 2 code documents every 4 hours; each resets 4 hours after you reach it. Static analysis, viewing warnings, and deploying don’t count. Upgrade to Pro to remove the limits — see Plans & Limits.
Analyze & Generate Fixes shows Upgrade to Pro
Analyze & Generate Fixes shows Upgrade to Pro
Bulk Analyze & Generate Fixes — fixing every deployment error at once — is a Pro feature. On the Free plan, use Explain on each error and copy the fixed code into your file. One-click Apply Fix is also Pro.
Deploy Errors panel didn't open after a failed deploy
Deploy Errors panel didn't open after a failed deploy
The panel opens when kipmox detects errors in the Salesforce CLI output. Make sure you used kipmox: Deploy to Org — kipmox only monitors its own deploys, not the standard CLI command.
Fix applied but the deploy still fails
Fix applied but the deploy still fails
Some errors are layered — fixing one can reveal another underneath. Run kipmox: Deploy to Org again and repeat the cycle until it’s clean.
How Fixes Are Verified
The checks behind every fix
Plans & Limits
Free, Pro, and Enterprise