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

# Graphify repository integration

> Export repository dependencies and service relationships as graphs.

```bash theme={null}
arka graphify . --format mermaid --output repo.mmd
arka graphify . --format dot --output repo.dot --render svg
arka graphify . --format json --output repo.json
```

Graphify uses Arka's existing repository graph, so it remains local and
read-only. DOT rendering requires Graphviz (`dot`) to be installed.


## Related topics

- [MCP integration for Cursor and Claude](/guides/mcp.md)
- [Cursor और Claude के लिए MCP integration](/hi/guides/mcp.md)
- [Reverse-engineer a repository](/guides/repo-reverse.md)
- [How to code with Arka](/guides/code-with-arka.md)
- [Repository structure audit](/guides/structure.md)
