# Watch Feature

Similar to the **Subscribe** feature you see on platforms like YouTube—where you get instant notifications about updates from channels you follow—**DeDi** offers a powerful way to stay informed through its **Watch** feature.

### 🔔 What is Watch?

The **Watch** feature in DeDi allows you to subscribe to changes across different entities in the system. When an event occurs, you receive a notification instantly, helping you stay up-to-date with the latest activity.

### 🧭 Types of Watch

#### 1. Registry Watch

Keep a watch on a specific **registry** to get notified when:

* Registry details are updated
* A new entry or record is added
* An existing entry or record is modified

#### 2. Tag Watch

Keep a watch on a specific **tag** to get notified when:

* A registry is created using that tag
* An existing registry updates its tag to the one you are watching

#### 3. Record Watch

Keep a watch on a specific **record** to get notified when:

* The record details are updated or modified

The **Watch** feature makes DeDi more interactive and connected—helping you monitor changes that matter most to you, in real time.


---

# Agent Instructions: 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:

```
GET https://dedi-global.gitbook.io/docs/dedi.global-developers/guides/watch-feature.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
