# 보고서 개요

보고서는 일반적으로 머리글 바닥글, 보고서 본문 및 쿼리 조건으로 수행됩니다. 세 부분으로 구성됩니다. 머리글 바닥글 및 쿼리 조건은 실제 상황에 따라 선택되는 선택적 요소입니다.

보고서는 일반적으로 다음 세 부분으로 구성됩니다.

* **쿼리 조건**\
  보고서에서 데이터를 쿼리 필터링하는 데 사용됩니다. 쿼리 조건이 설정되면 보고서는 쿼리 조건에 따라 쿼리 결과를 동적으로 표시할 수 있습니다. 쿼리 조건은 선택 사항이며 실제 상황에 따라 사용할지 여부를 선택합니다.
* **머리글 바닥글**\
  일반적으로 회사 로고, 파일 이름, 현재 페이지 번호, 총 페이지 수, 인쇄 날짜 등을 표시하는 데 사용됩니다. 머리글 바닥글을 설정하면 보고서의 각 페이지가 표시됩니다. 실제 필요에 따라 사용할지 여부를 선택하십시오.
* **보고서 본문**\
  테이블, 테이블릭스, 차트 및 기타 컨트롤 요소와 실제 데이터로 구성되며 20개 이상의 컨트롤 요소를 지원합니다.


---

# Agent Instructions: 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://doc.forguncy.co.kr/forguncy-v9/components/report/summary.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.
