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

# Hosted mode

> Desktop-only Arka skills को server deployments से बाहर रखें।

Arka सामान्य hosted environments को स्वचालित रूप से detect करता है और उन skills
को disable कर देता है जिन्हें local desktop, audio device, या GUI की आवश्यकता
होती है। इसमें music playback, desktop browser automation, microphone/wake-word
capture, और screen controls शामिल हैं। Coding, API, data, media conversion, और
server-safe image skills उपलब्ध रहते हैं।

Effective profile का inspect करें:

```bash theme={null}
arka skills status
```

Environment configuration के साथ एक profile force करें:

```bash theme={null}
ARKA_HOSTED_MODE=1 arka skills status  # hosted
ARKA_HOSTED_MODE=0 arka skills status  # desktop
```

या एक deployment के लिए इसे persist करें:

```bash theme={null}
arka skills profile hosted --apply
```

Default `auto` है। Detection CI, containers, headless Linux, और missing audio
devices पर विचार करता है। एक profile-disabled skill को restore करने के लिए,
`arka skills enable <skill>` चलाएँ; override user-disabled list से अलग store
होता है। यह Railway, Render, Hugging Face, Docker, और अन्य server deployments
के लिए उपयोगी है।


## Related topics

- [Coding skills को Railway पर deploy करें](/hi/guides/railway-coding-skills.md)
- [Arka को Cloud और Web Platforms पर Deploy करें](/hi/guides/deploy.md)
- [Arka plugins को install और build करना](/hi/guides/plugins.md)
- [17 अगस्त, 2026 का सप्ताह](/hi/changelog/2026-08-17.md)
- [Integrations](/hi/guides/integrations.md)
