> For the complete documentation index, see [llms.txt](https://lakm.gitbook.io/evaluator/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lakm.gitbook.io/evaluator/getting-started/key-features.md).

# Key Features

* 🚀 **Team Support** – Organize users into teams to manage different business sections effortlessly.
* 📊 **Dashboard Overview** – Get a quick summary of all essential insights in one place.
* 🛠️ **Advanced Admin Panel** – Powerful tools to manage users, quizzes, and results with ease.
* 🏷️ **Categorizable Quizzes & Questions** – Group and manage quizzes and questions with smart categorization.
* 🎯 **Difficulty Levels** – Assign Easy, Medium, or Hard levels to each question for balanced tests.
* 🔐 **Secure Access** – Only admins log in; users receive unique **secure codes** to access quizzes.
* 🕒 **Smart Security Tokens**
  * One-time use
  * Auto-expiring
  * Revocable by admin
* ⏰ **Timed Quizzes** – Auto-submit after timeout; refreshing or closing invalidates the attempt.
* 🖼️ **Image Attachments** – Add and manage images for both questions and answers via an advanced image manager.
* 🖨️ **Printable Quizzes** – Generate A4-size quiz papers for offline use.
* ⚡ **Real-Time Evaluation** – Instant feedback on scores, accuracy, and performance metrics.
* 📋 **Advanced Evaluation** – Admins can review detailed answers; printable summaries available.
* 🔎 **Elegant Data Tables** – Filter, sort, and manage data efficiently.
* ✅ **Smart Form Validations** – Prevent errors with built-in validations for all input fields.
* 📱 **Responsive Design** – Fully optimized for desktop, tablet, and mobile devices.
* 🎨 **Modern UI/UX** – Clean, intuitive, and designed for smooth user experience.
* 🌜 **Dark Mode Support**
* ⚙️ **Performance Optimized** – Built for speed and scalability.
* 💡 **Syntax Highlighting** – Enhanced readability for code-based questions.
* 🌟 **And Many More!** – Constantly evolving with new features and improvements.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://lakm.gitbook.io/evaluator/getting-started/key-features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
