> For the complete documentation index, see [llms.txt](https://help.transform.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.transform.ai/integrations/ai-tools.md).

# AI Tools

### Overview

Connect Transform to supported AI tools using the MCP connector.

The MCP connector lets AI tools interact with Transform data and workflows in the account.

This reduces context switching and supports AI-assisted work across tools.

### Key Concepts

* **MCP connector**: connection layer between Transform and supported AI tools
* **AI tool integration**: supported connection to an external AI tool
* **Account scope**: configuration applied at the account level

### How It’s Used

Use AI tool integrations to bring Transform context into supported AI workflows.

Use them for faster research, guided actions, and cross-tool task execution.

### Benefits

* Reduced context switching between tools
* Faster access to Transform data and workflows
* Better continuity for AI-assisted work

### Setup Steps

1. Open the MCP connector configuration.
2. Select a supported AI tool when available.
3. Complete the setup guide for that integration.

Setup guides for supported AI tools will be published here as they become available.

### Supported AI tools

#### Claude (Anthropic)

Connect Transform to Claude using the MCP connector for AI-assisted work in Transform.

> **Coming soon.** Setup instructions for this integration will be added here when available.

#### ChatGPT (OpenAI)

Connect Transform to ChatGPT using the MCP connector for AI-assisted work in Transform.

> **Coming soon.** Setup instructions for this integration will be added here when available.

### Best Practices

* Use only supported AI tool integrations.
* Review account access before enabling a connector.
* Publish setup guidance only after the integration flow is finalized.

### Summary

AI tool integrations connect Transform to supported external AI tools through the MCP connector.

This page will expand as setup guides become available.

For MCP connectors that link Transform to business systems, see [Business Tools](/integrations/business-tools.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.transform.ai/integrations/ai-tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
