# 라이브리 사용자 매뉴얼

## LiveRe

- [목차](https://livere.gitbook.io/livere/intro.md): 라이브리 서비스의 설명서/매뉴얼/가이드입니다. 주로 메뉴별로 안내문이 구성되어 있습니다.
- [인사이트 (관리자) 매뉴얼](https://livere.gitbook.io/livere/insight.md)
- [로그인 / 회원가입 / 발급](https://livere.gitbook.io/livere/insight/signin.md)
- [통계분석](https://livere.gitbook.io/livere/insight/analysis.md)
- [\[대시보드\] 한눈에 살펴보기](https://livere.gitbook.io/livere/insight/analysis/dashboard.md): 통계분석의 대시보드에 대해서 안내합니다.
- [\[반응분석\] 댓글, 공유/유입 통계](https://livere.gitbook.io/livere/insight/analysis/reaction.md)
- [\[회원분석\] 로그인 통계](https://livere.gitbook.io/livere/insight/analysis/member.md)
- [\[작성 계정 분석\] 댓글 작성자 통계](https://livere.gitbook.io/livere/insight/analysis/writers.md)
- [\[컨텐츠 분석\] 데이터 리포트](https://livere.gitbook.io/livere/insight/analysis/content.md)
- [라이브리 관리](https://livere.gitbook.io/livere/insight/management.md)
- [\[댓글관리\] 댓글 조회, 삭제 및 차단](https://livere.gitbook.io/livere/insight/management/comment.md)
- [\[지정단어 차단\] 악플 단어 직접 추가](https://livere.gitbook.io/livere/insight/management/banned.md)
- [\[차단 계정 관리\] 악플러 차단 직접 관리](https://livere.gitbook.io/livere/insight/management/blocked.md)
- [\[기능 설정\] 댓글 위젯 커스터마이징](https://livere.gitbook.io/livere/insight/management/function.md)
- [로그인 지원 서비스 설정](https://livere.gitbook.io/livere/insight/management/function/login.md)
- [기능 및 디자인 설정](https://livere.gitbook.io/livere/insight/management/function/design.md)
- [라이브리 발급 관리](https://livere.gitbook.io/livere/insight/management/function/livere.md)
- [댓글위젯 (사용자) 매뉴얼](https://livere.gitbook.io/livere/manual.md)
- [로그인 / 댓글등록](https://livere.gitbook.io/livere/manual/login.write.md)
- [회원정보](https://livere.gitbook.io/livere/manual/userinfo.md)
- [마이라이브리](https://livere.gitbook.io/livere/manual/userinfo/mylivere.md)
- [프로필](https://livere.gitbook.io/livere/manual/userinfo/mylivere/profile.md)
- [댓글관리 / 계정관리](https://livere.gitbook.io/livere/manual/userinfo/mylivere/manage.md)
- [댓글 관련](https://livere.gitbook.io/livere/manual/reply.md)
- [댓글 수정 / 댓글 삭제](https://livere.gitbook.io/livere/manual/reply/modelete.md)
- [댓글 신고 / 사용자 차단](https://livere.gitbook.io/livere/manual/reply/report.md)
- [악성댓글(악플)의 기준과 분류](https://livere.gitbook.io/livere/policies.md): 라이브리 서비스는 아래와 같은 기준으로 악성댓글(악플)을 분류하여 처리하고 있습니다. 모든 과정은 인공지능 (Artificial Intelligence)와 기계학습(Machine Learning)에 기반하여 분류됩니다. 구체적인 학습 방법 및 악플의 조치에 대해서는 상황에 따라 다양할 수 있습니다.
- [자주 묻는 질문 (FAQ)](https://livere.gitbook.io/livere/faq.md)
- [라이브리 설치 FAQ](https://livere.gitbook.io/livere/faq/installment.md)
- [라이브리 관리&설정 FAQ](https://livere.gitbook.io/livere/faq/setting.md)
- [댓글 작성 FAQ](https://livere.gitbook.io/livere/faq/write.md)
- [라이브리 광고 FAQ](https://livere.gitbook.io/livere/faq/advertisement.md)
- [개발자 지원](https://livere.gitbook.io/livere/developer.md)
- [앱 환경 지원 설정](https://livere.gitbook.io/livere/developer/undefined.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://livere.gitbook.io/livere/intro.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.
