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

# टेक्स्ट का निरीक्षण और हटाना

> फ़ाइल को edit करने से पहले exact text matches का निरीक्षण करें।

फ़ाइल को edit करने से पहले exact text matches का निरीक्षण करने के लिए Arka का उपयोग करें:

```bash theme={null}
arka text inspect README.md "old phrase"
arka text remove README.md "old phrase" --yes
arka text remove README.md "old phrase" --all --yes
```

Removal डिफ़ॉल्ट रूप से एक `.bak` backup बनाता है। `--yes` के बिना, Arka केवल match count का preview दिखाता है और कोई बदलाव नहीं करता। "inspect the text `old phrase` in README.md" जैसे प्राकृतिक भाषा अनुरोध तब route होते हैं जब फ़ाइल और text स्पष्ट रूप से quote किए गए हों।


## Related topics

- [Arka के साथ कोड कैसे लिखें](/hi/guides/code-with-arka.md)
- [Cursor और Claude के लिए MCP integration](/hi/guides/mcp.md)
- [Chat, web search, और factual Q&A स्किल्स](/hi/guides/chat.md)
- [Symbolic और LLM routing pipeline](/hi/concepts/routing.md)
- [Arka CLI command और flag reference](/hi/guides/cli.md)
