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

# UI copy audit

> duplicate button या chip labels के लिए frontend source को audit करें।

LLM-generated interfaces कभी-कभी दो buttons या chips को एक ही phrase दे देते हैं। शिप करने से पहले frontend source को audit करें:

```bash theme={null}
arka ui-copy .
arka ui-copy src --json
```

यह audit HTML, JSX/TSX, Vue, और Svelte button/chip/link सामग्री की जाँच करता है, case और whitespace को normalize करता है, और duplicate phrases को फ़ाइल और line locations के साथ रिपोर्ट करता है। यह केवल inspection के लिए है; context की समीक्षा करने के बाद labels का नाम सोच-समझकर बदलें।


## Related topics

- [GEO और AI-search SEO audit](/hi/guides/geo-seo.md)
- [Repository structure audit](/hi/guides/structure.md)
- [Cursor और Claude के लिए MCP integration](/hi/guides/mcp.md)
- [Symbolic और LLM routing pipeline](/hi/concepts/routing.md)
- [Arka के साथ कोड कैसे लिखें](/hi/guides/code-with-arka.md)
