> For the complete documentation index, see [llms.txt](https://docs.tlic.cmu.ac.th/cmucanvas-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tlic.cmu.ac.th/cmucanvas-manual/course-design.md).

# Course Design

- [Course Homepage](https://docs.tlic.cmu.ac.th/cmucanvas-manual/course-design/course-homepage.md)
- [Design Course Home Page](https://docs.tlic.cmu.ac.th/cmucanvas-manual/course-design/course-homepage/design-course-home-page.md)
- [Front Page](https://docs.tlic.cmu.ac.th/cmucanvas-manual/course-design/course-homepage/front-page.md)
- [Course Navigation](https://docs.tlic.cmu.ac.th/cmucanvas-manual/course-design/navigation.md): การปรับแต่งการนำทางใน Course เพื่อช่วยให้ผู้ใช้งานสามารถเข้าถึงเนื้อหาต่างๆได้ง่ายขึ้น และเป็นไปตามลำดับที่   ผู้ออกแบบ Course ต้องการ
- [Customize Navigation Menu](https://docs.tlic.cmu.ac.th/cmucanvas-manual/course-design/navigation/course-navigation.md): จัดเรียงลำดับส่วนต่างๆภายใน Course เพื่อให้มีความเป็นระเบียบเรียบร้อย โดยนำส่วนที่สำคัญหรือส่วนที่ต้องการให้  ผู้เข้าร่วม Course เห็นขึ้นมาเป็นลำดับแรก และซ่อนหรือปิดการใช้งานในส่วนที่ไม่ต้องการได้
- [Hide/Show Navigation Items](https://docs.tlic.cmu.ac.th/cmucanvas-manual/course-design/navigation/hide-show-navigation-items.md)
- [Learning Path Design](https://docs.tlic.cmu.ac.th/cmucanvas-manual/course-design/learning-path-design.md)
- [Modules Structure](https://docs.tlic.cmu.ac.th/cmucanvas-manual/course-design/learning-path-design/modules-structure.md): บริหารจัดการเนื้อหาของท่านให้มีระเบียบและเข้าใจง่ายเป็นลำดับขั้นตอนที่เอื้ออำนวยต่อการเรียนการสอนของท่านด้วยการสร้าง Modules
- [Prerequisites](https://docs.tlic.cmu.ac.th/cmucanvas-manual/course-design/learning-path-design/prerequisites.md)
- [Requirements](https://docs.tlic.cmu.ac.th/cmucanvas-manual/course-design/learning-path-design/requirements.md)
- [Mastery Paths](https://docs.tlic.cmu.ac.th/cmucanvas-manual/course-design/learning-path-design/mastery-paths.md)
- [Learning Outcomes](https://docs.tlic.cmu.ac.th/cmucanvas-manual/course-design/learning-outcomes.md)
- [Rubrics](https://docs.tlic.cmu.ac.th/cmucanvas-manual/course-design/learning-outcomes/rubrics.md): กำหนดเกณฑ์ในการประเมิน หรือเกณฑ์การให้คะแนนนักศึกษา จากกิจกรรมที่นักศึกษาทำ เช่น Assignment หรือ Quiz ที่ได้รับมอบหมาย เป็นต้น
- [Outcome](https://docs.tlic.cmu.ac.th/cmucanvas-manual/course-design/learning-outcomes/outcome.md): Outcome หรือผลลัพธ์ของจุดประสงค์ของกระบวนวิชาโดยใช้เกณฑ์จากทางมหาวิทยาลัย
- [Gradebook](https://docs.tlic.cmu.ac.th/cmucanvas-manual/course-design/learning-outcomes/gradebook.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, and the optional `goal` query parameter:

```
GET https://docs.tlic.cmu.ac.th/cmucanvas-manual/course-design.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
