# Comments

In requirements, you have the option to focus on collaborative work. The Show *discussions* button allows you to open a new slide where you can work in a real-time chat with other aqua users. To open that module, you have to click on that button.&#x20;

<figure><img src="http://aquawiki.andagon.com/pictures/drex_comments_rich_client_custom.png" alt=""><figcaption></figcaption></figure>

### **Discussions** <a href="#discussions" id="discussions"></a>

In the new window, you can enter your text, which is visible for all users. The *Edit* mode is not necessary for entering text, pictures, and other documentation. By clicking on *Post* or *CTRL+Enter*, the post is moved into the chat.

<figure><img src="http://aquawiki.andagon.com/pictures/drex_comments_rich_client_custom_2.png" alt=""><figcaption></figcaption></figure>

All other users can see the message. It does not matter if the item is in locked or unlocked mode. Furthermore, you have the option to invite aqua users to the discussions. In order to do so, press @ or click the @ button and type the forename or surname. Select the username and press enter to confirm.&#x20;

### **Comments in Description** <a href="#comments_in_description" id="comments_in_description"></a>

In this example, the introduction on software testing was copied from wikipedia.org. After selecting a section of a text and marking it blue, you can add a comment regarding that section. Right-clicking on a selected item opens a context menu where you can choose *Create comment*.  &#x20;

<figure><img src="http://aquawiki.andagon.com/pictures/drex_comments_rich_client_custom_3.png" alt=""><figcaption></figcaption></figure>

Here you can enter your comments visible for everyone. &#x20;

<figure><img src="http://aquawiki.andagon.com/pictures/drex_comments_rich_client_custom_4.png" alt=""><figcaption></figcaption></figure>

To delete a comment, right click on it and choose *Delete comment*.


---

# 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.aqua-cloud.io/documentation/desktop-client/requirements-management/comments.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.
