> 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/en/agent/db.md).

# Database

### allibee DB

Get accurate answers based on policies, laws, case law and proprietary legal data from various countries.

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

1. Country-Specific Data

* Search using information not only from Korea but also from Vietnam.

2. Specialized Fields and Data Types

* The database covers legal topics such as Labor, Public Notices, Fair Trade, Personal Information, Intellectual Property, Corporate Law, and Taxation.
* It also provides industry-specific answers for Food, Medical Law, Finance, Insurance, and more.

***

### Drive

Upload your own internal data to include in search results and use for AI-generated answers.

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

1. Using the My Document

* Click My Document menu in the left to navigate to the DB Management screen.
* Upload the file you want to use by clicking \[Add Data Source].
* Upload the file to be added to the data, enter a description, and then submit it.
* Once the status changes from In Progress to Completed, the uploaded document becomes available for use in the database.
* Uploaded data can be downloaded or deleted as needed.

2. Notes

* You can upload files in PDF or CSV format, with a maximum file size of 30MB.
* The total My Document DB storage limit is 2GB per license.
* Only users with database viewing/modification permissions can register or modify the My Document.


---

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