> For the complete documentation index, see [llms.txt](https://document.o2skin.asia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://document.o2skin.asia/xac-thuc/dang-nhap-and-dang-xuat.md).

# Đăng nhập & Đăng xuất

## 1. Đăng nhập

### **Bước 1: Truy cập website**

Mở trình duyệt web và truy cập vào địa chỉ: [o2skin.asia](http://o2skin.asia).

### **Bước 2: Nhập thông tin đăng nhập**

* **Số điện thoại**: Nhập số điện thoại mà bạn đã được quản trị viên cung cấp vào ô tương ứng.
* **Mật khẩu**: Nhập mật khẩu được cung cấp bởi quản trị viên vào ô tương ứng.

### **Bước 3: Đăng nhập**

Nhấn vào nút **"Đăng nhập"**. Nếu thông tin đăng nhập chính xác, bạn sẽ được chuyển đến trang chủ của phần mềm O2 Skin.

Nếu mật khẩu không chính xác hoặc bạn quên mật khẩu, bạn có thể sử dụng tính năng [Quên mật khẩu](/xac-thuc/quen-mat-khau.md).

## 2. Đăng xuất

Khi đã đăng nhập thành công, bạn có thể đăng xuất bằng cách:

* Nhấn vào **avatar** (hình đại diện) ở góc trên bên phải màn hình.
* Chọn nút **"Đăng xuất"** từ menu thả xuống.

Chúc bạn sử dụng phần mềm O2 Skin Manage hiệu quả!


---

# 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://document.o2skin.asia/xac-thuc/dang-nhap-and-dang-xuat.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.
