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

# Design references

> भविष्य के code edits के लिए screenshots, design URLs, या consistency notes सहेजें।

भविष्य के code edits के लिए एक screenshot, design URL, या consistency note सहेजें:

```bash theme={null}
arka design-memory remember ./design.png --note "dark cards, 16px radius"
arka design-memory list
```

जब Arka का coding agent edits की योजना बनाता है, तो वह स्वचालित रूप से सहेजे गए design references को शामिल करता है। यह अच्छे viewport modes को बनाए रखता है, केवल प्रभावित layout को बदलता है, और button व interaction क्रम को अपरिवर्तित रखता है। References Arka के cache में locally store होते हैं; केवल वही files और URLs सहेजें जिन्हें रखने में आप सहज हैं।

Animation requests एक symbolic scope guard का भी उपयोग करते हैं: UI animations जोड़ना tests, fixtures, snapshots, या test animations को संशोधित नहीं करता। वे files केवल तब eligible होते हैं जब request स्पष्ट रूप से test scope का नाम ले।


## Related topics

- [URL app design analyzer](/hi/guides/url-app.md)
- [पहले design करें, अनुमोदन के बाद build करें](/hi/guides/design-first.md)
- [Arka के साथ कोड कैसे लिखें](/hi/guides/code-with-arka.md)
- [Arka CLI command और flag reference](/hi/guides/cli.md)
- [Cursor और Claude के लिए MCP integration](/hi/guides/mcp.md)
