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

# एजेंट

# `openclaw agent`

Gateway के माध्यम से एक एजेंट टर्न चलाएँ (`--local` का उपयोग एम्बेडेड के लिए करें)।
किसी कॉन्फ़िगर किए गए एजेंट को सीधे लक्षित करने के लिए `--agent <id>` का उपयोग करें।

संबंधित:

* Agent send टूल: [एजेंट भेजें](/tools/agent-send)

## उदाहरण

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw agent --to +15555550123 --message "status update" --deliver
openclaw agent --agent ops --message "Summarize logs"
openclaw agent --session-id 1234 --message "Summarize inbox" --thinking medium
openclaw agent --agent ops --message "Generate report" --deliver --reply-channel slack --reply-to "#reports"
```
