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

# Bookmark manager

> Terminal से tags और notes के साथ URLs सहेजें, खोजें और recall करें।

आपके काम के links सहेजें और बाद में उन्हें recall करें — कोई browser sync आवश्यक नहीं।

## Natural language

```bash theme={null}
arka save bookmark https://docs.python.org --tags docs
arka list my bookmarks
arka search bookmarks for python
arka open bookmark 1
```

## CLI commands

| Command                                                    | विवरण                            |
| ---------------------------------------------------------- | -------------------------------- |
| `bookmarks save <url> [--title T] [--tags a,b] [--note N]` | एक URL सहेजें                    |
| `bookmarks list [--tag TAG]`                               | सहेजे गए bookmarks सूचीबद्ध करें |
| `bookmarks search <keywords>`                              | Title, URL, tags, notes खोजें    |
| `bookmarks get <index>`                                    | List index द्वारा URL print करें |
| `bookmarks open <index>`                                   | Default browser में खोलें        |
| `bookmarks delete <index>`                                 | एक bookmark हटाएँ                |

Bookmarks आपकी Arka config directory (`bookmarks.json`) में stored हैं।


## Related topics

- [13 जुलाई, 2026 का सप्ताह](/hi/changelog/2026-07-13.md)
- [अपने Arka अनुभव को personalize करें](/hi/guides/personalize.md)
- [Cursor और Claude के लिए MCP integration](/hi/guides/mcp.md)
