> For the complete documentation index, see [llms.txt](https://developers.fingerpush.com/dilingt/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.fingerpush.com/dilingt/manual/dashboard.md).

# 대시보드

DilingT 대시보드는 캠페인의 발송 일정과 진행 현황을 한눈에 확인할 수 있는 중심 페이지입니다.

전체 메시지 운영 현황을 효율적으로 관리할 수 있도록 달력 형태의 일정표와 최근 캠페인 내역 리스트로 구성되어 있습니다.

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

{% stepper %}
{% step %}

#### 캠페인 일정

캘린더 일정표에서는 각 캠페인의 예약 발송 시간과 캠페인명이 명확하게 표시되어 효율적인 일정 관리를 지원합니다.

* 파란색: 발송 예약 캠페인. 클릭하면 캠페인 상세정보 화면으로 이동합니다.
* 회색: 발송 완료 캠페인. 클릭하면 캠페인 결과 화면으로 이동합니다.

{% hint style="info" %}
사용  팁

* 특정 날짜에 집중된 캠페인 여부를 파악하여 발송 일정 조율이 가능합니다.
* 향후 마케팅 일정을 미리 등록해 발송 누락을 방지하세요.
  {% endhint %}
  {% endstep %}

{% step %}

#### 최근 캠페인 목록

최근 캠페인 목록을 통해 각 캠페인의 진행 상태 및 결과를 한눈에 파악할 수 있도록 제공합니다.

* **메시지 유형**: 발송되는 메시지의 형식(예: LMS, MMS, RCS 등)
* **캠페인명**: 사용자가 직접 등록한 캠페인의 제목
* **발신번호**: 선택한 발신번호( "SK텔레콤 우리 동네 혜택 알림" 선택 권장)
* **시작일시**: 메시지 발송 시작 시간
* **발송 목표 건수**: ATS 발송 모수 중 실제 발송할 목표 건수.

{% hint style="info" %}
목표 건수는 캠페인 만들기 단계에서 사용자가 직접 입력합니다.
{% endhint %}

* **발송 성공수**: 실제 수신까지 완료된 건수. 성공 건수는 실시간으로 업데이트
* **수신자**: 타겟팅 대상 정보를 말하며, 여기서는“ATS 일반 타겟팅”으로 표시
* **상태**: 캠페인의 현재 상태
* **테스트 발송**: 테스트 메시지를 사전에 보내볼 수 있는 버튼
* 관리:&#x20;

  * `캠페인 취소`: 발송 전 상태일 경우에만 가능
  * `수정`: 작성중 상태일 경우 메시지 내용 편집 가능
  * `리포트`: 캠페인 결과 리포트 화면으로 이동

{% endstep %}
{% endstepper %}


---

# 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://developers.fingerpush.com/dilingt/manual/dashboard.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.
