> For the complete documentation index, see [llms.txt](https://docs.courselink.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.courselink.dev/readme.md).

# CourseLink 使用手冊

歡迎使用 CourseLink！這是一個整合 Teachify 課程與 LINE 官方帳號的電子報平台。

## 功能特色

* **課程同步**：自動同步 Teachify 課程資料
* **LINE 推播**：發送精美的 Flex Message 給 LINE 粉絲
* **排程發送**：預約時間自動發送訊息
* **歡迎訊息**：學員購課後自動發送歡迎訊息
* **點擊追蹤**：追蹤連結點擊數據與分析
* **實體商品管理**：管理需要出貨的實體商品訂單

## 快速開始

{% content-ref url="/pages/lmnxPh2RLV79lxZkjmot" %}
[簡介](/getting-started/getting-started.md)
{% endcontent-ref %}

## 使用指南

{% content-ref url="/pages/4LTQe1Cyr2qNlPJEJ4Ya" %}
[總覽](/user-guide/user-guide.md)
{% endcontent-ref %}

## 常見問題

{% content-ref url="/pages/wUNiXEOuJc2w09cdMKTM" %}
[FAQ](/faq/faq.md)
{% endcontent-ref %}

## 更新紀錄

查看最新功能和修正：[Changelog](/misc/changelog.md)

## 產品路線圖

了解我們未來的開發計畫：[Roadmap](/misc/roadmap.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://docs.courselink.dev/readme.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.
