> For the complete documentation index, see [llms.txt](https://docs.storyhub.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.storyhub.co.kr/functions/common/dashboard.md).

# 대시보드

## 🚀 기능 소개

시스템의 전반적인 정보를 제공합니다.\
정보요약, 시스템현황, 신청알림, 일정의 정보를 한눈에 파악할 수 있습니다.

## 🧱 화면 구성

### 1. 정보요약

<div align="left"><img src="/files/-MUCbAqM7OJyogvmyZZ7" alt=""></div>

오늘의 일정, 신청알림, 게시글 및 태그 수를 한눈에 파악할 수 있으며\
자주 사용하는 기능 이동 편의 버튼이 있습니다.

### 2. 시스템현황<br>

<div align="left"><img src="/files/-MUCbgHGdmV6-amHGcUX" alt=""></div>

서버와 도메인 관련된 정보를 제공합니다. \
서버 및 도메인 유효 기간, 서버 비용을 확인해주세요 !

### 3. 신청알림

<div align="left"><img src="/files/-MUCdPBX47U2UBh85L3x" alt=""></div>

신청 시스템으로 접수된 목록을 확인할 수 있습니다. \
신청 시스템에 대한 자세한 내용은 아래의 『신청관리』에서 확인해주세요.

{% content-ref url="/pages/-MUCP5Lh\_tlLTWpyO7sS" %}
[신청 관리](/functions/support/apply.md)
{% endcontent-ref %}

### 4. 일정

<div align="left"><img src="/files/-MUCn7_LphIZvlw0U_i5" alt=""></div>

등록한 일정 중에서 당일에 해당되는 일정이 노출됩니다. \
일정 등록에 대한 자세한 내용은 아래의 『일정』에서 확인해주세요.

{% content-ref url="/pages/-MUCNmhnEsn8LiTVFO3X" %}
[일정](/functions/contents/schedule.md)
{% endcontent-ref %}


---

# 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.storyhub.co.kr/functions/common/dashboard.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.
