> 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/faq/setting.md).

# 라이브리 관리&설정 FAQ

### Q. 사용자 차단은 어떻게 하나요?

A. 특정 사용자를 차단하고 싶으신가요? [\[인사이트\] > \[댓글관리\]](/livere/insight/management/comment.md) 메뉴에서 할 수 있습니다. '작성기간으로 조회', '댓글 내용 검색', '작성 계정 검색'을 통해 조회 후 차단하고자 하는 사용자의 댓글을 선택, \[계정 차단]버튼을 클릭하시면 됩니다.&#x20;

* 차단이 되면 해당 사이트에서 신규 댓글 작성이 불가능하게 됩니다.
* 기존에 작성된 댓글 역시 자동으로 삭제되게 됩니다.

***

### Q. 사이트 URL이 바뀌었어요. 어떻게 변경하면 되나요?

A. [\[라이브리 관리\] > \[기능설정\] > \[라이브리 발급관리\]](/livere/insight/management/function/livere.md)에서 가능합니다.&#x20;

***


---

# 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/faq/setting.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.
