> For the complete documentation index, see [llms.txt](https://docs.cloudassert.com/hybr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudassert.com/hybr/features/cloud-cost-management/collaborations.md).

# Collaborations

This lets users write comments on a dashboard or a report to share with other users who have access to the dashboard. It is useful for tracking events and providing insights into those events. Users can also add images or links to any external websites.

Anyone with access to a dashboard can write comments. When a user in mentioned in a comment, user will receive notifications in Hybr portal

## Post a new comment

To post a new comment, navigate to Reporting -> Dashboards, open the dashboard and click the **comment** icon in the top-right corner as shown in the following image.

<figure><img src="/files/aOY3sst32VZfZzAuNR7s" alt=""><figcaption></figcaption></figure>

Type a comment in the text area and click Post to save the comment in the dashboard.

<figure><img src="/files/cmmG8gVHT4NCKiUfGWHD" alt=""><figcaption><p>Post a comment</p></figcaption></figure>

<figure><img src="/files/HsLjA1YS9e8zNQ541zou" alt=""><figcaption><p>Comments</p></figcaption></figure>

## Reply to a comment

To reply to a comment, click the **Reply** icon in the comment as shown in the following image.

<figure><img src="/files/EjQ2FPv88AJ6k5T9gXGP" alt=""><figcaption></figcaption></figure>

Type the reply in the text area and click Post to save it in the dashboard.

<figure><img src="/files/LuQWzMqt8cYwf3OEB4bf" alt=""><figcaption><p>Reply to a comment</p></figcaption></figure>

You can also reply to a reply of a comment.

## Edit a comment

To edit a comment, click Edit button  as shown in the following image.

<figure><img src="/files/gErZQfQieL33gK4DA0I5" alt=""><figcaption></figcaption></figure>

Edit the comments and click Save to save your changes.

<figure><img src="/files/Ikod3Ia9tGJnpmToDUUK" alt=""><figcaption><p>Edit a comment</p></figcaption></figure>

<figure><img src="/files/5csZdiQ1P7ztGPBsuSjP" alt=""><figcaption><p>Edited comment</p></figcaption></figure>

## Delete a comment

To delete a comment click on Delete button as shown in following image.

<figure><img src="/files/X0GXlkf4sT794vbGW37n" alt=""><figcaption></figcaption></figure>

## Mention users in comment

Users can be mentioned in comments to notify them about the comments by Notifications in Hybr Portal.

Type @ followed by the user’s name, and then select the user from the list of possible names to mention them in a comment.


---

# 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.cloudassert.com/hybr/features/cloud-cost-management/collaborations.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.
