> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# मीडिया से क्विज़ वेबसाइट

> किसी इमेज, वीडियो, ऑडियो फ़ाइल, या PDF के आधार पर क्विज़ वेबसाइट जनरेट करें।

किसी इमेज, वीडियो, ऑडियो फ़ाइल, या PDF के आधार पर क्विज़ वेबसाइट जनरेट करें:

```bash theme={null}
arka media-quiz lesson.mp4
arka media-quiz lecture.png --title "Lecture review" --output public/quiz.html
```

जनरेट किया गया पेज मीडिया को embed करता है और उत्तर सबमिशन तथा स्कोरिंग hooks के साथ एक responsive क्विज़ फ़ॉर्म प्रदान करता है। प्रोडक्शन assessment के लिए validated प्रश्न और उत्तर जोड़ें; Arka उस मीडिया से factual answer keys नहीं गढ़ता जिसकी वह जांच नहीं कर सकता। "make a quiz website from lesson.mp4" जैसी प्राकृतिक भाषा भी समर्थित है।


## Related topics

- [Quickstart: Arka इंस्टॉल करें और अपना पहला कमांड चलाएँ](/hi/quickstart.md)
- [Arka अन्य agents की तुलना में कैसा है](/hi/concepts/comparison.md)
