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

# AI society simulations

> विशिष्ट agents को सहयोग करने, बहस करने और vote करने दें।

एक inspectable multi-agent decision simulation चलाएँ:

```bash theme={null}
arka society "should we split this service?"
arka society "choose a caching strategy" --json
```

Default society में architecture, implementation, risk, और user advocacy roles शामिल हैं। प्रत्येक role स्वतंत्र रूप से propose करता है, skeptic और architect tradeoffs पर बहस करते हैं, और weighted votes एक reversible decision उत्पन्न करते हैं। यह simulation advisory है और आपके repository को संशोधित नहीं करती।

Voted decision से explicit opt-in के साथ code generate करें:

```bash theme={null}
arka society "add a health endpoint" --generate
arka society "add a health endpoint" --generate --output src/health.py
```

Code default रूप से print किया जाता है। `--output` एक नई file बनाता है और मौजूदा को overwrite करने से इनकार करता है; उपयोग करने से पहले इसकी समीक्षा और test करें।


## Related topics

- [AI agent guide — MCP पर Arka उपयोग करें](/hi/guides/ai-agents.md)
- [Persona chat](/hi/guides/personas.md)
- [AI teammate review](/hi/guides/teammate-review.md)
- [आसान AI model hosting सेटअप](/hi/guides/model-hosting.md)
- [GEO और AI-search SEO audit](/hi/guides/geo-seo.md)
