# はじめに

## DIPとは

DIP（Digital Humans Identity Portal）は、デジタルヒューマンのペルソナを管理するためのWeb Admin Panelです。ペルソナの作成・編集、音声合成（TTS）・音声認識（STT）・自然言語処理（NLP）の設定、セッションログの確認、ワークスペース設定などを行うことができます。

## ログイン

DIPへのログインには、事前にメールアドレス登録が必要です。登録はデジタルヒューマン株式会社にて行いますので、弊社またはパートナーへお問い合わせください。

ログイン方法は以下です。

1. DIPのURLにアクセスします

   ![](/files/CGwZDwPeT0oG9g2Wzof2)
2. ログイン画面が表示されます。
   1. 初回ログイン時にパスワードを登録いただきます。パスワード設定は「[**パスワードをお忘れですか？**](https://auth.digitalhumans.ne.jp/u/login/password-reset-start/Username-Password-Authentication?state=hKFo2SBlQVdEMnJPY09tYXNpMDVIQ3g2bjlPOE1pWE9KY1NJY6Fur3VuaXZlcnNhbC1sb2dpbqN0aWTZIE8wLXlmRXJtbWR6clo3cXctN0VYQkhTanRlLTFGQUlso2NpZNkgOG8zck9icXNLa2Vxa0RnYTBnQm5lZXYycXViSkZ4d0Y)」から行ってください。

      ![](/files/MwoJHRK9Lk2Q7nPIAZIz)
3. メールアドレスとパスワードを入力してログインします
4. 多要素認証（MFA）が設定されている場合は、認証コードを入力します
   1. 初回ログイン時に多要素認証（MFA）を登録いただきます。多要素認証（MFA）に必要なワンタイムパスワードを生成するアプリケーションをご準備ください。
   2. ワンタイムパスワードを生成する一般的なアプリケーション

      | **アプリ名**                    | **開発元**   | **特徴**               |
      | --------------------------- | --------- | -------------------- |
      | **Google Authenticator**    | Google    | シンプル、広く普及            |
      | **Microsoft Authenticator** | Microsoft | プッシュ通知対応、バックアップ機能    |
      | **1Password**               | AgileBits | パスワード管理と統合           |
      | **Authy**                   | Twilio    | マルチデバイス同期、クラウドバックアップ |
      | **Bitwarden**               | Bitwarden | オープンソース、無料で利用可能      |

      ![](/files/J35jEYPkJeQFwMJ6T8tw)

## 画面構成

ログイン後、左側にメニュー、右側にメインコンテンツが表示されます。

![](/files/EtG0mTrPABDDOUapGQfS)

### メニュー一覧

* ペルソナ
  * ペルソナの追加
  * ペルソナ一覧
* ワークスペース
  * ワークスペース一覧
* セッションログ
  * セッションログ
  * セッション分析
* サポート
  * ヘルプセンター
  * サポートセンター
  * コマンドエディタ


---

# 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/persona-dip/dip-getting-started.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.
