# CLI

- [Install the Kick CLI](https://docs.kick.co/ai/developer-tools/cli/install-the-kick-cli.md): Install or locate the Kick CLI, verify the command works, and prepare your terminal for repeatable automation.
- [Authenticate and Select Workspace](https://docs.kick.co/ai/developer-tools/cli/authenticate-and-select-workspace.md): Log in to the Kick CLI, use personal access tokens safely, and confirm the workspace before running client commands.
- [Additional Workflows](https://docs.kick.co/ai/developer-tools/cli/cli-example-workflows.md): Copy Kick CLI commands for client lookup, transaction review, reporting, activity inspection, JSON exports, and local MCP.
- [Reference](https://docs.kick.co/ai/developer-tools/cli/cli-reference.md): Technical reference for Kick CLI credentials, workspace selection, command discovery, common examples, output modes, and exit codes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kick.co/ai/developer-tools/cli.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
