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

# アリビーデータベース

### アリビーデータベース

各国の政策、法令、判例、そして自社が保有するアリビーデータベースを基盤に、提供します。

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

1. 国

* 韓とベトナムの情報も基に検索することができます。

2. 専門分野およびデータの種類

* 労働、開示、公正取引、個人情報、IP、企業一般、税務に関する法律情報を提供します。
* また、食品、製薬、金融、保険など多様な業界に関するデータを参照し、回答を生成します。

***

### ドライブ

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

ユーザーが保有しているデータをアップロードして検索結果に含めることができ、選択したデータを基に回答を生成するよう設定できます。

1. ドライブの利用方法

* 左側のドライブをクリックしてDB管理画面に移動します。
* 「データ追加」ボタンをクリックして使用するファイルをアップロードできます。
* データとして追加するファイルをアップロードし、説明を入力した後、登録します。
* ステータスが「進行中」から「完了」に変わると、アップロードした資料をDBとして利用できます。
* アップロードしたデータは選択してダウンロードまたは削除することができます。

2. 注意事項

* PDFおよびCSV形式のファイルをアップロードでき、最大30MBまで対応しています。
* ドライブのDBは、ビジネスエージェントのライセンスごとに2GBが提供されます。
* ドライブにDBを登録・編集するには、ビジネスエージェントのデータベース閲覧／編集権限が必要です。


---

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