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

# पहले design करें, अनुमोदन के बाद build करें

> Code changes से पहले Arka implementation plans को draft, review, redo और approve करें।

```bash theme={null}
arka design plan "build a dashboard for local model benchmarks"
arka design show
arka design redo "include offline support and a CSV export"
arka design accept
arka design build --yes
```

`design plan` और `design redo` project को modify नहीं करते। `design build` तब तक
blocked रहता है जब तक draft accept नहीं हो जाता, planning को execution से अलग रखते हुए।


## Related topics

- [Quickstart: Arka इंस्टॉल करें और अपना पहला कमांड चलाएँ](/hi/quickstart.md)
- [AI agent guide — MCP पर Arka उपयोग करें](/hi/guides/ai-agents.md)
- [Arka के साथ कोड कैसे लिखें](/hi/guides/code-with-arka.md)
- [MCP के ज़रिए हर Arka स्किल इस्तेमाल करें](/hi/guides/mcp-all-skills.md)
- [Symbolic और LLM routing pipeline](/hi/concepts/routing.md)
