> ## Documentation Index
> Fetch the complete documentation index at: https://openclaw.veiseule.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# system

# `openclaw system`

Gateway के लिए सिस्टम-स्तरीय सहायक: सिस्टम इवेंट्स को कतार में डालें, हार्टबीट नियंत्रित करें,
और प्रेज़ेंस देखें।

## सामान्य कमांड्स

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw system event --text "Check for urgent follow-ups" --mode now
openclaw system heartbeat enable
openclaw system heartbeat last
openclaw system presence
```

## `system event`

Enqueue a system event on the **main** session. 15. अगला heartbeat इसे प्रॉम्प्ट में एक `System:` लाइन के रूप में इंजेक्ट करेगा। Use `--mode now` to trigger the heartbeat
immediately; `next-heartbeat` waits for the next scheduled tick.

फ्लैग्स:

* `--text <text>`: आवश्यक सिस्टम इवेंट पाठ।
* `--mode <mode>`: `now` या `next-heartbeat` (डिफ़ॉल्ट)।
* `--json`: मशीन-पठनीय आउटपुट।

## `system heartbeat last|enable|disable`

हार्टबीट नियंत्रण:

* `last`: अंतिम हार्टबीट इवेंट दिखाएँ।
* `enable`: हार्टबीट्स को फिर से चालू करें (यदि वे अक्षम थे तो इसका उपयोग करें)।
* `disable`: हार्टबीट्स को विराम दें।

फ्लैग्स:

* `--json`: मशीन-पठनीय आउटपुट।

## `system presence`

Gateway को ज्ञात वर्तमान सिस्टम प्रेज़ेंस प्रविष्टियों की सूची बनाएँ (नोड्स,
इंस्टेंस, और समान स्थिति पंक्तियाँ)।

फ्लैग्स:

* `--json`: मशीन-पठनीय आउटपुट।

## नोट्स

* आपके वर्तमान विन्यास (स्थानीय या दूरस्थ) द्वारा पहुँच योग्य एक चालू Gateway आवश्यक है।
* सिस्टम इवेंट्स अस्थायी होते हैं और पुनः आरंभ के बाद संरक्षित नहीं रहते।
