# Comments

Certain locations on the platform allow you to add comments to people or list forms. These comments are only visible by moderators.

Writing a comment requires you to add a title, a body and a rating. These 3 things are mandatory.

The rating can be one of the following:

* <img src="/files/enh1xlWZXaBWNla0byTf" alt="" data-size="line"> Very good
* <img src="/files/QGbiOQ7CyTGMfqFasD2r" alt="" data-size="line"> Good / Positive
* <img src="/files/hH8jyjV2qC7j4veDQroV" alt="" data-size="line"> Not good
* <img src="/files/oo8P5Bfbi2VRfFPYx1sO" alt="" data-size="line"> Bad
* <img src="/files/j5pL7arOHSVWUGDTPx2L" alt="" data-size="line"> No rating. Use this for normal information

{% hint style="info" %}
Use "No rating" <img src="/files/j5pL7arOHSVWUGDTPx2L" alt="" data-size="line"> for adding information like

* Wants to work with their friend
* Comes by train

If you use another rating for this information, you can't really tell if a person did a good job or not.
{% endhint %}

{% hint style="info" %}
Right now you can create comments for [members](/event/planning/members/comments.md) and [forms](/event/accreditation/lists/forms/comments.md).
{% endhint %}


---

# 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.eventication.com/event/misc/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.
