> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/minara-handbook/ja/wkufur/how-to-run-analysis-on-a-schedule.md).

# 定期分析

毎週の市場健全性チェック、毎月のポートフォリオレビュー、定期的な戦略評価のいずれでも、このワークフローなら常に最新情報を把握できます。

### ベストプラクティス

* 適切な頻度を選びましょう。クレジットを節約するため、不要に高頻度のチェックは避けてください。
* 明確に指定する **トピック（例：資産**, **指標**、および **指標）** 分析に含めたい内容。
* 追跡しやすくするため、一定のスケジュールパターン（例：毎週金曜午前9時）を使用してください。
* 長文の分析レポートにはメールがおすすめで、Telegramは短いメッセージに適しています。

### プロンプト例

1. **週次の市場健全性チェック**：毎週金曜午前10:00に、世界の暗号資産時価総額の動向、BTC/ETHのドミナンス、主要DeFiプロトコルの活動を分析する。
2. **月次の資産パフォーマンスレビュー**：毎月1日の午前9:00に、BTC、ETH、SOL、その他の主要保有銘柄の30日間の価格変動、取引量、オンチェーン活動を取得する。
3. **長期目標の追跡**：毎週金曜午前8:00に、強気・弱気相場の主要指標をすべて用いて市場を評価し、要約をメールで送信する。
4. **エコシステム監視**：毎週月曜午前11:00に、日次ウォレット相互作用の成長率に基づき、Solanaのアクティブな上位10プロジェクトを確認する。
5. **セクター・ローテーションシグナル**：2週間ごとに、L1、L2、DeFiトークンのパフォーマンスを比較し、リバランス戦略を提案する。
6. **株式・マクロ要約**：毎週月曜の朝に、NVDA、AAPL、TSLA、AMZN、MSFTの先週のパフォーマンスと、主要なマクロ動向を要約する。
7. **金・コモディティ監視**：毎週水曜に、金（XAU）価格、原油価格、コモディティ市場に影響するマクロ要因を取得する。

### 今後の開発予定

* さらに多くの **データソース** より豊かで、複数ドメインにまたがる分析のために。


---

# 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://minara.ai/docs/minara-handbook/ja/wkufur/how-to-run-analysis-on-a-schedule.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.
