> For the complete documentation index, see [llms.txt](https://userguide.auditlobby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.auditlobby.com/main/b./5.-review/5-3.-q.c..md).

# 3-3. QC 리뷰 사인오프

#### \[품질관리팀]에 해당하는 내용입니다.&#x20;

1. **품질관리 대상 조서를 설정합니다.** 설정하는 방법은 두 가지로, 다음과 같습니다.&#x20;
   1. 서식 라이브러리 (Template Library) 에서 품질관리가 필요한 조서를 설정합니다.&#x20;
   2. 감사조서 목록에서 품질관리가 필요한 조서를 설정합니다. &#x20;
2. **품질관리 업무를 진행합니다.** 품질관리를 진행하는 방법은 두 가지로, 다음과 같습니다.&#x20;
   1. 품질관리상태 리포트 화면(QC Report)을 이용하여 품질관리 대상 조서를 검토합니다.&#x20;
      1. 품질관리상태 리포트 화면에서 품질관리 대상 조서의 잔여 수, 총 배정 조서 수, 팀의 전체 감사 진행상황등을 확인할 수 있습니다.&#x20;
   2. 감사조서 목록에서 품질관리 대상 조서를 검토합니다.&#x20;
      1. 조서 목록(workpaper list)에서 품질관리화면(QC view)을 선택하여 품질관리 대상으로 지정된 조서를 확인할 수 있습니다.&#x20;
3. **품질관리 업무를 마치면 \<Review>버튼을 눌러 Sign Off 합니다.**&#x20;

## 품질관리대상 조서 설정 - 서식 라이브러리(Template Library)에서&#x20;

![](/files/-LfrcLBSlw_Xf_4_kFBk)

## 품질관리대상 조서 설정 - 당기 감사조서 파일(Workpaper) 화면에서

![](/files/-LfrcR2-LFCl79tp5_n3)


---

# 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://userguide.auditlobby.com/main/b./5.-review/5-3.-q.c..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.
