Use the ably support ask command to ask a question to the Ably AI agent for help.
Synopsis
ably support ask <question> [options]Arguments
question Required
Required
The question to ask the Ably AI agent.
Options
--continue
Continue a previous conversation with the AI agent. Defaults to false.
--json
Output results as compact JSON. Mutually exclusive with --pretty-json.
--pretty-json
Output results in formatted JSON. Mutually exclusive with --json.
--verbose | -v
Enable verbose logging. Can be combined with --json or --pretty-json.
Examples
Ask a basic question:
ably support ask "How do I create an app?"Ask a technical question:
ably support ask "How do I authenticate with token auth?"Continue a previous conversation:
ably support ask "Can you give me more details?" --continueAsk a question and output the response in JSON format:
ably support ask "How do I get started with Ably?" --jsonSee also
- Support — Explore all
ably supportcommands. - CLI reference — Full list of available commands.