> For the complete documentation index, see [llms.txt](https://hd.gobiz.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hd.gobiz.vn/english/m27/huong-dan-su-dung-cho-thanh-vien-du-an/login_logout.md).

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

## Đăng nhập

Để truy cập và sử dụng các chức năng của hệ thống, người dùng cần thực hiện đăng nhập vào hệ thống. Việc thực hiện đăng nhập này được hiểu như một sự định danh, toàn bộ các thao tác trên hệ thống được ghi nhận dưới tài khoản đã đăng nhập.

**Bước 1**: Truy cập vào trình duyệt và đi tới địa chỉ: <https://ticket.gobiz.vn/>

**Bước 2**: Nhập chính xác **Tên đăng nhập** và **Mật khẩu** đã đăng ký sau đó bấm nút “Sign in" để hệ thống kiểm tra. Trường hợp chưa đăng ký tài khoản, người dùng bấm nút "**Register**" để thực hiện đăng ký tài khoản trước khi đăng nhập vào hệ thống.

![Screen Shot 2020-11-03 at 11 40 02](https://user-images.githubusercontent.com/73808891/97950470-8ad85f00-1dc9-11eb-81c8-89d89f7b7eff.png)

**Lưu ý**: Trường hợp người dùng được mời vào 1 dự án đã có, hệ thống sẽ gửi email cho người dùng và người dùng tiến hành truy cập vào hệ thống theo đường link được gửi qua email.

![Screen Shot 2020-11-03 at 14 47 25](https://user-images.githubusercontent.com/73808891/97961111-3fcc4500-1de5-11eb-8897-6374511bfb76.png)

## Đăng xuất

**Bước 1**: Người dùng vào ảnh đại diện của mình ở Menu ngang, chọn Đăng xuất

![Screen Shot 2020-12-08 at 16 02 03](https://user-images.githubusercontent.com/73808891/101462414-c76e1c00-396e-11eb-9dcf-04414415ea7f.png)


---

# 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://hd.gobiz.vn/english/m27/huong-dan-su-dung-cho-thanh-vien-du-an/login_logout.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.
