> 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/ko/workflow/how-to-run-analysis-on-a-schedule.md).

# 예약 분석

주간 시장 상태 점검이든, 월간 포트폴리오 검토든, 정기적인 전략 평가든, 이 워크플로는 꾸준히 최신 상황을 파악하게 해줍니다.

### 권장 사항

* 적절한 빈도를 선택하세요. 크레딧을 절약하려면 불필요하게 고빈도 점검은 피하세요.
* 명확하게 지정하세요 **주제(예: 자산**, **지표**, 그리고 **지표)** 분석에 포함하고 싶은 항목을.
* 추적을 쉽게 하려면 일관된 일정 패턴(예: 매주 금요일 오전 9시)을 사용하세요.
* 긴 분석 보고서에는 이메일을 권장하며, 짧은 메시지에는 텔레그램이 더 적합합니다.

### 예시 프롬프트

1. **주간 시장 건강 점검**: 매주 금요일 오전 10시에 전 세계 암호화폐 시가총액 추세, BTC/ETH 지배력, 상위 DeFi 프로토콜 활동을 분석합니다.
2. **월간 자산 성과 검토**: 매달 1일 오전 9시에 BTC, ETH, SOL 및 제 다른 주요 보유 자산의 30일 가격 변동, 거래량, 온체인 활동을 가져옵니다.
3. **장기 목표 추적**: 매주 금요일 오전 8시에 강세장과 약세장의 주요 지표를 모두 사용해 시장을 평가하고 요약을 제 이메일로 보내세요.
4. **생태계 모니터링**: 매주 월요일 오전 11시에 일일 지갑 상호작용 증가율 기준으로 솔라나의 상위 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:

```
GET https://minara.ai/docs/minara-handbook/ko/workflow/how-to-run-analysis-on-a-schedule.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.
