> For the complete documentation index, see [llms.txt](https://help.parta.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.parta.io/collaboration/set-comments/create-a-comment.md).

# Create a Comment

## What is a Comment?

A **comment** is a note attached to specific blocks or elements, allowing collaborators to discuss, suggest edits, or leave reminders without altering the main content.

The comments appear in a sidebar and form discussion threads with replies, helping teams communicate and refine documents effectively.\
\
A **comment manager** is a simple, integrated manager that list and helps manage all co-workers comments within the course for seamless collaboration.

## Create a Comment&#x20;

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

{% stepper %}
{% step %}
[Open an editor](/editor/work-in-the-editor.md) / [preview mode](/editor/work-in-the-editor.md#preview-a-course) / [public link for commenting](/collaboration/set-public-links/create-a-public-link-for-commenting.md) and click the **Comments** icon.

A pop-up comment manager window will appear.
{% endstep %}

{% step %}
Select a block / element.

A pop-up window will appear.
{% endstep %}

{% step %}
Enter a comment.
{% endstep %}

{% step %}
Click the **arrow** icon to send a comment.

A comment icon will appear next to the commented block / element.
{% endstep %}
{% endstepper %}

## Frequently Asked Questions <a href="#h_01hq86jcwp6h87x114y3hjm1kv" id="h_01hq86jcwp6h87x114y3hjm1kv"></a>

Have more questions? You might find answers below:

<details>

<summary>How do I allow comments on a course from <strong>other coworkers (company users)</strong>?</summary>

* [Invite your coworker](/workspace/set-users/add-a-user.md#add-current-member) as a participant of the Project team with **Comments** permission.\
  \
  A coworker will receive an email with a link to a course and will be able to view and comment a course.
* [Grant your coworker a company level](/workspace/set-users/manage-a-user.md#change-user-project-permissions) **Comments** permission beyond their role limitations.\
  \
  A coworker will be able to comment on all courses they have access to.

</details>

<details>

<summary>How do I allow comments with <strong>permanent access</strong> from a <strong>user outside my company</strong>?</summary>

* [Invite a reviewer as a new participant](/workspace/set-users/add-a-user.md#add-new-member) of the Project team with **Comments** permission.\
  \
  A reviewer will get a Guest role at the company, will receive an email with a link to a course and will be able to view and comment a course.
* [Add a reviewer to your company as a new user](/workspace/set-users/add-a-user.md#add-a-new-company-user) with a **Guest** role and [invite them as a participant of the Project team](/workspace/set-users/add-a-user.md#add-current-member) with **Comments** permission.\
  \
  A coworker will receive an email with a link to a course and will be able to view and comment a course.

</details>

<details>

<summary>How do I allow comments with <strong>temporary access</strong> from a <strong>user outside my company</strong>?</summary>

* Create commentator with temporary access to the a course via [public link for commenting](/collaboration/set-public-links/create-a-public-link-for-commenting.md).\
  \
  A reviewer will receive an email with a link to a course and will be able to view and comment a course **for 21 days**.

</details>


---

# 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://help.parta.io/collaboration/set-comments/create-a-comment.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.
