> For the complete documentation index, see [llms.txt](https://docs.eventication.com/event/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eventication.com/event/misc/comments.md).

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