> 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/persona-dip.md).

# ペルソナを設定する（DIP）

{% content-ref url="/pages/t1DCqW6ITajEbcryacXY" %}
[設定・制御できる要素](/ops/persona-dip/configurable-elements.md)
{% endcontent-ref %}

{% content-ref url="/pages/xCgBNAY67jpdJ3kzTeL7" %}
[利用できる言語と音声認識・音声合成](/ops/persona-dip/languages-and-speech-synthesis.md)
{% endcontent-ref %}

{% content-ref url="/pages/QQC1avMtqv4ERDX2ouqr" %}
[はじめに](/ops/persona-dip/dip-getting-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/82EpcB2GJZVaMyHG487N" %}
[ペルソナ一覧](/ops/persona-dip/dip-persona-list.md)
{% endcontent-ref %}

{% content-ref url="/pages/TyS33eGPif1Q024QCVKe" %}
[ペルソナの追加](/ops/persona-dip/dip-persona-create.md)
{% endcontent-ref %}

{% content-ref url="/pages/q79tulHFi0iFKVU4ETLn" %}
[ペルソナの設定](/ops/persona-dip/dip-persona-configuration.md)
{% endcontent-ref %}

{% content-ref url="/pages/ykVzHhYtGmcEkzZ0HAlm" %}
[ワークスペース](/ops/persona-dip/dip-workspace.md)
{% endcontent-ref %}

{% content-ref url="/pages/P4ax0MOytownnub6hMjv" %}
[セッションログ](/ops/persona-dip/dip-session-log.md)
{% endcontent-ref %}

{% content-ref url="/pages/cRNJZUSVQyMawXP1MWfZ" %}
[サポート](/ops/persona-dip/dip-support.md)
{% endcontent-ref %}

{% content-ref url="/pages/REizCHaF5ZayNs0fLcAJ" %}
[付録](/ops/persona-dip/dip-appendix.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, and the optional `goal` query parameter:

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