# 채팅 통계

채팅 통계는 서버의 채팅 수를 집계하고 **일별, 시간대별, 시간대별 평균, 최근 활동, 피크 시간, 활동 변동성 등** 서버의 채팅과 관련된 다양한 인사이트와 시각적인 차트를 제공하는 기능이에요. 디스코드에서 슬래시 명령어를 사용하거나, 대시보드의 통계 페이지에서 확인할 수 있어요.

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

통계를 여러 방면에서 해석, 요약한 인사이트를 볼 수 있어요.

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

일별 채팅 통계를 확인하고 전일 대비 증가/감소 채팅 수를 쉽게 확인할 수 있어요.

이 기능을 통해 서버의 활동과 관련된 지표를 점검하고, 운영에 도움이 되는 정보를 얻을 수 있어요.

기본적으로 모든 채널에서 통계를 집계합니다. 특정 채널의 주제(Topic) 설정에 **"@disable\_chat\_statistics"** 을 추가해서 예외 채널에 포함할 수 있어요.

서버별 **통계 데이터는 최대 30일 동안 보관**하고, 이후 오래된 데이터는 순차적으로 삭제하고 있어요.


---

# 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://op0.gitbook.io/hayang/features/chat_statistics.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.
