# Discussions (comments)

Within requirements, test cases and test scenarios, you can discuss individual items with other project users. In case of defects you can collaborate via [enclosures](http://aquawiki.andagon.com/enclosures.html), which can be additionally categorized as notes, descriptions, solutions or replication procedures.  If there is no discussion yet, you can create a new discussion below the description of your item. To start a discussion, click the 'Create new post' button.&#x20;

<figure><img src="/files/jquYB1njONnbAwr73ofo" alt=""><figcaption><p>Starting Discussion from the Details tab within the item</p></figcaption></figure>

In the new discussion, you can enter a text which will be visible for all users. By clicking on Post, the post is moved into the chat. &#x20;

<figure><img src="/files/XanE9R5CPdwJCDB2boly" alt=""><figcaption><p>Publishing a new post</p></figcaption></figure>

All other users will see the message. It does not matter if the item is locked or unlocked. You can also invite other aqua users to join the discussion. To do this, press @ and start typing the name of your colleague. Select the username and press Enter to confirm. The mentioned user will receive an email informing them that they have been mentioned. <br>

<figure><img src="/files/IPAv0pbXdd33AZkbLkwv" alt=""><figcaption><p>Mentioning other users within the post</p></figcaption></figure>

After you posted your text, you can still edit or delete it. &#x20;

<figure><img src="/files/uKtWx5un5A3t5hxFy8VK" alt=""><figcaption><p>Quick actions enabling edition or deletion of the post</p></figcaption></figure>

Using the Discussion tab in the navigation bar of the item, you can jump directly to the discussion area below the item description.


---

# 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/items/general-item-capabilities/discussions-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.
