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

# Workspace discovery

> एक workspace से services, micro-frontends, और runtimes का map बनाएँ।

एक monorepo या कई projects वाली directory में read-only inventory बनाने के लिए
`arka workspace` का उपयोग करें:

```bash theme={null}
arka workspace .
arka workspace . --json
arka workspace . --depth 5
```

Arka सामान्य manifests (`package.json`, `pyproject.toml`, Go, Rust, Docker) को
detect करता है और संभावित frontend boundaries को लेबल करता है। Inventory
जानबूझकर non-mutating है; service-specific कार्य के लिए परिणामी paths को
`arka ci`, `arka review`, या `arka telemetry-connect` के साथ उपयोग करें।


## Related topics

- [Arka के साथ कोड कैसे लिखें](/hi/guides/code-with-arka.md)
- [AI teammate review](/hi/guides/teammate-review.md)
- [Hackathon discovery और planning](/hi/guides/hackathons.md)
- [AI agent guide — MCP पर Arka उपयोग करें](/hi/guides/ai-agents.md)
- [Skills catalog: 70+ built-in Arka commands](/hi/guides/skills.md)
