> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bultech.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Comments and Communication

> In many parts of the platform, you can use the comment feature to communicate with team members about a specific item (task, report, etc.).

# Comments and Communication

In many parts of the platform, you can use the comment feature to communicate with team members about a specific item (task, report, etc.). The comment section is usually located at the bottom of an item's detail panel or page.

<AccordionGroup>
  <Accordion title="Making a Comment">
    1. **Text Editor:** Use the rich text editor to write your comment. You can format your text (bold, italic), create lists, and add links.
    2. **Add Comment Button:** After writing your comment, send it by clicking the "**Add Comment**" (or similar) button.
    3. **Notification:** When your comment is posted, a notification is sent to people following the item or mentioned (`@mention`) in the comment.
  </Accordion>

  <Accordion title="Viewing and Managing Comments">
    * **Comment List:** All comments added to an item are sorted from newest to oldest.
    * **User Information:** Next to each comment, the profile picture, name of the person who made the comment, and how long ago it was made are displayed.
    * **Editing and Deleting:** When you hover over a comment you made, **Edit** (<img src="https://mintcdn.com/bul/ixiTLdmXNZ20kCob/icons/comment-edit-outline.svg?fit=max&auto=format&n=ixiTLdmXNZ20kCob&q=85&s=b837e59633498d8b6f390ee59217b61c" alt="comment-edit-outline" className="inline align-middle dark:invert" style={{width: '16px', height: '16px', margin: 0}} width="24" height="24" data-path="icons/comment-edit-outline.svg" />) and **Delete** (<img src="https://mintcdn.com/bul/ixiTLdmXNZ20kCob/icons/trash-can-outline.svg?fit=max&auto=format&n=ixiTLdmXNZ20kCob&q=85&s=6d36f29a4e7d9d7372ebd6e4b7ff5e86" alt="trash-can-outline" className="inline align-middle dark:invert" style={{width: '16px', height: '16px', margin: 0}} width="24" height="24" data-path="icons/trash-can-outline.svg" />) icons usually appear.
  </Accordion>

  <Accordion title="Tagging Users (@mention)">
    When commenting, you can use the `@` symbol to directly notify a specific person.

    1. Type `@` in the comment field.
    2. A list of users from your project or company team will appear.
    3. Select the user you want to tag from the list or continue typing their name.
    4. When the comment is posted, the user you tagged will receive a special notification.
  </Accordion>
</AccordionGroup>

<Note>
  **Authorization Note:** The permissions to view, create, edit, and delete comments depend on the user's [roles and permissions](/en/platform-rules/roles-and-permissions-rbac). For example, an administrator with "Delete Comments" permission can also delete others' comments.
</Note>
