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

# 퀵스타트

## 워크스페이스 생성

{% hint style="info" %}
현재 Creco에서는 워크스페이스를 사용자가 직접 생성하는 것을 제한하고 있습니다.\
Creco 사용을 희망하시는 스튜디오는 <official@creco.so> 로 연락해주세요.
{% endhint %}

## 로그인

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

* 전달받거나 초대받은 이메일과 비밀번호를 입력하여 로그인합니다.

## 프로젝트 생성

<figure><img src="/files/41lFvhkLWNhNvcJbfThy" alt=""><figcaption></figcaption></figure>

* 프로젝트 탭에서 프로젝트 생성 버튼으로 프로젝트를 생성합니다.

## 에피소드 추가

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

* 에피소드 탭에서 에피소드 추가 버튼으로 에피소드를 추가합니다.

## 버전 생성

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

* 에피소드 화면에서 좌측 패널의 버전 생성 버튼을 클릭합니다.
* 파일 선택 및 드래그 앤 드롭으로 결과물을 업로드합니다.

## 피드백

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

* 툴바에서 피드백 아이콘 혹은 단축키 **`F`** 를 통해 피드백 작성이 가능합니다.
* 필요에 따라 피드백 영역에 드로잉이 가능합니다.

## 비교 모드

<figure><img src="/files/6rcqDI0MTgqQqtG2YCak" alt=""><figcaption></figcaption></figure>

* 공정 및 버전별로 비교가 필요하다면 비교 모드를 활용하여 변경점 파악이 쉽게 가능합니다.

## 내보내기

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

* 우측 패널 상단에서 내보내기 버튼을 클릭합니다.
* 원하는 사이즈 및 파일 설정 선택 후에 파일을 다운로드 받습니다.

## 공유하기

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

* 에피소드 목록 혹은 에피소드 화면의 우측 상단에 공유 링크 생성 버튼을 클릭합니다.
* 공유를 원하는 공정 및 버전을 선택하고 수신인 식별자, 비밀번호, 만료 일자를 선택하고 공유 링크를 생성합니다.
* 생성된 공유 링크와 비밀번호를 공유 받을 수신인에게 전달합니다.


---

# 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/quickstart.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.
