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

# 코호트 관리

## 코호트 보관(삭제)하기

코호트 상세 페이지 우측 상단의 '보관하기' 버튼을 클릭하면 코호트 보관 처리가 완료됩니다.

보관된 코호트의 조건은 수정할 수 없으며, 보관시 코호트의 사용자 목록도 더 이상 업데이트되지 않습니다.

![](/files/cG3YK3giZ6Bp0A4JcrmJ)

## 코호트를 보관할 수 없는 경우

다른 기능의 타겟팅 조건으로 사용중인 코호트는 보관할 수 없습니다.

상세 조건 영역에서 해당 코호트가 어떤 기능의 타겟팅 조건으로 사용 중인지 확인이 가능하니, 타겟팅 조건 해제 후 보관을 시도해주세요.

![](/files/tcvYifUZZIU7UfR3Tt6K)


---

# 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.hackle.io/cohort/manage-cohort.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.
