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

# Background removal

> Arka के साथ photos से transparent PNGs बनाएं।

```bash theme={null}
arka background_remove photo.jpg
arka background_remove photo.jpg --output product.png
arka "remove the background from photo.jpg"
```

Skill local `rembg` का उपयोग करता है। इसे `pip install "arka-agent[vision]"` के साथ install करें।


## Related topics

- [3D model से transparent image](/hi/guides/model-to-image.md)
- [टेक्स्ट का निरीक्षण और हटाना](/hi/guides/text-edit.md)
- [Channel sessions और sub-agent delegation](/hi/guides/hermes-features.md)
- [Chat, web search, और factual Q&A स्किल्स](/hi/guides/chat.md)
- [Slides बनाएं](/hi/guides/compose-slides.md)
