> For the complete documentation index, see [llms.txt](https://help.teaches.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.teaches.cc/user-guide/edit-online-courses.md).

# 線上課程 - 建立、編輯課程

- [課程章節設定](https://help.teaches.cc/user-guide/edit-online-courses/contents-setting.md): 每一門線上課程，都需要劃分章節、單元、作業，讓同學得以循序漸進的進入好的學習狀態。每一個章節想傳達的知識，就要運用小單元進行切割，持續切割到每一個小單元一次只講述一個概念，而且能夠在 15 分鐘內講解完畢。
- [如何發布或取消發布課程](https://help.teaches.cc/user-guide/edit-online-courses/publish-a-course.md): 擁有自己的教學網站，其中之一的好處就是可以隨時發布或取消發布你的課程
- [如何修改課程](https://help.teaches.cc/user-guide/edit-online-courses/modify-the-course.md): 在自己的教學網站中，你將可以隨時修改已發布的線上課程。讓課程保持最新狀態，也長久的將知識傳遞給更多的學生！
- [如何定價線上課程](https://help.teaches.cc/user-guide/edit-online-courses/online-course-price.md): 為你的線上課程制定一個最合適的價格
- [如何設定課程優惠](https://help.teaches.cc/user-guide/edit-online-courses/discounted-prices.md): 你可以針對較舊的課程設定促銷價格，也可以針對剛上架的課程設定早鳥優惠吸引更多學生！


---

# 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://help.teaches.cc/user-guide/edit-online-courses.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.
