# 댓글

## 🚀 기능 소개

댓글 작성 기능이 포함된 경우\
회원 게시판에 한정하여 댓글 작성이 가능합니다.

모든 회원 게시글의 작성된 댓글에 대해 수정 및 삭제가 가능합니다.

## 🧱 화면 구성

![](/files/-MgdZNw8Sh1boFYWwWov)

### 1. 카테고리

홈페이지에서 사용중인 회원 게시판 목록입니다.\
게시판 타입에 따라 아이콘이 다르게 표현됩니다.

### 2. 댓글 목록

선택한 게시판의 게시글 내용과 댓글 내용이 노출됩니다.

### 3. 필터 검색

현재 게시판에 해당하는 게시글의 단어로 검색하여 필터링이 가능합니다.

### 4. 컨트롤 영역

게시글의 내용을 수정하거나 삭제할 수 있습니다.

## 🙋‍♀️ 이용 안내

### 1. 수정

![](/files/-Mgdc7tk1jEil69Sf_19)

수정을 희망하는 댓글 내용의 우측에 있는 펜 모양의 아이콘을 클릭해주세요.

<div align="center"><img src="/files/-Mgdca3Bf1tdqC_wb789" alt=""></div>

수정할 내용을 입력후 저장 버튼을 클릭해주세요.

### 2. 삭제

![](/files/-MgddnDHLqM1DbepGwNv)

삭제를 희망하시는 게시글의 우측에 있는 X버튼을 클릭해주세요.

![](/files/-Mgddybz4IQ6nv0GPRvv)

확인창에서 확인 버튼을 클릭해주세요.

{% hint style="danger" %}
주의사항\
삭제된 내용은 복구 하실 수 없습니다.
{% 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.storyhub.co.kr/functions/board/comment.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.
