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

# Research math

> Arka के साथ reproducible, auditable गणितीय calculations चलाएँ।

```bash theme={null}
arka research_math "sqrt(16) + 2**3"
arka math_script "exp(-0.5) / sqrt(2*pi)" --output gaussian.py
```

Arka expressions को एक restricted AST से validate करता है, बिना imports या
builtins के evaluate करता है, और AI तथा scientific research workflows में
पुनरुत्पादन के लिए सटीक calculation को Python script के रूप में save करता है।


## Related topics

- [Chat, web search, और factual Q&A स्किल्स](/hi/guides/chat.md)
- [Research optimization](/hi/guides/optimization.md)
- [24 अगस्त, 2026 का सप्ताह](/hi/changelog/2026-08-24.md)
- [Profession domains में source-backed research](/hi/guides/professions.md)
- [YouTube research और downloads](/hi/guides/youtube.md)
