> 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.
