> For the complete documentation index, see [llms.txt](https://docs.opsnow.io/dev-opsnow-user-guide-kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsnow.io/dev-opsnow-user-guide-kr/menu/undefined-7/undefined-1.md).

# 이력 탭

생성된 리포트의 히스토리 정보를 확인할 수 있는 화면입니다.

<figure><img src="/files/zskDk5fGbMkwk8ExdodX" alt=""><figcaption></figcaption></figure>

1. **기간 선택**: 조회할 기간을 선택할 수 있습니다.
2. **검색 조건**: 각 항목에 키워드를 입력하여 정보를 확인할 수 있습니다.
3. **검색바**: 검색어를 입력하여 정보를 검색할 수 있습니다.
4. **발행된 보고서 목록**: 발행된 보고서 목록이 표시됩니다.


---

# 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://docs.opsnow.io/dev-opsnow-user-guide-kr/menu/undefined-7/undefined-1.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.
