> 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/charllaintro/notice/2023.09.18.md).

# 2023.09.18 통계 변경 안내

안녕하세요. 찰나입니다.:relaxed:

찰나의 주요 기능 중 하나인 '통계' 데이터 계산 주기가 빨라졌어요!

## 통계 계산 주기가 하루(24시간) > 1시간 단위로 변경돼요.

**통계 계산 주기가 24시간 > 1시간으로 단축되었습니다! 이제 기다리지 않고 필요한 통계를 당일에 바로 확인하세요.**

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

플레이어와 관련된 편리한 기능들도 준비 중이니 조금만 기다려주세요. 찰나를 보다 더 편하게 사용하실 수 있도록 더 노력할게요!&#x20;

항상 찰나를 이용해 주셔서 감사합니다. 🤗


---

# 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://support.charlla.io/charllaintro/notice/2023.09.18.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.
