> 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/collaboration-and-automation.md).

# Collaboration and Automation

- [Comments and Mentions](https://help.transform.ai/collaboration-and-automation/comments-and-mentions.md): Collaborate in context and pull teammates in with @mentions.
- [Following and Watching Items](https://help.transform.ai/collaboration-and-automation/following-and-watching-items.md): Follow tasks and requirements to get notified when something changes.
- [Team Communication Tips](https://help.transform.ai/collaboration-and-automation/team-communication-tips.md)
- [Communication](https://help.transform.ai/collaboration-and-automation/communication.md): Comments, mentions, and best practices for keeping work aligned.
- [Notification Settings](https://help.transform.ai/collaboration-and-automation/notification-settings.md): Tune alerts so you get the signal, not the noise.
- [Notifications](https://help.transform.ai/collaboration-and-automation/notifications.md): How Transform sends notifications and which settings control delivery.
- [Comments and History](https://help.transform.ai/collaboration-and-automation/comments-and-history.md): See conversation threads and a timestamped change log on work items.
- [Understanding Activity Feeds](https://help.transform.ai/collaboration-and-automation/understanding-activity-feeds.md)
- [Audit Trail and Compliance](https://help.transform.ai/collaboration-and-automation/audit-trail-and-compliance.md): Understand what Transform records, how to review it, and how it supports compliance.
- [Tracking Changes and Decisions](https://help.transform.ai/collaboration-and-automation/tracking-changes-and-decisions.md): Use history and activity feeds to understand what changed, when, and why.
- [Activity Tracking](https://help.transform.ai/collaboration-and-automation/activity-tracking.md): Use history and audit-style signals to understand what changed.
- [Collaborating in Transform](https://help.transform.ai/collaboration-and-automation/collaborating-in-transform.md): Work together using comments, notifications, and activity history.


---

# 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/collaboration-and-automation.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.
