> For the complete documentation index, see [llms.txt](https://support.charlla.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.charlla.io/userguide/statistics/intro.md).

# 통계 알아보기

## 기준일

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

* 기준일은 통계가 집계되는 기간을 의미합니다.
* 기본적으로 해당 월의 1일 \~ 현재일까지 표시됩니다.
  * <mark style="color:purple;">로드 수 통계를 조회한 당일이 3월 15일 이라면, 기준일은 3월 1일 \~ 3월 15일로 설정되어 있습니다.</mark>
* 기준일 셀렉트 박스를 클릭하여 조회 기간을 변경하세요.

## 비교일 추가하기

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

* 기준일 옆에 \[비교일 추가]버튼을 클릭하여 비교 기간을 추가하세요.
* 비교 기간을 추가하면 기준일과 비교일 두 개의 그래프가 표시됩니다.
* 두 기간은 색상으로 구분됩니다.
* 그래프 점 위에 마우스 커서를 올리면 표시된 2개의 그래프 모두 날짜별 통계가 표시됩니다.

## 그래프

* 통계 조회 기간에 따라 달라지는 데이터를 시각적으로 확인하세요.
* 그래프 점 위에 마우스를 오버하여 날짜별 통계를 확인하세요.


---

# 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://support.charlla.io/userguide/statistics/intro.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.
