# Report-level comments

In the previous sections, we discussed about adding and tracking data-level comments in a report. Inforiver also supports report-level comments, which will be covered in this section.

Data-level comments enable you to add annotations, mention users, assign tasks and perform other collaborative actions that are specific to a data point. Report-level comments, on the other hand, let you perform all the aforementioned actions while providing an overall summary of the report.

## 1. Add report-level comments

1. Click on **Comments** dropdown and then **Report Level Comments**. In the side panel, enter the comments.&#x20;

<figure><img src="/files/EdBRimyhPhrbyELzQfYZ" alt=""><figcaption><p>Adding report-level comments</p></figcaption></figure>

2. On clicking **Post**, the comments get displayed on the side panel. You can edit/delete the comment by clicking on the corresponding icons in the top right.

<figure><img src="/files/6ATCD78VQCKYWEw6hP7c" alt=""><figcaption><p>Report-level comment added</p></figcaption></figure>

{% hint style="info" %}
All features of data-level commenting are also supported in report-level commenting, including formatting text, adding hyperlinks, [mentioning users](https://docs.inforiver.com/working-with-inforiver/8.-commenting-and-collaboration/comments/pages/Me2fWcLCabwIe2e7gC1b#id-2.-mention-other-users), [replying to comments](https://docs.inforiver.com/working-with-inforiver/8.-commenting-and-collaboration/comments/pages/Me2fWcLCabwIe2e7gC1b#id-3.-reply-to-comments), [email notifications](https://docs.inforiver.com/working-with-inforiver/8.-commenting-and-collaboration/comments/pages/Me2fWcLCabwIe2e7gC1b#id-6.-email-notifications) and [assigning tasks to users](https://docs.inforiver.com/working-with-inforiver/8.-commenting-and-collaboration/comments/pages/c6Pdxuiro9xBEl5Pmdli#id-1.-assign-tasks).
{% endhint %}

## **2. Lock/un-lock thread**

A report-level comment that has been added can be locked to prevent further editing and replies. Click on the three-dot icon and select **Lock Thread.**&#x20;

<figure><img src="/files/uZsuXySCmmxO1mToWzCH" alt=""><figcaption><p>Lock thread</p></figcaption></figure>

The comment thread is locked and greyed out as below:

<figure><img src="/files/3PkWjJtn0vvmEJ59hix6" alt=""><figcaption><p>Locked comment thread</p></figcaption></figure>

To unlock a thread, click on the 'Unlock' icon highlighted below, so that users can reply to and edit the thread.

<figure><img src="/files/fvj9wmQMhx5eUwzL2qz5" alt=""><figcaption><p>Unlock thread</p></figcaption></figure>

## 3. Resolve/re-open thread

1. When a task is assigned, it's status is 'Open'.

<figure><img src="/files/VV2sIAz2w5oqip3qxhR9" alt=""><figcaption><p>Assigning a task</p></figcaption></figure>

2. To change the task status, click on the three dots and select **Resolve thread**.

<figure><img src="/files/5IWlqKvVSq1scFuDcapK" alt=""><figcaption><p>Resolve thread</p></figcaption></figure>

3. The thread is marked as resolved.

<figure><img src="/files/4I9MkDQXqMcqDEjNFy4Z" alt=""><figcaption><p>Task set to 'Resolved'</p></figcaption></figure>

4. Resolved tasks can be reopened if required, by clicking on the 'Undo' icon. Alternatively, replying to any resolved thread will automatically re-open it.

<figure><img src="/files/w1NjIwcFTFk1lbdOVdvC" alt=""><figcaption><p>Re-open thread</p></figcaption></figure>

## 4. Sort/track tasks

If you want to quickly navigate through a long comment thread with multiple replies, use the 'Sort by' option to sort them from newest to oldest or vice versa.

<figure><img src="/files/aahSM5uQVAlbq2fhaDVj" alt=""><figcaption><p>Sort and track tasks</p></figcaption></figure>


---

# 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.inforiver.com/working-with-inforiver/8.-commenting-and-collaboration/comments/report-level-comments.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.
