> ## 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.

# Hackathon discovery और planning

> प्रासंगिक hackathons खोजें और bounded, reviewable build plans बनाएँ।

किसी topic से संबंधित events खोजें:

```bash theme={null}
arka hackathon find "edge AI" --limit 10
arka hackathon give "climate data" --json
```

एक निश्चित समय बजट के साथ participation plan बनाएँ:

```bash theme={null}
arka hackathon plan "robotics safety" --event "Selected event" --hours 24
```

Arka एक demo-first idea, milestones, acceptance-oriented scope और
guardrails लौटाता है। यह स्पष्ट अनुमोदन के बिना register, submit, organizers से संपर्क,
या code publish नहीं करता। Search results को event के आधिकारिक rules, deadline,
eligibility और judging criteria के विरुद्ध जाँचना चाहिए।


## Related topics

- [Workspace discovery](/hi/guides/workspace.md)
- [Hackathons और ML competitions search](/hi/guides/competitions.md)
- [Skills catalog: 70+ built-in Arka commands](/hi/guides/skills.md)
- [Arka के साथ कोड कैसे लिखें](/hi/guides/code-with-arka.md)
- [Arka CLI command और flag reference](/hi/guides/cli.md)
