# 중복 작업 감지

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

## 개요

작업이 많아질수록 유사한 내용의 작업이 중복으로 등록되는 경우가 종종 발생합니다. 중복 작업 감지 기능은 새 작업이나 백로그를 생성할 때, 입력 중인 제목과 설명을 기반으로 AI가 기존 작업을 분석하여 유사한 항목을 찾고 보여줍니다.

이를 통해 불필요한 중복 생성을 방지하고, 팀의 작업 흐름을 보다 깔끔하고 일관되게 유지할 수 있습니다.

## 중복 작업 감지 사용하는 법

{% stepper %}
{% step %}

### 작업 또는 백로그 생성 시작

* 새 작업 또는 백로그를 생성할 때, 제목 입력과 동시에 중복 감지 기능이 자동으로 활성화됩니다.
  {% endstep %}

{% step %}

### 유사 작업 표시

* 입력 중인 제목이 기존 작업과 유사할 경우, 팝업 형태로 관련 항목 목록이 표시됩니다.
  {% endstep %}

{% step %}

### 결과 확인 및 선택

* 이미 존재하는 작업이라면 해당 작업으로 바로 이동할 수 있습니다.
* 새로운 작업이 필요하다면 ‘무시하고 생성하기’ 버튼을 눌러 생성할 수 있습니다.
  {% endstep %}
  {% endstepper %}


---

# 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.riido.io/ai/duplicate-detection.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.
