> 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/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)


---

# 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/insight.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.
