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

# allibee ユーザーガイ

### ビジネス向けリーガルAIソリューション

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

アリビーエージェントは、\
国内外の法令や判例、政府機関の政策など、膨大な専門知識データベースを基盤に、\
単なる検索や生成を超えて、\
業務の実質的な効率化を支援するAIエージェントです。

### 業務革新をリードするアリビー

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

アリビー契約管理ソリューションは、あらゆるビジネスの基盤となる契約業務をデジタル化し、\
契約書の作成、レビュー、承認、決裁、電子署名および保管まで、全プロセスを漏れなく管理することができます。

{% hint style="info" %}
利用ガイドを準備しています。
{% endhint %}

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

アリビー企業法務管理ソリューションは、訴訟・法律諮問など法務部門の主要業務をデジタル化し、\
リスク管理から文書保管までの全工程を一つのソリューションで統合的に運用できます。

{% hint style="info" %}
利用ガイドを準備しています。
{% endhint %}

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

アリビーエージェントは、国内外の法令・判例や政府機関の政策など、\
膨大な法律データベースを基盤に、自然言語による簡単な検索で\
多様な情報を素早く検索しまとめて答えを提供する、AIリサーチソリューションです。

{% content-ref url="/pages/C1aJrHTk4jy0FyjtZqij" %}
[紹介](/jp/agent/about.md)
{% endcontent-ref %}

{% content-ref url="/pages/uBtJuT7CBmvsFuVAUlyk" %}
[アリビーデータベース](/jp/agent/db.md)
{% endcontent-ref %}

{% content-ref url="/pages/Ho76fsmZqYztYblad0R6" %}
[会話](/jp/agent/chat.md)
{% endcontent-ref %}

{% content-ref url="/pages/ofK9rSfPKHP2EyKJThF4" %}
[検索](/jp/agent/search.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZlBG1PkWQxIOdHUOD4Ki" %}
[よくある質問](/jp/agent/faq.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://guide.allibee.ai/jp/home.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.
