> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/writebackextreme/features/tableau-extension/end-user/collaboration/overview.md).

# Overview

The Collaboration template is a part of the Add Data module. It allows you to create annotations and comments on marks in your visualizations from within your dashboard. Consequently, this improves the collaboration in dashboards and makes it highly efficient. Keep track of your expert annotations and conversations on your most valuable assets.

The layout is optimized for collaboration:

<figure><img src="https://appsfortableau.infotopics.com/wp-content/uploads/2023/12/new-layout-1-1-600x427.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
All fields described below can be toggled on/off in the configuration
{% endhint %}

#### Priority&#x20;

The left border will turn green/orange/red/no color depending on the priority of the comment.

#### Created by&#x20;

The name next to the checkbox is the name of the person who created the comment.

#### Assigned to&#x20;

In the top row a grey pill shows with the name of a person which the comment is attached to.

#### Triangle exclamation mark

This shows if the comment needs action.

#### Title&#x20;

The bold line is the title of the comment.

#### Description

The line below the bold line is the description of the comment, this can be filled with rich text and HTML.

#### Other fields

The other fields are added to the default collaboration template in the management console. These fields will show up on the card and can be configured to be shown as a grid as shown above.&#x20;


---

# 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.infotopics.com/writebackextreme/features/tableau-extension/end-user/collaboration/overview.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.
