# จัดการโปรไฟล์

ระบบจัดการงานประชุม PTST2025 มีฟังก์ชันให้ผู้ใช้สามารถเข้าถึงและปรับแต่งข้อมูลโปรไฟล์ของตนเองได้ง่ายดาย เพื่อให้มั่นใจได้ว่าข้อมูลส่วนตัวในระบบเป็นปัจจุบันและปลอดภัยสูงสุด โดยฟังก์ชันที่สามารถจัดการได้ ได้แก่:

1. **การดู/แก้ไข โปรไฟล์**\
   ผู้ใช้สามารถเข้าถึงหน้าข้อมูลส่วนตัวเพื่อดูและแก้ไขข้อมูลสำคัญ เช่น ชื่อ ที่อยู่  และข้อมูลการติดต่ออื่น ๆ เพื่อให้ข้อมูลในระบบเป็นปัจจุบันและถูกต้องเสมอ
2. **การเปลี่ยนรหัสผ่าน**\
   เพื่อรักษาความปลอดภัยในการใช้งาน ผู้ใช้สามารถทำการเปลี่ยนรหัสผ่านได้ผ่านฟังก์ชันการจัดการโปรไฟล์ การเปลี่ยนรหัสผ่านอย่างสม่ำเสมอจะช่วยป้องกันข้อมูลสำคัญและเพิ่มความปลอดภัยในการใช้งานระบบ


---

# Agent Instructions: 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://guidebook-dev.gitbook.io/ptst2025/registrants/manage-profile.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.
