> ## 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).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Thinking levels

> Choose a portable reasoning depth for models without native thinking controls.

Choose a portable reasoning depth for models that do not expose native
thinking controls:

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

The preference is stored locally and added as guidance to model prompts. Native
reasoning-capable models keep their own provider controls; this setting gives
ordinary chat/completion models a consistent user-facing depth selector.


## Related topics

- [MCP integration for Cursor and Claude](/guides/mcp.md)
- [Automatic MCP configuration](/guides/mcp-auto.md)
- [How to code with Arka](/guides/code-with-arka.md)
- [Command aliases, subcommand synonyms, and skill names](/reference/aliases.md)
- [Repository structure audit](/guides/structure.md)
