> 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/management/function/livere.md).

# 라이브리 발급 관리

{% tabs %}
{% tab title="라이브리 발급 관리" %}

<figure><img src="/files/ThgNxxbHGd94pSGzZpjV" alt=""><figcaption></figcaption></figure>

### 라이브리 발급 관리 (기존 라이브리 정보 수정, 또는 신규 추가 기능)

1. 라이브리의 목록 제일 우측에 \[+라이브리를 설치해보세요] 버튼으로 신규로 추가할 수 있습니다.

   > 유료 버전의 경우, 라이브리의 개수로 과금될 수 있습니다.
2. \[라이브리 발급 관리 > 사이트 설정] 기존에 발급한 라이브리를 선택한 경우, 기본 설정값을 여기서 수정할 수 있습니다. \[내 사이트 반영] 버튼을 눌러, 적용됩니다.
3. \[라이브리 발급 관리 > 사이트 URL 설정] 기존에 발급한 라이브리를 선택한 경우, URL 설정값을 여기서 수정할 수 있습니다. \[변경하기] 버튼을 눌러서 URL 영역을 활성화 시킨 후, 이를 수정하고, \[저장하기] 버튼을 누르면 적용됩니다.
4. \[라이브리 발급 관리 > 코드 관리] 기존에 발급한 라이브리를 선택한 경우, 설치코드를 확인하거나, \[복사하기] 버튼으로 손쉽게 코드 전체를 클립보드로 가져갈 수 있습니다.
   {% 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/insight/management/function/livere.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.
