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

# 추가 / 수정 / 삭제

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

## 단일 추가

### 일반 회차

일반 회차는 일반적으로 숫자가 올라가는 회차입니다.

<table><thead><tr><th width="195.828125">항목</th><th>설명</th></tr></thead><tbody><tr><td>회차</td><td>일반 회차의 순서이며 기본적으로 최대 회차 +1 의 값으로 설정되며, 변경이 가능합니다.</td></tr><tr><td>제목</td><td>회차 제목이며, 일반 회차에서는 선택 입력입니다.</td></tr><tr><td>트리트먼트</td><td>회차 요약 내용을 입력하는 트리트먼트입니다. * 선택 입력</td></tr></tbody></table>

### 특별 회차

일반 회차와 다르게 에필로그, 프롤로그 등의 특별한 회차입니다.

<table><thead><tr><th width="198.08984375">항목</th><th>설명</th></tr></thead><tbody><tr><td>순서</td><td>타겟 회차를 선택하고 해당 회차의 앞 혹은 뒤에 추가가 가능합니다.</td></tr><tr><td>제목</td><td>회차 제목이며, 특별 회차에서는 필수 입력입니다.</td></tr><tr><td>트리트먼트(요약)</td><td>회차 요약 내용을 입력하는 트리트먼트입니다. * 선택 입력</td></tr></tbody></table>

## 복수 추가

* 한 번에 여러개의 에피소드 추가가 가능하며, 일반 회차만 추가가 가능합니다.
* 입력 범위 내 이미 동일한 회차가 존재하면 해당 회차는 건너뛰고 생성됩니다.

## 에피소드 수정

* 추가 시 입력된 모든 항목 수정이 가능합니다.
* 컷 수 직접 입력은 선택 입력이며 미입력 시에는 에피소드 내에서 설정한 컷 수가 자동 합산되어 표시됩니다.

## 에피소드 삭제

* 에피소드 삭제 권한이 없는 구성원에게는 표시되지 않습니다.

{% hint style="danger" %}
삭제하는 경우 해당 에피소드의 <mark style="color:red;">모든 정보 및 콘텐츠가 삭제</mark>됩니다.

또한 삭제된 경우, 다시 복구할 수 없습니다.
{% endhint %}


---

# 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:

```
GET https://creco-1.gitbook.io/docs/episode/manage.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.
