# Watching a discussion

You can watch a discussion and receive notifications for each added message.

### Why would you want to watch a discussion?

Here are some reasons:

* You've participated in the discussion and you want to know when your customer responds
* You want to learn from how others handle the discussion

{% hint style="info" %}
When you add a message to a dicussion, you watch it automatically.
{% endhint %}

### How to watch a discussion

1. Visit a discussion
2. Click Watch on the sidebar


---

# 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://docs.supportress.com/discussions/watching-a-discussion.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.
