> For the complete documentation index, see [llms.txt](https://en-docs.mentoringapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://en-docs.mentoringapp.com/moso-user-guide/workspaces/workspace-comments.md).

# Workspace Comments

Workspace Comments is a feature within a Workspace where participants can share comments and discuss various aspects related to the workspace. The comments section allows participants to add new comments, view comments shared by others, and reply to comments. Participants can also add media files such as pictures, videos, and documents to the comments section to enhance their discussions. The comments section is accessible to all participants within the workspace, and it serves as a platform for collaboration and feedback exchange.

## Displaying/adding comments to workspace

To view and add comments to a workspace, follow these steps:

1. Select 'Workspaces' from the side navigation menu.
2. Click on the workspace you want to view or add comments to.

### Displaying comments in the workspace

The right side of the page is reserved for comment sharing. The upper part of this field displays shared comments, and the lower part is used for new comments entry. All participants in the Workspace can view comments shared by others.

### Adding comments to the workspace

All participants in the Workspace can add new comments to the workspace. You can add pictures, videos, and documents by clicking the '+' icon. You can add a text comment by clicking on the 'Add a comment' field, or create an audio recording and share it by clicking the audio icon.

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


---

# 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://en-docs.mentoringapp.com/moso-user-guide/workspaces/workspace-comments.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.
