# AI

- [AI関連機能の概要](https://docs.bengo-kakumei.jp/guide/ai/overview.md)
- [文書分析補助](https://docs.bengo-kakumei.jp/guide/ai/document-analysis.md)
- [AIテキスト検索](https://docs.bengo-kakumei.jp/guide/ai/text-search.md)
- [AI Agent機能](https://docs.bengo-kakumei.jp/guide/ai/ai-agent.md): 機能
- [データ抽出（Excel化など）](https://docs.bengo-kakumei.jp/guide/ai/document-analysis-1.md)
- [利用上限について](https://docs.bengo-kakumei.jp/guide/ai/limitation.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://docs.bengo-kakumei.jp/guide/ai.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.
