> For the complete documentation index, see [llms.txt](https://docs.salesmap.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salesmap.kr/task/todo/utilizing-todo.md).

# TODO 활용하기

## 1. TODO 알림 설정

TODO 알림을 통해 내가 담당하고 있는 TODO를 놓치지 않고 관리할 수 있습니다. TODO와 관련된 알림은 ‘TODO 담당자 배정’과 ‘TODO 리마인드’ 두 가지가 있습니다.

알림은 담당자 본인에게만 발송되며, 이메일 또는 인앱 알림으로 받을 수 있습니다. 알림 수신 여부(이메일/인앱)는 화면 좌측 하단의 <kbd>설정</kbd> > <kbd>개인, 알림</kbd> > <kbd>TODO 담당자 배정</kbd> / <kbd>TODO 리마인드</kbd> 항목에서 설정할 수 있습니다.

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

\* 인앱 알림은 세일즈맵 웹사이트 화면 우측 상단의 알림 아이콘을 통해 확인할 수 있습니다.

### 1-1. TODO 담당자 배정

TODO 담당자 배정 알림은 타인 또는 워크플로우에 의해 TODO의 담당자로 지정될 때 발송됩니다. 해당 알림을 통해 담당자로 지정된 TODO를 놓치지 않고 관리할 수 있습니다.

### 1-2. TODO 리마인드

TODO 리마인드 알림은 담당자인 TODO의 시작 전, 지정한 시간에 발송됩니다.

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

<kbd>설정</kbd> > <kbd>개인, 알림</kbd> 탭 하단의 ‘TODO 리마인드’ 영역에서 알림 시간을 설정할 수 있으며, 별도 설정이 없는 경우 오전 9:00에 알림이 발송됩니다.

## 2. TODO 목록

수많은 TODO 중 원하는 TODO만 확인하고 싶을 때는 TODO 목록을 활용할 수 있습니다.

좌측 메뉴의 <kbd>일정 관리</kbd> > <kbd>TODO</kbd> 로 이동하면 TODO 목록 화면이 나타납니다. TODO 목록 화면에서는 지금까지 생성된 TODO를 리스트 형태로 모아볼 수 있습니다.

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

TODO 목록 상단에서 필터, 컬럼 설정, 뷰 를 설정하여 원하는 TODO 정보를 모아 볼 수 있습니다. 뷰/필터/컬럼/정렬 등에 대한 더 자세한 내용은 아래 문서를 참고해주세요.

{% content-ref url="/pages/i8t9o7uNPvpr7SPjGs8R" %}
[뷰 관리](/personal-settings/management.md)
{% endcontent-ref %}

{% content-ref url="/pages/ykny8EdswOdKBEoBzY5B" %}
[뷰 구성요소](/personal-settings/component.md)
{% endcontent-ref %}

TODO 목록에서 <kbd>+ TODO 생성</kbd> 버튼을 클릭하여 TODO를 생성할 수 있습니다. 목록에서 TODO를 생성하는 더 자세한 내용은 아래 문서를 참고해주세요.

{% embed url="<https://docs.salesmap.kr/task/todo/generating-todo#id-2.-todo-todo>" %}


---

# 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.salesmap.kr/task/todo/utilizing-todo.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.
