> 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/project/setting.md).

# 설정하기

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

## 프로젝트 설정

* 제목 : 프로젝트의 제목입니다.
* 프로젝트 줄임말(약어) : 프로젝트 줄임말입니다.
* 썸네일 또는 공식 표지 : 프로젝트의 썸네일입니다.
* 태그 : 프로젝트의 태그입니다.

## 공정 관리

* 프로젝트에서 진행할 공정입니다.
* 기존 공정의 이름 및 순서 변경, 삭제도 가능하며, 새로운 공정 추가도 가능합니다.

## 에피소드 설정

* 에피소드 썸네일 표시 형태 : 에피소드 목록에서 표시될 썸네일 형태입니다.
* 건너뛸 에피소드 수 : 건너뛸 에피소드 수를 입력하면, 입력한 수만큼 프로젝트에서 에피소드가 완료된 것처럼 인식됩니다. 이미 진행 중인 프로젝트를 관리하는 경우 유용한 기능입니다.

## 어시스턴트 설정

* 프로젝트에서 사용되는 어시스턴트 기본값을 설정합니다.

## 프로젝트 연재처

* 프로젝트가 연재되는 플랫폼을 설정하고, 연재 시작일 및 링크 입력이 가능합니다.
* 워크스페이스 연재처에 등록된 플랫폼으로 설정이 가능합니다.

## 권한 설정

* 워크스페이스 기본 권한 적용
  * 활성화 시
    * 프로젝트 생성 시, 워크스페이스의 모든 구성원을 프로젝트 구성원으로 초대합니다. (워크스페이스 기본 권한 적용)
    * 신규 워크스페이스 구성원 발생 시, 프로젝트 구성원으로 초대됩니다.
    * 개별적으로 구성원 관리가 가능합니다.
  * 비활성화 시
    * 프로젝트 생성자 및 워크스페이스 소유자만 프로젝트 구성원으로 설정합니다.
    * 신규 워크스페이스 구성원 발생 시, 프로젝트 구성원으로 초대되지 않습니다.
    * 개별적으로 구성원 관리가 가능합니다.
* 프로젝트 캘린더 권한
  \*  프로젝트 캘린더에 대한 편집 및 보기 권한 설정이 가능합니다.

## 삭제하기

* 프로젝트 삭제 권한이 없는 구성원에게는 표시되지 않습니다.

{% 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/project/setting.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.
