# Comments/Activities

### Collaborate on bug reports in real-time

BetterBugs enables you and your team members to collaborate on reporting and debugging issues with the "**Comments/Activities**" tab.&#x20;

After you upload a report session to the BetterBugs project, you can find the "**Comments/Activities"** tab on the bottom right of the bug report. This tab enables you and your teammates to:

* Add/edit comments to the bug report
* View all activities of the bug report

<figure><img src="/files/ntEFjQfRv7wZ4zlxxEat" alt="" width="563"><figcaption><p>Comments/Activities tab</p></figcaption></figure>

Comments can be included in real-time, which reflects instantly in the bug report. This is especially beneficial while communicating for quick feedback, getting additional information, or taking follow-ups on a particular issue. This significantly shortens the TAT for resolving software issues.


---

# 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.betterbugs.io/product-features/comments-activities.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.
