> 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/report/time-in-stage.md).

# 단계별 소요 시간

## 단계별 소요 시간 <a href="#time-in-stage" id="time-in-stage"></a>

파이프라인의 단계별 소요 시간을 확인하고 개선할 수 있습니다.

\
💡**이럴 때 사용하세요.**

우리 회사 세일즈 파이프라인에서 가장 오래 걸리는 단계가 어디일까?

### 1️⃣ **데이터 소스 선택** <a href="#select-data-source" id="select-data-source"></a>

레코드 또는 그룹 데이터를 기반으로 리포트를 작성할 수 있습니다. 원하는 데이터 소스를 선택하여 분석의 시작점을 설정합니다.

<figure><img src="/files/Dg68x7WgcFWQOm2MAqXs" alt="데이터 소스 선택"><figcaption><p>데이터 소스 선택</p></figcaption></figure>

### 2️⃣ **(옵션) 필터 설정** <a href="#select-filter" id="select-filter"></a>

선택한 데이터 소스에 필터를 적용하여 특정 기준에 부합하는 데이터만 리포트에 반영할 수 있습니다.\
예를 들어, 특정 날짜 범위나 상태의 데이터를 필터링할 수 있습니다.

<figure><img src="/files/5lUpDaHFCb79c6uekw58" alt="필터 설정"><figcaption><p>필터 설정</p></figcaption></figure>

### 3️⃣ **상태 속성 선택** <a href="#select-stage" id="select-stage"></a>

단계별 소요 시간을 확인할 '상태' 속성을 선택합니다.\
'상태 선택'을 통해 소요 시간을 확인할 속성 값을 선택합니다.

<figure><img src="/files/qN5GVwQxx8vRwTuJIlYl" alt="상태 속성 선택"><figcaption><p>상태 속성 선택</p></figcaption></figure>

### 4️⃣ **(옵션) 집계 선택** <a href="#select-aggregation" id="select-aggregation"></a>

소요된 시간의 평균, 최대, 최소값 중 하나를 선택할 수 있습니다.

<figure><img src="/files/YUrTHY1NCSYkQBYqcGza" alt="집계 선택"><figcaption><p>집계 선택</p></figcaption></figure>

### 5️⃣ **저장** <a href="#save" id="save"></a>

리포트를 작성한 후에는 반드시 저장해야 대시보드에 추가할 수 있습니다.\
화면 우측 상단의 ‘저장’ 버튼을 클릭하여 설정을 저장하세요. 저장하지 않으면 리포트가 대시보드에 반영되지 않습니다.


---

# 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/report/time-in-stage.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.
