# Overview

## Overview

AI and automation are useful when they help you find context faster, summarize a review, or repeat a well-defined check. They should not replace accountant judgment, client approval, or Kick's built-in permission controls.

Use Kick automation for:

* Finding the right client workspace before reviewing data.
* Pulling transactions, reports, chart of accounts data, and activity history.
* Summarizing unusual activity, missing context, or possible follow-up questions.
* Drafting client-friendly questions from source transactions.
* Repeating month-end, catch-up, or advisory review checks.

### The three surfaces

**Kick web app** is the right place for visual review, client collaboration, approvals, and everyday bookkeeping.

[**MCP**](https://github.com/KickApp/kick-accountant-help-center/blob/main/ai-and-automation/mcp) connects an AI assistant to Kick tools. Use it when you want to ask natural-language questions like "Which January transactions still need review?" or "What changed since the last close?"

[**CLI**](https://github.com/KickApp/kick-accountant-help-center/blob/main/ai-and-automation/cli) runs Kick commands from a terminal. Use it when you want repeatable commands, exports, scripts, scheduled checks, or workflows where another tool reads structured output.

### What cannot be bypassed

MCP and CLI requests still use Kick authorization. The connected credential must have the right workspace access, token scope, and route permission before Kick returns data or changes anything.

AI assistants and scripts also cannot make professional decisions for you. Treat their output as a draft until an accountant reviews the source data and confirms the next step.

### Recommended first step

Start with read-only access and a narrow review question:

> Confirm the active Kick workspace, then list 10 recent transactions that need bookkeeping review. Do not change any Kick data.

After that works, decide whether your next workflow belongs in [MCP](https://github.com/KickApp/kick-accountant-help-center/blob/main/ai-and-automation/mcp) or [CLI](https://github.com/KickApp/kick-accountant-help-center/blob/main/ai-and-automation/cli).


---

# 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/developers/mcp/overview.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.
