# Agent

- [紹介](https://guide.allibee.ai/jp/agent/about.md): 意思決定を支援するリーガルAIベースのエージェント
- [アリビーデータベース](https://guide.allibee.ai/jp/agent/db.md): 専門知識に特化したアリビーDBとウェブ検索を同時に活用し、企業に必要な資料を迅速かつ容易に見つけ出します。
- [会話](https://guide.allibee.ai/jp/agent/chat.md): 専門知識に関する質問を自然言語で入力すると、信頼性の高い回答とともに、関連する原文資料も確認できます。
- [検索](https://guide.allibee.ai/jp/agent/search.md): 業務に必要な文書を質問一つで  迅速に見つけ、信頼できる出典も同時に確認することができます。
- [契約書のレビュー](https://guide.allibee.ai/jp/agent/contractreview.md): リーガルAIで契約書をレビューし、重要ポイントの要約から条項ごとのレビューや改善案まで、一度に確認することができます。
- [よくある質問](https://guide.allibee.ai/jp/agent/faq.md): ビジネスエージェントの機能を利用する際によくある質問と回答をご確認ください。


---

# Agent Instructions: 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:

```
GET https://guide.allibee.ai/jp/agent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
