> For the complete documentation index, see [llms.txt](https://docs.tlic.cmu.ac.th/seb-for-student/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/seb-for-student/installation.md).

# การติดตั้งโปรแกรม  SEB - Safe Exam Browser

## ติดตั้งโปรแกรม  [SEB - Safe Exam Browser](https://safeexambrowser.org/download_en.html)

โปรดตรวจสอบให้แน่ใจว่าอุปกรณ์ของท่าน สามารถรองรับโปรแกรม SEB ได้ และ ตรวจสอบให้แน่ใจว่าท่านดาวน์โหลด version ที่ตรงกับอุปกรณ์ของท่านแล้ว

### สามารถดาวน์โหลดจาก <https://safeexambrowser.org/download_en.html>

| อุปกรณ์ที่รองรับ มีดังนี้                                                                        |                                                                                                                                         |
| ------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------- |
| <p>   <strong>Windows 8 ขึ้นไป</strong> <br>   \* ควรมีพื้นที่ว่างในอุปกรณ์อย่างน้อย 4-5 GB </p> | [ SEB Version 3.3.0 for Windows](https://sourceforge.net/projects/seb/files/seb/SEB_3.3.0/SEB_3.3.0.354_SetupBundle.exe/download)       |
| **macOS 10.11 ขึ้นไป**                                                                           | [SEB Version 2.3.2 for macOS](https://sourceforge.net/projects/seb/files/seb-macosx/seb_macos_2.3.2/SafeExamBrowser-2.3.2.dmg/download) |
| <p>   <strong>iOS 11 ขึ้นไป</strong><br>   \* iPad สามารถดาวน์โหลดได้ที่ App Store</p>           | [SEB Version 3.0 for iOS](https://itunes.apple.com/app/safeexambrowser/id1155002964?mt=8)                                               |

{% hint style="info" %}
หมายเหตุ  : ปัจจุบันระบบปฏิบัติการ Android ยังไม่สามารถใช้งาน SEB ได้
{% endhint %}

## การตรวจสอบ Version อุปกรณ์ของท่าน

### Windows

1. ไปยัง Start Menu > Control Panel > All Control Panel Items > System&#x20;
2. หรือ ไปยัง This PC > คลิกขวา > Properties

ระบบจะแสดงข้อมูลอุปกรณืของท่านดังตัวอย่าง

![](/files/-Ml9CwiF4ZzFCsu5WidT)

### Apple (iPad)

ไปที่การตั้งค่า (Setting) > ทั่วไป (General) > เกี่ยวกับ (About) > เวอร์ชัน (Version)


---

# 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/seb-for-student/installation.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.
