# Task (작업)

## 지원 액션

<table><thead><tr><th width="181" align="center">액션명</th><th width="301" align="center">기능 설명</th><th align="center">가이드 문서</th></tr></thead><tbody><tr><td align="center">작업 조회</td><td align="center">특정 작업 목록의 작업을 조회합니다</td><td align="center"><a data-mention href="task/retrieve-tasks">retrieve-tasks</a></td></tr><tr><td align="center">새로운 작업 생성</td><td align="center">특정 작업 목록에 새로운 작업을 생성합니다</td><td align="center"><a data-mention href="task/create-task">create-task</a></td></tr><tr><td align="center">작업 내용 수정</td><td align="center">특정 작업의 내용을 수정합니다</td><td align="center"><a data-mention href="task/update-task">update-task</a></td></tr><tr><td align="center">작업 삭제</td><td align="center">특정 작업을 삭제합니다</td><td align="center"><a data-mention href="task/delete-task">delete-task</a></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.outcode.biz/apps/productivity/microsoft-todo/actions/task.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
