# 開発・設置

- [概要とネットワーク](https://docs.digitalhumans.jp/dev/overview.md)
- [プラットフォームの概要](https://docs.digitalhumans.jp/dev/overview/dev-platform-overview.md)
- [ファイアウォール・ネットワーキングとWebRTC + TURN](https://docs.digitalhumans.jp/dev/overview/firewall-requirements.md)
- [ホステッドエクスペリエンス](https://docs.digitalhumans.jp/dev/hosted-experience.md)
- [概要](https://docs.digitalhumans.jp/dev/hosted-experience/hosted-experience-overview.md)
- [ビューの種類](https://docs.digitalhumans.jp/dev/hosted-experience/hosted-experience-view-types.md)
- [設置手順](https://docs.digitalhumans.jp/dev/hosted-experience/installation-guide.md)
- [設定オプション](https://docs.digitalhumans.jp/dev/hosted-experience/hosted-experience-configuration-options.md)
- [表示文字列（多言語対応）](https://docs.digitalhumans.jp/dev/hosted-experience/hosted-experience-display-strings.md)
- [コードスニペットサンプル](https://docs.digitalhumans.jp/dev/hosted-experience/hosted-experience-code-samples.md)
- [イベント](https://docs.digitalhumans.jp/dev/hosted-experience/hosted-experience-events-2.md)
- [メソッド](https://docs.digitalhumans.jp/dev/hosted-experience/hosted-experience-methods-2.md)
- [セキュリティ保護](https://docs.digitalhumans.jp/dev/hosted-experience/hosted-experience-security.md)
- [マルチプル 表示](https://docs.digitalhumans.jp/dev/hosted-experience/hosted-experience-multiple-views.md)
- [ミニプレム（MiniPrem）](https://docs.digitalhumans.jp/dev/miniprem.md)
- [必ずお読みください](https://docs.digitalhumans.jp/dev/miniprem/miniprem-readme.md)
- [環境準備](https://docs.digitalhumans.jp/dev/miniprem/miniprem-prerequisites.md)
- [ファイアウォール設定](https://docs.digitalhumans.jp/dev/miniprem/miniprem-firewall.md)
- [インストール](https://docs.digitalhumans.jp/dev/miniprem/miniprem-install.md)
- [操作ガイド](https://docs.digitalhumans.jp/dev/miniprem/miniprem-usage.md)
- [トラブルシュート](https://docs.digitalhumans.jp/dev/miniprem/miniprem-troubleshooting.md)
- [アップデート](https://docs.digitalhumans.jp/dev/miniprem/miniprem-update.md)
- [会話AI・チャットボットとの接続](https://docs.digitalhumans.jp/dev/chatbot-connection.md)
- [会話AI・チャットボットとのプラットフォームインテグレーションの概要](https://docs.digitalhumans.jp/dev/chatbot-connection/chatbots-integration.md)
- [会話AI・チャットボットに求めるレスポンス例・機能](https://docs.digitalhumans.jp/dev/chatbot-connection/chatbot-response-examples.md)
- [独自LLMとデジタルヒューマンを接続する](https://docs.digitalhumans.jp/dev/chatbot-connection/byo-llm-integration.md)
- [接続元IPアドレス](https://docs.digitalhumans.jp/dev/chatbot-connection/source-ip-address.md)
- [BYO-STTとTTS](https://docs.digitalhumans.jp/dev/byo-stt-tts.md)
- [BYO TTSを利用する（DHKKゲートウェイ）](https://docs.digitalhumans.jp/dev/byo-stt-tts/byo-tts-integration.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.digitalhumans.jp/dev.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.
