> 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/change-logs/archives/2026/2026-02.md).

# 02월 업데이트

## 엑셀처럼 복사/붙여넣기 <a href="#id-001" id="id-001"></a>

{% embed url="<https://cdn.trackit.so/release-notes/5266e5a1-430e-4c8b-b8ae-a95871bbc396>" %}

#### 이제 트래킷도 엑셀처럼

**드래그로 선택, 붙여넣기로 완성. 대량 데이터 수정이 엑셀만큼 쉬워졌습니다!**

테이블 뷰에서 여러 셀을 드래그로 선택해 한 번에 복사하거나 붙여넣을 수 있습니다.

복사한 데이터는 엑셀에도 그대로 붙여넣을 수 있습니다.

***

## 선택 데이터 다운로드 <a href="#id-002" id="id-002"></a>

{% embed url="<https://cdn.trackit.so/release-notes/f36757f0-ca1f-4b97-83c7-1172cb8006f9>" %}

#### 필요한 것만, 딱 골라서 다운로드

**전체 말고 내가 원하는 레코드만 체크해서 바로 엑셀로 내려받으세요.**

SHIFT + 방향 키로 여러 개의 데이터를 선택 후 해당 항목만 엑셀 파일로 다운로드할 수 있습니다.

***

## 노트에서 멘션 및 슬래시 커맨드 강화 <a href="#id-003" id="id-003"></a>

{% embed url="<https://cdn.trackit.so/release-notes/2b16d21c-c0f8-475c-9ed5-367c8709a60c>" %}

#### 노트가 훨씬 강력해졌어요

**@멘션으로 팀원·고객·딜을 연결하고, /커맨드로 서식을 자유롭게. 노트 하나로 더 많은 것을 할 수 있습니다.**

* 노트에서 @를 입력해 팀원이나 고객, 회사, 딜을 멘션할 수 있습니다
* 멘션된 팀원에게는 알림이 발송됩니다.
* /를 입력하면 다양한 서식 옵션을 빠르게 삽입할 수 있습니다.

***

## 타임라인 UI 개선 <a href="#id-004" id="id-004"></a>

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

#### 한눈에 보이는 깔끔한 타임라인

**날짜별로 묶인 활동 기록, 더 적은 공간에 더 많은 정보를 담았습니다.**

활동 기록이 날짜별로 묶여 더 깔끔하게 표시됩니다. 더 적은 공간에서 더 많은 내용을 한눈에 확인할 수 있습니다.

***

## 레코드 미리보기 & 빠른 수정 <a href="#id-005" id="id-005"></a>

{% embed url="<https://cdn.trackit.so/release-notes/32ee64b3-1b7c-49ed-acde-60c25d997288>" %}

#### 클릭 없이 바로 확인·수정

**상세 페이지로 이동할 필요 없어요. 마우스를 올리는 것만으로 데이터를 확인하고 수정까지 완료하세요.**

목록에서 레코드에 마우스를 올리면 상세 페이지로 이동하지 않고도 주요 정보를 한눈에 확인하고 바로 수정할 수 있습니다.


---

# 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/change-logs/archives/2026/2026-02.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.
