# 設定・運用

- [概要](https://docs.digitalhumans.jp/ops/overview.md)
- [プラットフォームの概要](https://docs.digitalhumans.jp/ops/overview/platform-overview.md)
- [世代（Gen1,Gen2,Gen3 / P1,P2）](https://docs.digitalhumans.jp/ops/overview/digitalhuman-generations.md)
- [ペルソナを設定する（DIP）](https://docs.digitalhumans.jp/ops/persona-dip.md)
- [設定・制御できる要素](https://docs.digitalhumans.jp/ops/persona-dip/configurable-elements.md)
- [利用できる言語と音声認識・音声合成](https://docs.digitalhumans.jp/ops/persona-dip/languages-and-speech-synthesis.md)
- [はじめに](https://docs.digitalhumans.jp/ops/persona-dip/dip-getting-started.md)
- [ペルソナ一覧](https://docs.digitalhumans.jp/ops/persona-dip/dip-persona-list.md)
- [ペルソナの追加](https://docs.digitalhumans.jp/ops/persona-dip/dip-persona-create.md)
- [ペルソナの設定](https://docs.digitalhumans.jp/ops/persona-dip/dip-persona-configuration.md)
- [ワークスペース](https://docs.digitalhumans.jp/ops/persona-dip/dip-workspace.md)
- [セッションログ](https://docs.digitalhumans.jp/ops/persona-dip/dip-session-log.md)
- [サポート](https://docs.digitalhumans.jp/ops/persona-dip/dip-support.md)
- [付録](https://docs.digitalhumans.jp/ops/persona-dip/dip-appendix.md)
- [制御する](https://docs.digitalhumans.jp/ops/control.md)
- [ふるまい：概要](https://docs.digitalhumans.jp/ops/control/behavior-overview.md)
- [ふるまい：アクション](https://docs.digitalhumans.jp/ops/control/behavior-actions.md)
- [ふるまい：感情表現](https://docs.digitalhumans.jp/ops/control/behavior-emotions.md)
- [ふるまい：カメラ制御](https://docs.digitalhumans.jp/ops/control/behavior-camera-control.md)
- [ふるまい：生成AI向けサンプルプロンプト](https://docs.digitalhumans.jp/ops/control/behavior-sample-prompts-for-generative-ai.md)
- [発話制御：SSMLの利用](https://docs.digitalhumans.jp/ops/control/speech-control-ssml.md)
- [強制発話：SpeakAPI（スピークAPI）](https://docs.digitalhumans.jp/ops/control/speak-api-asynchronous.md)
- [体験をつくる](https://docs.digitalhumans.jp/ops/experience.md)
- [コンテンツ：表示する](https://docs.digitalhumans.jp/ops/experience/displaying-content-2.md)
- [コンテンツ：使用可能なHTMLタグ](https://docs.digitalhumans.jp/ops/experience/allowed-html-tags.md)
- [コンテンツ：エディタ（コマンドエディタ）](https://docs.digitalhumans.jp/ops/experience/content-command-editor.md)
- [スタートボタン：オリジナルのボタンを実装する](https://docs.digitalhumans.jp/ops/experience/custom-start-button.md)
- [カスタムメタデータ：フロントエンドと会話AI間で情報をやり取りする](https://docs.digitalhumans.jp/ops/experience/custom-metadata-frontend-to-backend.md)
- [PTT：プッシュトゥトークモードを使用する](https://docs.digitalhumans.jp/ops/experience/push-to-talk-mode.md)
- [サジェステッドレスポンス:表示する](https://docs.digitalhumans.jp/ops/experience/suggested-responses.md)
- [会話AIチャットボットと接続する](https://docs.digitalhumans.jp/ops/chatbot-integration.md)
- [接続実績のある会話AI・チャットボット](https://docs.digitalhumans.jp/ops/chatbot-integration/compatible-chatbot-ai-list.md)
- [会話AIやチャットボットとの接続を変更する](https://docs.digitalhumans.jp/ops/chatbot-integration/change-chatbot-connection.md)
- [NLP プロファイル 共通パラメータ](https://docs.digitalhumans.jp/ops/chatbot-integration/nlp-profile-common-parameters.md)
- [Dify と接続する](https://docs.digitalhumans.jp/ops/chatbot-integration/connect-dify.md)
- [Dify で使える実装Tips集](https://docs.digitalhumans.jp/ops/chatbot-integration/dify-implementation-tips.md)
- [Allganize Alli と接続する](https://docs.digitalhumans.jp/ops/chatbot-integration/connect-allganize-alli.md)
- [miibo と接続する](https://docs.digitalhumans.jp/ops/chatbot-integration/connect-miibo.md)
- [Kore.ai と接続する](https://docs.digitalhumans.jp/ops/chatbot-integration/connect-kore-ai.md)
- [トラブルシューティング](https://docs.digitalhumans.jp/ops/troubleshooting.md)
- [ログの確認方法、ログイベント一覧、セッションIDの取得](https://docs.digitalhumans.jp/ops/troubleshooting/checking-log-and-session-id.md)
- [デジタルヒューマンプラットフォームの稼働状況](https://docs.digitalhumans.jp/ops/troubleshooting/platform-status.md)
- [解像度・通信量・帯域幅を確認する](https://docs.digitalhumans.jp/ops/troubleshooting/check-resolution-bandwidth.md)
- [WebRTCネットワーク診断ガイド（パケットロス調査）](https://docs.digitalhumans.jp/ops/troubleshooting/webrtc-network-diagnostics.md)
- [デジタルヒューマンが画面に表示されません](https://docs.digitalhumans.jp/ops/troubleshooting/digitalhuman-not-visible.md)
- [デジタルヒューマンがフリーズしたり、同期が取れなくなりました](https://docs.digitalhumans.jp/ops/troubleshooting/digitalhuman-freeze-and-sync-issues.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/ops.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.
