🆘
AB-160
Support path declared
What it means
A support contact or help URL is declared in agent-guide.
Why it matters
Agents need to know where to direct users when something goes wrong.
✗
What's wrong
// no support info
✓
What's right
agent-guide.json: { "support": { "email": "support@example.com", "url": "https://example.com/support" } }
Check this rule on your site
Enter your URL to check just this one rule (AB-001).