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

# Profession domains में source-backed research

> 13 profession domains — health, legal, life sciences, finance, engineering, और अधिक — में Arka के curated source registries से cited, evidence-first उत्तर पाएँ।

Arka professions **curated source registries** हैं — role-play prompts नहीं। Agent पहले evidence इकट्ठा करता है, फिर citations के साथ synthesize करता है।

## Domains

`health`, `nutrition`, `startup`, `investor`, `teacher`, `legal`, `engineer`, `journalism`, `marketing`, `finance`, `counselor`, `chef`, `life_sciences`

Biomedical research plugins के लिए पूर्ण मार्गदर्शिका: [Life sciences marketplace](/hi/guides/life-sciences)

## Commands

```bash theme={null}
arka "profession list"
arka "profession sources journalism"
arka "profession ask legal what is an NDA"
arka profession setup nutrition    # clone + index local repo
```

## Natural language

```bash theme={null}
arka "as a news anchor how do I open a breaking story"
```

Routing कठोर है — सामान्य प्रश्न जैसे *symptoms of diabetes* `web_answer` पर बने रहते हैं। Professions स्पष्ट role उल्लेख या सहेजी गई memory + keywords पर activate होते हैं।

## यह web\_answer से कैसे अलग है

|            | web\_answer          | profession                            |
| ---------- | -------------------- | ------------------------------------- |
| Sources    | DuckDuckGo + scrape  | Curated RSS, trusted web, local repos |
| Citations  | Optional             | आवश्यक                                |
| Activation | Facts के लिए default | स्पष्ट role/domain उल्लेख             |


## Related topics

- [Life sciences (Anthropic marketplace)](/hi/guides/life-sciences.md)
- [Arka plugins को install और build करना](/hi/guides/plugins.md)
- [Research optimization](/hi/guides/optimization.md)
- [AI agent guide — MCP पर Arka उपयोग करें](/hi/guides/ai-agents.md)
- [Terminal से matplotlib charts generate करें](/hi/guides/charts.md)
