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

# Symbolic image composition

> Reuse AI-generated assets in deterministic visual explainers.

Use Arka's local compositor when the layout is reusable and only the assets
need to change:

```bash theme={null}
arka symbolic-image comparison \
  --left ai-first.png --right data-first.png \
  --left-title "AI FIRST" --right-title "DATA FIRST" \
  --output comparison.png
```

This uses Pillow locally, so it spends zero image-generation tokens. Symbolic
rules handle panel sizing, labels, dividers, and consistent layout; AI can be
used once to create the underlying illustrations and those assets can then be
reused across many explainers.


## Related topics

- [Meme templates](/guides/meme-templates.md)
- [3D model to transparent image](/guides/model-to-image.md)
- [3D model से transparent image](/hi/guides/model-to-image.md)
- [3D scene composition](/hi/guides/scene-3d.md)
