> For the complete documentation index, see [llms.txt](https://guide.allibee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.allibee.ai/agent/db.md).

# 데이터베이스

### 앨리비 DB <a href="#allibee" id="allibee"></a>

다양한 국가의 정책, 법령, 판례 및 자체 보유한 리걸 데이터를 기반으로 정확한 답변을 제공합니다.

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

#### 1. 국가

* 한국, 미국, EU, 베트남의 법률 데이터베이스를 기반으로 법령, 판례 등 법률 정보를 검색할 수 있습니다.
* 한국 법률 데이터베이스를 선택한 경우에는 법규, 판례, 결정·해석례, 일반 항목으로 세분화하여 검색할 수 있습니다.

{% hint style="info" %}
외국 법령 검색은 Beta 기능이며, 현재 원문 링크 및 원문보기 기능을 지원하지 않습니다.
{% endhint %}

#### 2. 전문 분야 및 데이터 유형

* 노동·공시·공정거래·개인정보·IP·기업일반·조세와 관련된 법률 정보를 제공합니다.&#x20;
* 식품·제약·금융·보험 등 다양한 산업군에 대한 데이터를 참고하여 답변을 제공합니다.

#### 3. 추가 데이터베이스

* 드라이브(내 문서함)와 웹 검색을 선택적으로 활용하여 답변 범위를 확장할 수 있습니다.

***

### 드라이브 <a href="#internal" id="internal"></a>

사용자가 보유한 데이터를 업로드하여 검색 결과에 포함시키고, 이를 선택해 답변하도록 설정할 수 있습니다.

{% embed url="<https://s-team-6zr.share.arcade.software/share/P0UILHSM3wJLDybEHD8R>" %}

1. 드라이브(내 문서함) 사용하기

* 드라이브 메뉴를  클릭하여 DB 관리 화면으로 이동합니다.
* 데이터 추가 버튼을 클릭하여 사용할 파일을 업로드할 수 있습니다.
* 데이터로 추가할 파일을 업로드하고 설명을 입력한 뒤 등록합니다.
* 상태가 '진행중'에서 '완료'로 변경되면 업로드한 자료를 DB로 사용할 수 있습니다.
* 업로드한 데이터를 선택하여 다운로드하거나 삭제할 수 있습니다.

2. 유의사항

* PDF, CSV 형식의 파일을 업로드할 수 있으며 최대 30MB의 파일까지 업로드 가능합니다.
* 드라이브DB는 라이선스 1개당 2GB가 제공됩니다.
* 드라이브에 DB를 등록 및 수정하려면 데이터베이스 열람/수정 권한이 필요합니다.\
  [**권한 설정 알아보기**](/admin/permission.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://guide.allibee.ai/agent/db.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.
