> For the complete documentation index, see [llms.txt](https://livere.gitbook.io/livere/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://livere.gitbook.io/livere/manual/reply/report.md).

# 댓글 신고 / 사용자 차단

<figure><img src="/files/bcg21GCoYRchEFihfUbV" alt=""><figcaption><p>댓글 신고 / 사용자 차단</p></figcaption></figure>

1. 본인 계정에만 해당되는 사용자 차단 기능(각 사용자의 차단 리스트는 독립적으로 되어 있으며, 타 사용자의 차단 내역 확인 불가능합니다.)

{% tabs %}
{% tab title="댓글 신고" %}
2\)  댓글 신고 클릭시 사유를 선택 후 신고하기 버튼 클릭<br>

```
<figure><img src="/files/Ek8lbgSYPyV0OUGMvgPm" alt="" width="245"><figcaption><p>댓글 신고</p></figcaption></figure>
```

3\) 댓글 신고를 많이 받으면 작성한 댓글이 블라인드 처리됩니다.

<figure><img src="/files/GzSSn8uGlRpC4aOBUllm" alt="" width="463"><figcaption><p>블라인드 댓글</p></figcaption></figure>

<br>
{% endtab %}

{% tab title="사용자 차단" %}
3\.  사용자 차단 클릭시 사유를 선택 후 차단하기 버튼 클릭<br>

```
<figure><img src="/files/a90Z9cNRdn4CCK8GPiWa" alt="" width="246"><figcaption><p>사용자 차단</p></figcaption></figure>
```

4\. 사용자 차단시 댓글 내용이 "차단한 사용자의 댓글입니다" 와 차단 사유로 변경됩니다.<br>

<figure><img src="/files/CsPfTCYhQS8Sz2COzlsX" alt=""><figcaption><p>사용자 차단</p></figcaption></figure>

<br>

* 사용자 차단해제 버튼 클릭시 차단 했던 이유와 차단 해체하기 버튼 노출됩니다.<br>

<figure><img src="/files/88TV0yvV3bO2k8xcwr0k" alt="" width="246"><figcaption><p>차단 해제하기</p></figcaption></figure>

<br>

* 차단 해제하기 버튼 클릭시 차단되었던 댓글 내용이 노출됩니다.

<figure><img src="/files/7jzOxDNLUJwmVFZzrZs3" alt=""><figcaption><p>차단 해제하기</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://livere.gitbook.io/livere/manual/reply/report.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.
