> 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/general/introduction.md).

# Introduction

Transform helps teams accelerates business transformation by maintaining a knowledge base of how their company runs and governing their innovation efforts. For consultants, Transform can be used for delivery across customer portfolios.

## Why we built Transform

#### **The Problem**

**Building, implementing, and maintaining enterprise systems is harder than it needs to be**. Fragmented documentation, disjointed communication, stakeholder misalignment, and reliance on tribal knowledge increase the risk of delays, overruns, rework, and failure.

Without a single source of truth for these programs:

* Teammates don't have access to critical context on business processes and systems architecture needed to deliver the best outcomes for the business
* Project teams are burdened with the overhead of creating structured plans, trackers, and documentation that end up out of date soon after they are written

As a result, entropy compounds in the business and projects. Details are missed, the wrong thing gets built, and knowledge and momentum is lost when someone leaves.&#x20;

**Generic AI tools** lack the context, structure, and governance frameworks to enable aligned and holistic business transformation outcomes. They aren't purpose built for these workflows.

**Vibe Coding tools** allow for single-player mode development of software, but don't consider broader implications of the current-state of the business and the process of successfully implementing the solution and managing organizational change.

**Generic PM tools** lack the business process, system landscape, and business context and tracking the scope of what is being delivered. They require gnarly customization that rarely works to support or those details end up relegated to spreadsheets or not tracked at all.

Though we can write code and build systems faster than ever before, enterprise digital transformation is still incredibly challenging for most businesses. Development was never the bottleneck - deciding what to build, why, and how to implement it always has been where teams struggle and projects break down.

#### The Solution

Transform replaces the sprawl of tools, sheets, docs, slides, and tribal knowledge with a unified, collaborative platform for teams and agents to work from a single source of truth to translate business objectives into high-quality systems, processes, and outcomes.

**It provides consistently unified and governed context** for transformation execution across the business and throughout projects:

* The verified business processes, system landscape, stakeholders, decision makers, and the rationale behind it all.&#x20;
* The actual project requirements, solutions, tasks, test cases, and project plan are all transparent and sustainably managed with minimal overhead.&#x20;

Both the business and each individual project to improve it have a 'knowledge graph' that evolves over time. When new details emerge in conversations, code, or artifacts, Transform propagates updates and keep teams aligned on the truth.

**Transform was built for collaboration** among the many internal and external stakeholders in the business, from executives to operators, engineers, and consultants; allowing them to co-create the future of their business with shared and up-to-date context and agents embedded into their workflows.

The result is more control, speed, and quality in outcomes.


---

# 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/general/introduction.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.
