# Connectors

- [Connect Claude](https://docs.kick.co/developers/kick-mcp/connectors/connect-claude.md): Give Claude deep context on your clients' financials. Query transactions, generate reports, create automation rules, and execute bookkeeping changes, while maintaining full conversation history
- [Connect ChatGPT](https://docs.kick.co/developers/kick-mcp/connectors/connect-chatgpt.md): Ask ChatGPT to analyze your clients' books and take action. Pull reports, categorize transactions, and automate rules without leaving the conversation
- [Connect Gemini](https://docs.kick.co/developers/kick-mcp/connectors/connect-gemini.md): Connect Gemini to Kick and combine visual and conversational AI. Upload receipts, query transactions, analyze trends, and update bookkeeping - all in one multimodal conversation.
- [Connect Perplexity](https://docs.kick.co/developers/kick-mcp/connectors/connect-perplexity.md): Ask Perplexity questions about client data and give it commands. Query transactions, generate reports, create automation rules - all with cited, verified responses
- [Connect Microsoft Copilot](https://docs.kick.co/developers/kick-mcp/connectors/connect-microsoft-copilot.md): Build custom AI agents that can read your clients' Kick data, generate reports, and execute approved bookkeeping changes, all through natural conversation in your organization's Copilot
- [Connect Cursor](https://docs.kick.co/developers/kick-mcp/connectors/connect-cursor.md): Give Cursor full control of your clients' books. Read transactions, generate reports, create rules, and execute bookkeeping changes without leaving your editor
- [Connect custom AI tools](https://docs.kick.co/developers/kick-mcp/connectors/connect-custom-ai-tools.md): Your AI tool supports MCP but we don't have a guide for it yet? Use these connection details to give it full access to read and update your Kick data


---

# 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/kick-mcp/connectors.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.
