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

# Thinking levels

> उन मॉडलों के लिए portable reasoning depth चुनें जिनमें native thinking controls नहीं हैं।

उन मॉडलों के लिए portable reasoning depth चुनें जो native thinking controls
expose नहीं करते:

```bash theme={null}
arka thinking off
arka thinking low
arka thinking medium
arka thinking high
arka thinking
```

यह preference लोकल स्तर पर स्टोर होती है और model prompts में guidance के रूप में
जोड़ी जाती है। Native reasoning-capable मॉडल अपने provider controls रखते हैं; यह
सेटिंग सामान्य chat/completion मॉडलों को एक सुसंगत user-facing depth selector देती है।


## Related topics

- [Cursor और Claude के लिए MCP integration](/hi/guides/mcp.md)
- [स्वचालित MCP कॉन्फ़िगरेशन](/hi/guides/mcp-auto.md)
- [Arka के साथ कोड कैसे लिखें](/hi/guides/code-with-arka.md)
- [Repo map](/hi/guides/repo-map.md)
- [Developer loop](/hi/guides/dev.md)
