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

# 자산조사 하기

- [기기 조사 캠페인 생성하기](https://docs.smply.one/due-dilligence/how-to-create-dd.md): 자산 조사 캠페인을 생성하는 가이드입니다. 조사 대상, 조사 방식, 담당자, 대상 기기를 4단계 위저드로 설정하면 구성원들에게 조사 요청을 보낼 수 있습니다.
- [기기 조사 캠페인 관리하기](https://docs.smply.one/due-dilligence/how-to-manage-dd.md): 이미 생성한 자산 조사 캠페인을 상태 전이·공지 이메일·진행 현황 확인·조사 내용 승인·완료/취소 순서로 운영하는 관리자 가이드입니다.
- [기기 조사 참여 하기](https://docs.smply.one/due-dilligence/how-to-conduct-dd.md): 자산 조사에 조사 대상자로 참여할 때 보는 가이드입니다. 메일/메시지로 받은 조사 링크로 진입해 PC 또는 모바일에서 내게 할당된 기기를 확인하고, 필요한 정보를 수정한 뒤 담당자에게 승인 요청을 보낼 수 있습니다.


---

# 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.smply.one/due-dilligence.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.
