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

# Collaboration

Use the activity timeline to discuss a bug report where the evidence lives.

Keep questions, decisions, and follow-ups attached to the capture.

### At a glance

* Add comments to explain findings or ask follow-up questions.
* Mention teammates when you need input from a specific person.
* Share direct links to comments and react without adding noise.

{% hint style="info" %}
Workspace members with access to the bug report can collaborate.

Watch-only users can read comments and activity, but they cannot interact.
{% endhint %}

### Explore collaboration tools

<table data-view="cards"><thead><tr><th>Title</th><th data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td>Add feedback and follow-up discussion.</td><td><a href="/spaces/bd2SnMxoNdTMcJ57yryh/pages/Xmei1tLYidSoXvelMdS1">/spaces/bd2SnMxoNdTMcJ57yryh/pages/Xmei1tLYidSoXvelMdS1</a></td></tr><tr><td>Bring the right teammate into the thread.</td><td><a href="/spaces/bd2SnMxoNdTMcJ57yryh/pages/bXa5ATtyzzhjRwUIeZv1">/spaces/bd2SnMxoNdTMcJ57yryh/pages/bXa5ATtyzzhjRwUIeZv1</a></td></tr><tr><td>Share an exact point in the timeline.</td><td><a href="/spaces/bd2SnMxoNdTMcJ57yryh/pages/loLGjobDFpANVlHzEe2Z">/spaces/bd2SnMxoNdTMcJ57yryh/pages/loLGjobDFpANVlHzEe2Z</a></td></tr><tr><td>Acknowledge or triage comments quickly.</td><td><a href="/spaces/bd2SnMxoNdTMcJ57yryh/pages/ObBH2KlvtPSnh2bx2GPy">/spaces/bd2SnMxoNdTMcJ57yryh/pages/ObBH2KlvtPSnh2bx2GPy</a></td></tr></tbody></table>


---

# 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.screendesk.io/bug-reports/debug-a-capture/collaboration.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.
