> For the complete documentation index, see [llms.txt](https://docs.mastersindia.co/notice-management/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mastersindia.co/notice-management/documentation/readme/notices-and-orders-module/comments-and-communication.md).

# Comments and Communication

<figure><img src="/files/x0fweWWUMCOAVHdxEviy" alt=""><figcaption></figcaption></figure>

The **Comments** tab provides a communication space for team collaboration on the notice.

| Element               | Description                                                                                    |
| --------------------- | ---------------------------------------------------------------------------------------------- |
| **Comment Text Area** | Multi-line text input with placeholder "Add a comment..."                                      |
| **Add Attachment**    | Link/button (with paperclip icon) below the text area — allows file uploads alongside comments |
| **Comment Button**    | Submits the comment (top-right of the comment input area)                                      |
| **Comments Feed**     | Displays all comments in chronological order. Shows "No comments available." if empty          |

**Features:**

* **Reply-to-reply** is supported — users can respond directly to specific comments in a threaded format.
* Each comment shows the author name, timestamp, and content.
* Attachments can be viewed/downloaded from the comment thread.


---

# 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://docs.mastersindia.co/notice-management/documentation/readme/notices-and-orders-module/comments-and-communication.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.
