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

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