# ユーザーアクティビティレポート

このレポートを使って、日々のアクティビティを監視し、主要ユーザーを特定、リソース配分の最適化に役立ちます。

## ユーザーアクティビティレポートの使い方

1. **期間を選択**\
   日付範囲フィルターで希望する期間を選択します。選択した期間に応じてレポート内容が更新されます。
2. **日別アクティブユーザー数のグラフを分析**\
   毎日どれだけのユニークユーザーがAIツールを利用しているかを確認できます。利用傾向や急増・減少のタイミングを把握し、導入効果やエンゲージメントの課題を見つけましょう。
3. **ユーザー別の詳細テーブルを確認**

   グラフの下には、以下の主要指標でユーザーがランキング形式で表示されます。

   * **ユーザー**：アクティブユーザーの名前
   * **部署**：ユーザーが所属する部署やチーム
   * **使用済みCredit**：選択期間中に消費したAI Creditの合計
   * **総メッセージ数**：AIモデルへの送信メッセージ数
   * **メッセージあたりのCredit**：1メッセージあたりの平均Credit消費量
   * **前の期間**：ユーザーの行動の変化を見つけるための前回期間との比較指標
   * **トップモデル**：各ユーザーが最も多く利用したAIモデル

## 💡ヒント

* 最もアクティブなユーザーや利用頻度の低いユーザーを特定し、パワーユーザーの把握や対象を絞ったサポートに役立てましょう。
* Credit利用状況やコスト効率を追跡し、支出の最適化にご活用ください。
* 利用傾向を前期間と比較し、トレーニングやオンボーディング、業務プロセスの変更効果を評価しましょう。


---

# 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://help.doraverse.com/jp/admin-workspace/reporting/user-activity-report.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.
