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

# 목차

{% hint style="info" %}
[라이브리 홈페이지 바로가기 (link)](https://livere.gitbook.io/livere/www.LiveRe.com)
{% endhint %}

<table data-card-size="large" data-view="cards" data-full-width="true"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>라이브리로 댓글 쓰기가 쉬워집니다.</strong></td><td>라이브리는 소셜로그인(SNS)으로 회원가입 없이 모든 사이트에 댓글을 남길 수 있으며, 자신이 남긴 댓글에 대한 반응을 실시간으로 확인 할 수 있습니다.</td><td></td></tr><tr><td><strong>라이브리는 즐거운 소통 공간을 만듭니다.</strong></td><td> 댓글에 좋아요, 공감, 댓댓글 등 다양한 상호작용이 가능하며, 실시간으로 욕설이나 스팸같은 악성댓글을 AI(인공지능) 기반으로 처리합니다.</td><td></td></tr></tbody></table>

{% content-ref url="/pages/WQsO2bQA9ChoDNg4Qiy3" %}
[인사이트 (관리자) 매뉴얼](/livere/insight.md)
{% endcontent-ref %}

{% content-ref url="/pages/cooosJFLWeVHZsQJCkor" %}
[댓글위젯 (사용자) 매뉴얼](/livere/manual.md)
{% endcontent-ref %}


---

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