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

# 텍스트 강의 제작 형식

{% hint style="info" %}
인프런에 텍스트 형식으로도 강의를 올릴 수 있다는 사실을 아시나요? \
**온라인 텍스트 강의**는 요점을 빠르게 찾아보고자 하는 수강생에게 도움이 되는 콘텐츠입니다. 😊
{% endhint %}

텍스트 형식 강의를 제작하기에 앞서, \
인프런에 오픈할 수 있는 텍스트 강의의 형식을 정리했습니다.

## 권장 텍스트 형식

커리큘럼에 맞게 섹션별로 목차를 구성한 다음, 아래 형태에 맞게 텍스트를 작성해주세요.

* 강의 분량:&#x20;
  * 본문 **최소 25,000자** 이상,&#x20;
  * **최소 30페이지** 이상
  * **인프런 커리큘럼 섹션 1개, 수업(유닛) 3개 이상**부터 강의를 제출할 수 있습니다.
* 지원 포맷 (택1 이상)
  * 1\) 수업 자료로 업로드 가능한 `PDF` 파일
  * 2\) 강의실 **수업 노트**에 이미지 또는 텍스트로 직접 기재
  * 수업 자료로 `PDF`를 업로드하실 경우라도 **무료공개 수업을 설정**해 수강 전 전체 내용의 일&#xBD80;*(커리큘럼의 5% 이상)*&#xB97C; 확인할 수 있도록 해야 합니다.
* 최소 구성
  * 목차
  * 본문: 섹션별로 구성하여 인프런 강의 커리큘럼에 섹션 및 수업별 목차를 등재할 수 있어야 합니다.
  * 인용 표기, 저작권 관련 유의사항, 참고 자료 안내
  * 그밖에 표지, 들어가며(서문), 나가며(발문) 등은 추가 제작하셔도 무방합니다.

{% hint style="danger" %}
텍스트 강의 요건에 미달할 경우 **강의 등록이 반려**되거나 강의 추천 및 큐레이션 등에 제약이 발생할 수 있습니다.&#x20;
{% 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://inflab-1.gitbook.io/inflearn/lecture-text/format.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.
