> For the complete documentation index, see [llms.txt](https://docs.tlic.cmu.ac.th/course-portal-management/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/course-portal-management/cpm-admin/dashboard.md).

# แนะนำหน้าแรกในการจัดการวิชา

## การเข้าใช้งานระบบ

หน้าแรก ของระบบสามารถเลือกเมนู ADMIN ได้ที่แถบเมนูด้านบนบนตามภาพประกอบด้านล่าง หรือ เข้าใช้งานได้ที่ URL: <https://portal.tlic.cmu.ac.th/admin-console>

<figure><img src="/files/wZoadY5OjvaIJfSRiUrs" alt=""><figcaption><p>Admin Menu</p></figcaption></figure>

## แนะนำเมนูส่วนต่างๆ

### Quick Action

เมนูลัดสำหรับดำเนินการเกี่ยวกับ

* Create: สร้างคอร์สเรียนให้อาจารย์
* ผู้ดูแลและหลักสูตร: จัดการรายชื่อผู้ดูแลและหลักสูตร เพิ่มหรือลบผุ้ดูแลในแต่ละ section
* Update Status: เพื่อรีโหลดรายชื่อนักศึกษา และ ดูสถานะการรำเข้ารายชื่อในแต่ละวิชา

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

ในส่วน Course จะเป็นส่วนจัดการวิชาทั้งหมดที่แอดมินสามารถเข้าไปจัดการแทนอาจารย์ได้ โดยสามารถดูรายวิชาได้โดยการใช้เมนู Filter และ Search เพื่อค้นหาวิชา

### ปีการศึกษา

สามารถเลือกดูวิชาจากปีการศึกษาได้ที่เมนูนี้

<figure><img src="/files/nzkdorQpTN4VhbmCTjeS" alt=""><figcaption><p>เมนูปีการศึกษา</p></figcaption></figure>

### Filter

หากไม่ได้เลือก ระบบจะแสดงวิชาทั้งหมดในคณะ หรือ เลือกได้โดยการกดเครื่องหมายเช็คถูกในช่องว่าง  ระบบจะแสดงรหัสวิชา 3 ตัวหน้า และรายการวิชาเพิ่มเติม ดังภาพตัวอย่างด้านล่าง

<figure><img src="/files/ed8YjJIMLTWGiYkHE9hJ" alt=""><figcaption><p>Filter Menu</p></figcaption></figure>

### Search

เมนูค้นหา สามารถค้นหากระบวนวิชา หรือ รหัสวิชาได้ที่นี่

<figure><img src="/files/kWbIGemcOKNpVhSZeexO" 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, and the optional `goal` query parameter:

```
GET https://docs.tlic.cmu.ac.th/course-portal-management/cpm-admin/dashboard.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.
