> 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/following-and-watching-items.md).

# Following and Watching Items

### Overview

Following (or watching) is a subscription to updates on an item.

It’s the safest way to avoid “I didn’t see that” surprises.

{% hint style="info" %}
Screenshot placeholder: item header with a Follow/Watch toggle.
{% endhint %}

### Key Concepts

* **Follow / watch**: subscription to item updates
* **Notification**: signal delivered through in-app or email
* **Auto-follow**: automatic subscription caused by certain actions

### How It’s Used

Follow items that require continued awareness, such as owned tasks and active requirements.

Unfollow items after delivery ownership ends.

### Benefits

* Less manual checking for changes
* Faster response to decisions and blockers
* Clearer ownership during handoffs

### Setup Steps

Depending on Account configuration, notifications may include:

* new comments and @mentions
* status changes
* reassignment
* due date changes

{% stepper %}
{% step %}

### Follow from the item header

1. Open a task, requirement, or test case.
2. Click **Follow** / **Watch**.
3. Confirm the state changes (filled icon, “Following”, etc.).
   {% endstep %}

{% step %}

### Follow from an action

Some actions may auto-follow the Teammate:

* a comment is added by the Teammate
* the Teammate is @mentioned
* the Teammate is assigned as owner

If alert volume is high, unfollow items that are not owned.
{% endstep %}
{% endstepper %}

### Best Practices

* Keep follow lists short to preserve signal.
* Prefer @mentions over mass-following for urgent items.
* Use quiet hours to control after-hours notifications.

### Summary

Tune notification delivery in [Notification Settings](/collaboration-and-automation/notification-settings.md).

Related:

* [Notification Settings](/collaboration-and-automation/notification-settings.md)
* [Comments and Mentions](/collaboration-and-automation/comments-and-mentions.md)
* [Comments and History](/collaboration-and-automation/comments-and-history.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/collaboration-and-automation/following-and-watching-items.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.
