# เข้าสู่ระบบ/ออกจากระบบ

## หน้าจอเข้าสู่ระบบ&#x20;

![](/files/-MhsVefideatfrJWhtSc)

## การเข้าสู่ระบบ (Login)

การเข้าสู่ระบบให้ผู้ใช้กรอก Your Secret ที่ได้กำหนดไว้ใน Environment variable `IWALLET_APP_SECRET` ตอน Run Bot พร้อมกับ Google Authenticator Code (กรณีที่เปิด Two-Factor Authentication) จาก  Google Authenticator Application&#x20;

![](/files/-Mhs_YAc9wMOx0ukIMph)

* ถ้ากรอกข้อมูลอย่างใดอย่างนึงผิด จะขึ้นข้อความ "Invalid secret or code" ดังรูปที่ 1
* ถ้ากรอกข้อมูลถูก ระบบจะเปลี่ยนหน้าจอไปเป็นหน้า Home ดังรูปที่ 3

## การออกจากระบบ (Logout)

ให้ผู้ใช้ไปที่หน้า Home แล้วคลิกที่ปุ่ม Logout ระบบจะเปลี่ยนหน้าจอไปเป็นหน้า Login ดังรูป

![](/files/-Mhsom17FuAw9LrtV439)


---

# 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://iwallet.jittagornp.me/manual/login-logout.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.
