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

# Infographics

> Adaptive listicle और mind-map PNGs — layout item count का पालन करता है, केवल local Pillow।

Pillow के साथ locally **infographic-style images** compose करें। Arka इस बात से layout चुनता है कि
आप कितने items प्रदान करते हैं — कोई AI tokens नहीं, exact typography।

## Layout auto-selection

| Items | Layout                |
| ----- | --------------------- |
| 1–2   | Horizontal row        |
| 3     | तीन-column row        |
| 4     | 2×2 grid              |
| 5–6   | Multi-column grid     |
| 7–9   | 3×3 grid              |
| 10+   | Radial hub (mind-map) |

जब आप एक fixed template चाहते हैं तो `--layout radial` (या `grid4`, `row3`, आदि) के साथ override करें।

## Quick start

```bash theme={null}
# 4 items → 2×2 grid
arka infographic --title "Types of Headaches" \
  --item Tension --item Migraine --item Cluster --item Sinus

# 10+ items → radial mind-map
arka infographic create --title "GitHub Repos" \
  --item frontend --item backend --item infra --item docs \
  --item mobile --item cli --item docs-site --item playground \
  --item design-system --item analytics --item infra-tools

# Styles: clean (default), doodle, dark, meme
arka infographic --title "Daily habits" --style doodle \
  --items "Walk, Read, Code, Sleep"

# Layouts और styles list करें
arka infographic layouts
arka infographic styles
```

Output default रूप से `~/Pictures/arka-generated/` में जाता है (`IMAGE_OUTPUT_DIR` के साथ
override करें)। Default style: `INFOGRAPHIC_STYLE=clean`।

## Natural language

**infographic about …**, **listicle**, या **mind map** जैसे phrases chat से पहले offline route होते हैं:

```bash theme={null}
arka 'infographic about "Types of Headaches" items: tension, migraine, cluster, sinus'
arka route 'listicle titled "Startup stack" with items: Postgres, Redis, Kafka'
```

## CLI aliases

* `arka infographic …`
* `arka infographic-maker …`
* `arka listicle …`

प्रत्येक cell एक simple glyph icon और wrapped label text का उपयोग करता है। Stock images के साथ photo-based memes के लिए, देखें [Meme templates](/hi/guides/meme-templates)।


## Related topics

- [Cursor और Claude के लिए MCP integration](/hi/guides/mcp.md)
- [17 अगस्त, 2026 का सप्ताह](/hi/changelog/2026-08-17.md)
