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

# Usage tracking

> Prompt content एकत्र किए बिना लोकल स्तर पर Arka skill उपयोग निरीक्षण करें।

```bash theme={null}
arka usage
```

Arka केवल 5,000 तक लोकल events स्टोर करता है जिनमें skill name, success state,
duration, और timestamp शामिल होते हैं। Prompts, arguments, file contents, और
model responses रिकॉर्ड नहीं होते। इसे `ARKA_USAGE_TRACKING=0` से अक्षम करें।


## Related topics

- [Session memory, heartbeat, और skill gates](/hi/guides/openclaw-features.md)
- [Google Gemini CLI integration](/hi/guides/gemini-cli.md)
- [AI agent guide — MCP पर Arka उपयोग करें](/hi/guides/ai-agents.md)
- [OpenTelemetry tracing और SigNoz observability](/hi/guides/observability.md)
- [Cursor और Claude के लिए MCP integration](/hi/guides/mcp.md)
