# /help **Category**: ajutor **Aliases**: /ajutor **Summary**: Full list of available commands ## Description Returns the categorized list of all available commands with brief descriptions. Equivalent to this manual. ## Syntax ``` /help ``` ## Examples **Request**: `/help` **Response**: `{"ok":true,"type":"help","card":{"commands":[{"cmd":"opera","description":"..."}]}}` ## How to execute ``` POST /api/v1/ai/exec Content-Type: application/json { "cmd": "help", "args": [] } ```