> For the complete documentation index, see [llms.txt](https://support.megadoga.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.megadoga.com/fen-xi.md).

# 分析

- [分析機能について](https://support.megadoga.com/fen-xi/nitsuite.md): メガDOGAサービス利用状況の確認が出来ます。ご契約プランよって、転送量及びストレージ使用量が制限されます。分析機能で現在の利用状況を確認し、サービス運用の参考にしてください。
- [売上統計](https://support.megadoga.com/fen-xi/mai-shang-tong-ji.md): 商品、定期販売の売上状況を日別で集計したデータを確認することができます。
- [利用量統計](https://support.megadoga.com/fen-xi/li-yong-liang-tong-ji.md): ストレージ、転送量、トラフィックを日別で集計したデータを確認することができます。ご契約のプランによって、転送量及びストレージの上限が設定されている為、こちらの利用状況をサービス運用の参考にしてください。
- [会員視聴ログ](https://support.megadoga.com/fen-xi/rogu.md): ユーザー会員の商品視聴ログ、ダウンロードログを確認することができます。
- [視聴分析機能](https://support.megadoga.com/fen-xi/shi-ting-fen-xi-ji-neng.md): 動画（商品）ごとの視聴状況や利用傾向を確認できます。


---

# 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://support.megadoga.com/fen-xi.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.
