> For the complete documentation index, see [llms.txt](https://help.directcloud.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.directcloud.net/test/admin_manual-1/contract/data_policy.md).

# 계약 해지후 DirectCloud에 저장된 데이터 정보에 대해서

### 개요 <a href="#a03" id="a03"></a>

이 매뉴얼에서는 계약 해지후 DirectCloud에 저장된 데이터에 대해 설명합니다.

### 제한·보충사항 <a href="#a04" id="a04"></a>

* 계약 해지후 데이터가 삭제되어 계약자에게 손해가 발생하더라도 당사는 책임을 지지 않습니다.

### 설명 <a href="#a05" id="a05"></a>

DirectCloud의 데이터는 서비스 종료 후(계약 해지후) 60일 후에 영구적으로 삭제됩니다.\
자세한 내용은 DirectCloud 이용 약관의 '제22조'를 확인해 주십시오.

<https://www.directcloud.net/ko/dc_term.php>


---

# 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://help.directcloud.net/test/admin_manual-1/contract/data_policy.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.
