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

# 検索

{% hint style="info" %}
検索を通じて提供されるデータベースは、韓国の法令および行政情報に基づく韓国DBです。
{% endhint %}

### 検索で必要な文書を探す

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

* 「検索」タブをクリックし、検索欄に文章またはキーワード形式で質問を入力します。
* 検索範囲（マイボックス、アリビーDB）を選択できます。
* 検索結果は、「全体」「マイボックス」「法令」「判例」「その他の資料」に分類されて表示されます。
* 各文書にはタイトルと要約が表示され、一部の内容をプレビューできます。
* 文書をクリックすると、右側の画面にビューワーが開き、原文をすぐに確認できます。
* PDF文書の場合、検索語に関連する箇所がハイライトで表示されます。

***

### 検索時の注意事項

* 文章形式の質問だけでなく、主要なキーワードを中心とした検索も可能です。
* 検索結果が多い場合は、キーワードを具体的にすることで、より詳細な文書検索が可能になります。
* 検索履歴は別途保存されず、新しい質問を入力すると結果が更新されます。


---

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