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

# रोचक तथ्य

> माँग पर एक चौंकाने वाला तथ्य पाएँ — बिना web search के lightweight LLM trivia।

पूरे web search को trigger किए बिना एक छोटा, चौंकाने वाला तथ्य माँगें। आकस्मिक जिज्ञासा के लिए आदर्श।

## त्वरित शुरुआत

```bash theme={null}
arka do tell something interesting
arka "tell me something interesting"
arka "give me a fun fact"
arka "something cool about space"
arka "random fact about biology"
```

## किसी topic के साथ

```bash theme={null}
arka interesting_fact something interesting about quantum computing
arka "something cool about the ocean"
```

Arka 2–4 वाक्य लौटाता है — एक विचार, सरल भाषा।

## Routing

ये phrases general chat या `web_answer` से **पहले** `interesting_fact` पर रूट होते हैं, इसलिए कोई search tokens खर्च नहीं होते।

```bash theme={null}
arka route "tell me something interesting"
# → interesting_fact ...
```

## संबंधित

* [Quiz practice](/hi/guides/quiz-practice) — scoring के साथ interactive learning
* [Arka Council](/hi/guides/council) — बहु-perspective विचार-विमर्श


## Related topics

- [Supermemory sync के साथ दीर्घकालिक मेमोरी](/hi/guides/memory.md)
- [24 अगस्त, 2026 का सप्ताह](/hi/changelog/2026-08-24.md)
- [Research math](/hi/guides/research-math.md)
- [PrivateGPT और Qdrant RAG के साथ PDFs को query करना](/hi/guides/pdf-rag.md)
- [17 अगस्त, 2026 का सप्ताह](/hi/changelog/2026-08-17.md)
