Getting Support
We’re here when you need us. ACME support is built around a simple principle: you shouldn’t have to fight to get help at 2am when an agent is down.Support Channels
Live Chat
Fastest response. Available on any docs page — click the widget in the lower right corner.Best for: Quick questions, triage help, “is this a bug?”
support@acmeagentsupply.comBest for: Sharing evidence bundles, detailed incident reports, async follow-up.
GitHub Issues
github.com/CHE10X/acme-siteBest for: Confirmed bugs, CLI issues, documentation gaps.
Before You Contact Support
The fastest path to resolution is a good evidence bundle. When submitting a support request, include:- OCTriage output — run
acme triageand attach the result - Evidence bundle — run
acme triage --bundle-only --output incident.tar.gz - Agent911 snapshot (if available) —
acme agent911 bundle --output snapshot.tar.gz - Product version —
acme --version - What you were doing when the issue occurred
Generating an Evidence Bundle
An evidence bundle is a single archive containing everything needed to diagnose an issue:.tar.gz file to your support email. This typically cuts resolution time in half.
Common Issues
RadCheck score dropped unexpectedly
RadCheck score dropped unexpectedly
A sudden score drop usually reflects a real change in your system. Common causes:
- New silence gaps — an agent that was regularly active stopped checking in
- Context window approaching capacity (compaction pressure)
- A missing or stale backup (hygiene component)
acme radcheck --verbose to see which components changed and by how much.Sentinel alerts that seem incorrect
Sentinel alerts that seem incorrect
Sentinel uses configurable thresholds. If alerts are firing too aggressively for your workload, the thresholds may need adjustment.If alerts are misfiring even with correct thresholds, include
acme sentinel log --tail 100 in your support bundle.Agent911 not receiving signals from Sentinel
Agent911 not receiving signals from Sentinel
Verify that Transmission is running and the Agent911 endpoint is configured:If Transmission shows delivery failures, include
acme transmission status --failures in your support bundle.Lazarus shows a surface as UNVERIFIED
Lazarus shows a surface as UNVERIFIED
UNVERIFIED means a backup exists but restore assumptions haven’t been confirmed. To verify:The verbose output explains what’s needed to move from UNVERIFIED to VERIFIED.
OCTriage classification shows UNKNOWN
OCTriage classification shows UNKNOWN
UNKNOWN means the incident pattern doesn’t match a recognized type. This is most common with novel failure modes.If you encounter UNKNOWN:
- Collect the full evidence bundle:
acme triage --bundle-only - Include the raw logs referenced in the OCTriage output
- Submit to support — UNKNOWN patterns help us improve OCTriage’s classification library
Severity Levels
When contacting support, let us know the impact:| Severity | Description | Example |
|---|---|---|
| P1 — Critical | Production agents down, data at risk | Agent fleet offline, cannot recover |
| P2 — High | Significant impact, partial degradation | Sentinel alerts failing to fire |
| P3 — Medium | Issue present but workaround exists | Dashboard not showing expected data |
| P4 — Low | Minor or cosmetic issue | Documentation unclear |
support@acmeagentsupply.com with [P1] in the subject line and start a live chat simultaneously.
Documentation Gaps
If you can’t find what you need in these docs, that’s a documentation failure — not a user error. Please:- Use the live chat widget to ask your question
- Or email us with “docs gap” in the subject