> For the complete documentation index, see [llms.txt](https://i-boss.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://i-boss.gitbook.io/main/guide/activity/posts/comment.md).

# 댓글

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

아이보스에서는 회원 간 활발한 소통과 정보 교류를 위해 댓글 기능을 제공하고 있으며,\
게시글 하단에서 **텍스트 댓글**을 바로 작성할 수 있습니다.

<table data-header-hidden><thead><tr><th width="115.25" align="center" valign="middle"></th><th valign="top"></th><th data-hidden></th></tr></thead><tbody><tr><td align="center" valign="middle"><div><figure><img src="/files/FD1Uk0jlouobrbZ3oxDJ" alt=""><figcaption></figcaption></figure></div></td><td valign="top"><p></p><p>댓글 입력창 우측의 <strong>사진 아이콘</strong>을 클릭하면 이미지 파일을 첨부할 수 있습니다.<br>실무 자료나 예시 이미지 등을 첨부해 더욱 풍부한 정보를 공유해보세요.</p></td><td></td></tr><tr><td align="center" valign="middle"><div><figure><img src="/files/9y2nFWwNvfdcoL9K2AUk" alt=""><figcaption></figcaption></figure></div></td><td valign="top"><p></p><p>간단한 감정 표현은 <strong>이모티콘 아이콘</strong>을 통해 가능해요.<br>공감, 감사, 응원의 표현을 이모티콘으로 전달해보세요.</p></td><td></td></tr><tr><td align="center" valign="middle"><div><figure><img src="/files/hZnckuIV5kscdIffyfaJ" alt=""><figcaption></figcaption></figure></div></td><td valign="top">게시글을 작성한 유저가 댓글을 작성하면, 해당 댓글에는 <strong>‘작성자’라는 태그가 자동으로 표시</strong>됩니다. 글쓴이의 추가 설명이나 피드백을 한눈에 확인할 수 있어요.</td><td></td></tr><tr><td align="center" valign="middle"><mark style="color:blue;"><strong>@닉네임</strong></mark></td><td valign="top">다른 회원의 댓글에 <strong>답댓글</strong>을 달면, 해당 유저의 댓글 상단에 <code>@닉네임</code> 형식으로 자동 표기됩니다.<br>이를 통해 어떤 댓글에 대한 답변인지 명확하게 알 수 있습니다.</td><td></td></tr></tbody></table>

<br>

<figure><img src="/files/3CNCAzKCVPIV9t1WWlm3" alt=""><figcaption></figcaption></figure>

타인의 댓글이 **이용규칙을 위반하거나 부적절한 내용**일 경우, 댓글 오른쪽 상단의 **\[신고] 버튼**을 눌러 신고할 수 있습니다.

{% hint style="info" %}
신고 시 사유를 함께 남겨주시면 보다 신속한 조치가 가능합니다.

운영진이 확인 후 내부 규정에 따라 처리하며, 신고자의 정보는 공개되지 않습니다.
{% 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://i-boss.gitbook.io/main/guide/activity/posts/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.
