> For the complete documentation index, see [llms.txt](https://docs.trackit.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trackit.so/trackit-101/dashboard-reports/dashboard.md).

# 대시보드

## 대시보드 관리 <a href="#manage-dashboard" id="manage-dashboard"></a>

주제와 목적에 맞게 대시보드를 생성하고 관리할 수 있습니다. 예를 들어, 세일즈 퍼널, 매출 현황, 시간에 따른 딜 개수, 매니저별 이력 등 다양한 시나리오에 맞춰 대시보드를 구성할 수 있습니다.

### 대시보드 만들기 <a href="#create-dashboard" id="create-dashboard"></a>

1. **'사이드 메뉴 > 대시보드'**&#xB85C; 이동
2. 우측 상단 **'새 대시보드'** 버튼 클릭
3. 대시보드 목록에서 생성한 대시보드 선택
4. 대시보드의 이름과 설명 추가 (동일한 방식으로 제목과 설명 수정 가능)

<figure><img src="/files/y4MIjo8QzUOaBZiP03EA" alt="새로운 대시보드 만들기"><figcaption><p>새로운 대시보드 만들기</p></figcaption></figure>

### 대시보드 삭제 <a href="#delete-dashboard" id="delete-dashboard"></a>

불필요한 대시보드는 삭제할 수 있습니다.

1. 대시보드 페이지로 이동
2. 우측 상단의 **‘삭제’** 버튼 클릭
3. 삭제 전 확인 메시지가 표시되면 삭제를 확인하여 완료

{% hint style="warning" %}
주의: 삭제된 대시보드는 복구할 수 없으므로, 삭제 전에 꼭 필요 여부를 확인하세요.
{% endhint %}

<figure><img src="/files/GtRuWEsr3fsCdWPk68Hm" alt=""><figcaption><p>대시보드 삭제하기</p></figcaption></figure>

### 대시보드 레이아웃 구성 <a href="#manage-layout" id="manage-layout"></a>

하나의 대시보드는 여러 개의 리포트로 구성됩니다. 생성된 리포트를 활용해 대시보드를 자유롭게 디자인할 수 있습니다.

1. [대시보드에 리포트 추가](/trackit-101/dashboard-reports/report.md)
2. 리포트 크기 및 위치 조정
   1. 각 리포트의 상단 바를 드래그하여 원하는 위치로 이동할 수 있습니다.
   2. 리포트의 가장자리를 드래그하여 크기를 조정해 화면을 효율적으로 구성할 수 있습니다.
   3. 하나의 행에 1\~3개의 리포트를 넣을 수 있습니다.

{% hint style="info" %}
Tip: 리포트 배치를 최적화하여 대시보드의 가독성과 효율성을 높여보세요.
{% endhint %}

<figure><img src="/files/HQOdh6AVkgsurBEKzDNW" alt="대시보드 레이아웃 변경하기"><figcaption><p>대시보드 레이아웃 변경하기</p></figcaption></figure>

### 대시보드 권한

개발 중 (2025년 상반기 업데이트 예정)


---

# 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://docs.trackit.so/trackit-101/dashboard-reports/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.
