> For the complete documentation index, see [llms.txt](https://docs.digitalhumans.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalhumans.jp/ops/control.md).

# 制御する

{% content-ref url="/pages/rTArRFZyTQRLdoGoxo75" %}
[発話制御：SSMLの利用](/ops/control/speech-control-ssml.md)
{% endcontent-ref %}

{% content-ref url="/pages/hH9LPU6GEVIYAfIqhNci" %}
[ふるまい：概要](/ops/control/behavior-overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/GgPVL7ZCM5QFiYaQwYhy" %}
[強制発話：SpeakAPI（スピークAPI）](/ops/control/speak-api-asynchronous.md)
{% endcontent-ref %}

{% content-ref url="/pages/32RzxvVeyzxJDIntpLZo" %}
[ふるまい：アクション](/ops/control/behavior-actions.md)
{% endcontent-ref %}

{% content-ref url="/pages/seG8wZi1MbnJJsKLRVIg" %}
[ふるまい：カメラ制御](/ops/control/behavior-camera-control.md)
{% endcontent-ref %}

{% content-ref url="/pages/luxxMQA3LTyIHtqaX0ri" %}
[ふるまい：感情表現](/ops/control/behavior-emotions.md)
{% endcontent-ref %}

{% content-ref url="/pages/n2XaMKhcXuJdQGn92GHo" %}
[ふるまい：生成AI向けサンプルプロンプト](/ops/control/behavior-sample-prompts-for-generative-ai.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.digitalhumans.jp/ops/control.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.
