# Report Comments

{% hint style="info" %}
Note that depending on your individual access level, you might not have the permission to make comments or create tasks!
{% endhint %}

Users can also collaborate project-wide with colleagues by making comments at the bottom of the reports.

<figure><img src="/files/GGdzm5YqkDKt2JJQIqTV" alt=""><figcaption><p>Kyso Report Comments</p></figcaption></figure>

Think of this similar to a Reddit-style discussion thread. Here you can ask questions, provide feedback to the authors and discuss results. Every time a new comment is made, the author receives an email notification. If someone responds to your individual comment, you will also receive an email notification. You can tag other users on the team too.&#x20;

{% hint style="info" %}
Comments made here apply to the entire project report, and will persist regardless of which file is currently open on the report.
{% endhint %}


---

# 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.kyso.io/collaboration/report-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.
