> For the complete documentation index, see [llms.txt](https://docs.kyso.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kyso.io/collaboration/report-comments.md).

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