> For the complete documentation index, see [llms.txt](https://docs.maiagent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/agent-builder.md).

# Agent Builder 総覧

- [Agent Builder とは？](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/agent-builder/agent-builder.md)
- [Agent（AI アシスタント）](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/agent-builder/agent.md)
- [ナレッジベース](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/agent-builder/knowledge-base.md)
- [データベース](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/agent-builder/database.md)
- [エージェントスケジュール](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/agent-builder/schedule.md)
- [エージェントスケジュールの設定方法](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/agent-builder/schedule/schedule-setup.md): ゼロからエージェントスケジュールを作成します。AI アシスタントの選択、プロンプトの作成、スケジュール時刻の設定、配信方法の構成までを行います。
- [ツール](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/agent-builder/tools.md)
- [Code Interpreter](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/agent-builder/code-interpreter.md)
- [Browser Tool](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/agent-builder/browser-tool.md)
- [音声アシスタント](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/agent-builder/voice-agent.md): AIアシスタントが「聞く」と「話す」でお客様に対応できるようにし、リアルタイム対話、STT/LLM/TTSパイプライン、割り込み制御をサポートします
- [スキル](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/agent-builder/skills.md)
- [クローラー](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/agent-builder/crawler.md)
- [X をしたい場合、何を使えばよい？](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/agent-builder/decision-guide.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://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/agent-builder.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.
