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

# Sessions

> CLI से Arka conversation sessions को persist और resume करें।

Arka channel conversations locally store करता है ताकि एक follow-up अपना context बनाए रख सके।
Default CLI session `cli/default` है; webhook और messaging integrations
अपने channel और chat id को session key के रूप में उपयोग करते हैं।

```bash theme={null}
arka session status
arka session list
arka session resume cli default
arka session context cli default
arka session reset cli default
```

वही actions प्राकृतिक भाषा स्वीकार करते हैं:

```bash theme={null}
arka "list my sessions"
arka "resume my session"
```

Session files `~/.config/arka/message-sessions/` (या `ARKA_CONFIG_DIR` से चुनी गई directory)
के अंतर्गत रहती हैं। Persistence disable करने के लिए `MESSAGE_SESSIONS=0` उपयोग करें।


## Related topics

- [Channel sessions और sub-agent delegation](/hi/guides/hermes-features.md)
- [Session memory, heartbeat, और skill gates](/hi/guides/openclaw-features.md)
- [वेब डैशबोर्ड](/hi/guides/web-dashboard.md)
- [n8n workflow automation](/hi/guides/n8n.md)
- [Chat, web search, और factual Q&A स्किल्स](/hi/guides/chat.md)
