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

# Transformations

- [Requirements](https://help.transform.ai/transformations/requirements.md): Turn discovery inputs into structured, reviewable scope with traceability to tasks and tests.
- [Audit Trail](https://help.transform.ai/transformations/audit-trail.md)
- [Creating Dependencies Between Requirements](https://help.transform.ai/transformations/creating-dependencies-between-requirements.md)
- [Viewing Dependency Chains](https://help.transform.ai/transformations/viewing-dependency-chains.md)
- [Managing Blocked Items](https://help.transform.ai/transformations/managing-blocked-items.md)
- [Dependencies and Relationships](https://help.transform.ai/transformations/dependencies-and-relationships.md)
- [Requirements View](https://help.transform.ai/transformations/requirements-view.md): Review requirements with consistent columns, filters, and Save Views.
- [Requirements Modification](https://help.transform.ai/transformations/requirements-modification.md): Update requirements while preserving change history and approval intent.
- [Requirements Rejection](https://help.transform.ai/transformations/requirements-rejection.md): Use rejection states to prevent delivery work on out-of-scope requirements.
- [Requirements Management](https://help.transform.ai/transformations/requirements-management.md): Define requirement lifecycle, review states, and traceability practices.
- [Create and Assign Tasks](https://help.transform.ai/transformations/create-and-assign-tasks.md): Turn requirements and action items into owned, trackable work.
- [Task Views and Organization](https://help.transform.ai/transformations/task-views-and-organization.md): Build Save Views to track tasks by owner, status, and timeline.
- [Task Dependencies](https://help.transform.ai/transformations/task-dependencies.md)
- [Task Status Tracking](https://help.transform.ai/transformations/task-status-tracking.md)
- [Task Management](https://help.transform.ai/transformations/task-management.md)
- [Create Test Cases](https://help.transform.ai/transformations/create-test-cases.md)
- [Test Organization and Views](https://help.transform.ai/transformations/test-organization-and-views.md): Organize test cases with saved views so execution stays clean and reviewable.
- [Linking Tests to Requirements](https://help.transform.ai/transformations/linking-tests-to-requirements.md): Connect test cases to requirements so coverage and traceability stay intact.
- [Status Types and Meanings](https://help.transform.ai/transformations/status-types-and-meanings.md)
- [Custom Status Creation](https://help.transform.ai/transformations/custom-status-creation.md)
- [Testing](https://help.transform.ai/transformations/testing.md)
- [Statuses](https://help.transform.ai/transformations/statuses.md)
- [Working with Transformations](https://help.transform.ai/transformations/working-with-transformations.md): Deliver a Project end-to-end using requirements, tasks, testing, and governance.


---

# 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/transformations.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.
