> For the complete documentation index, see [llms.txt](https://support.hivo.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hivo.co/grouped-collections/view-history-and-comment-for-grouped-collections.md).

# View History & Comment for Grouped Collections

### View History for Grouped Collections

This feature allows users to track and audit the complete activity log, showing who performed what action and when within a specific Grouped Collection.

⚠️ **User Right Required:** User must have the permission: **“*****Can View All Grouped Collections***".

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

To view the modification and interaction logs of a Grouped Collection, follow these steps:

* Access the Grouped Collection: **Open the specific Grouped Collection** you wish to audit.
* **Open Settings Menu:** On the banner header, click the Three Vertical Dots **(⋮) icon** to open the Grouped Collection configurations.

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

* **Switch to History Tab**: Inside the dialog box, navigate and switch over to the History tab.
* Review the **Log Details**: In this dashboard, you can review a comprehensive table containing:
  * **Time:** The exact timestamp when the activity occurred.
  * **User:** The identity/name of the team member who made the change.
  * **Action:** The specific task performed (e.g., *New, Edit Featured Image, Edit Collections, Edit Tags, share*).

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

### Comment for Grouped Collections

⚠️  **Who can view, reply to comments, and perform other actions?**&#x20;

All users with "**View all Grouped Collections**" permission can see the full comment content and all related replies.

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

#### 1. How to Post a New Comment

* Open the Grouped Collection where you want to leave feedback.
* On the header panel, click the Comments icon (located next to the three-dot settings icon).

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

* The Comments dialog box will appear, type your message into the *"New Comment..."* field. You can format your text using Bold, Italic, Bullet lists, Links, Images, or use **@mention** to tag specific team members.
* Click **Submit** to post your comment.

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

#### 2. Comment Management & Filtering

The comment center allows you to easily search and organize feedback:

* **Search comment text:** Type keywords in the search bar to find specific comment threads instantly.
* **Status Counters:** Quickly view the counts of total active comments, change requests, or resolved items.
* **Sorting Options:** Click the sorting icon next to the search bar to order comments by: ***Created at, Last reply,*** or ***Comment by.***
* **Mark All:** Quickly apply bulk actions or status updates to all visible comments.

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

#### 3. Available Actions for Comments

You can perform the following:

* **Reply:** Thread a response directly under a colleague's comment to keep discussions organized.
* **Edit/ Delete:** Modify or permanently remove your own comments.
* **Resolved:** Mark the discussion or issue raised in the comment as completed/settled.
* **Request Change:** Set the comment state to an official change request, signaling that updates are required for this collection layout.

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

If you have any questions, don't hesitate to ask, we're always here to help!


---

# 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://support.hivo.co/grouped-collections/view-history-and-comment-for-grouped-collections.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.
