nxtgauge-ai-assistant/seeds/help_articles.json

23 lines
924 B
JSON

[
{
"id": "HELP-001",
"title": "Generate a Job Description",
"summary": "Create a role profile with responsibilities and requirements.",
"content": "Provide role title, level, must-have skills, and business context. Review AI draft before publishing.",
"tags": ["jobs", "job description", "hiring"]
},
{
"id": "HELP-002",
"title": "Form Filling Best Practices",
"summary": "How to complete structured forms with fewer validation errors.",
"content": "Use clear field names, provide expected formats, and validate required fields before submit.",
"tags": ["forms", "validation", "onboarding"]
},
{
"id": "HELP-003",
"title": "Submit a Support Ticket",
"summary": "How to report issues with enough context.",
"content": "Include expected vs actual behavior, affected user, severity, and reproduction steps.",
"tags": ["support", "tickets", "issues"]
}
]