{
const matchesCategory = this.activeCategory === 'all' || faq.category === this.activeCategory;
const matchesSearch = this.search === '' ||
faq.question.toLowerCase().includes(this.search.toLowerCase()) ||
faq.answer.toLowerCase().includes(this.search.toLowerCase());
return matchesCategory && matchesSearch;
});
}
}" class="max-w-5xl mx-auto">
How can we help you today?
Search our knowledge base or browse by category
Try searching for "assignment", "grades", "password", or "notifications"
Quick Start
Get started guide
Video Tutorials
Watch and learn
Contact Support
We're here to help
All Features
Explore capabilities
Browse by Category
Filtered by:
No Results Found
We couldn't find any help articles matching your search.
Additional Resources
Still Need Help?
Can't find what you're looking for? Our support team is available 24/7 to assist you with any questions or issues.