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

# कुछ शानदार बनाएँ

> विचार से लेकर build और deploy तक एक guarded product workflow चलाएँ।

एक guarded product workflow चलाएँ:

```bash theme={null}
arka build-something-cool "a visual notes app"
arka build-something-cool "a visual notes app" --build
arka build-something-cool "a visual notes app" --build --deploy --yes
arka build-something-cool "a cool feature for the dashboard"
```

यह workflow ideate करता है, एक plan बनाता है, project को build/test करता है, और तब तक deployment को block करता है जब तक आप `--yes` के साथ इसे स्पष्ट रूप से approve नहीं करते। यह failed build या test के बाद deploy नहीं करता। `--build` जोड़ने से पहले plan की समीक्षा करें। यही guarded workflow feature requests और साथ ही पूरे apps को भी संभालता है।


## Related topics

- [Video बनाएं](/hi/guides/compose-video.md)
- [3D बनाएं](/hi/guides/compose-3d.md)
- [Shorts बनाएं](/hi/guides/compose-shorts.md)
- [Coding TUI](/hi/guides/coding-tui.md)
- [Slides बनाएं](/hi/guides/compose-slides.md)
