> For the complete documentation index, see [llms.txt](https://coka-help-center.gitbook.io/coka-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coka-help-center.gitbook.io/coka-help-center/thay-doi-thong-tin-ca-nhan.md).

# Thay đổi thông tin cá nhân

> Để thay đổi thông tin cá nhân bạn có thể thực hiện theo <mark style="color:purple;">**2 cách:**</mark>

## 1. Từ phần mở rộng <a href="#tu-phan-mo-rong" id="tu-phan-mo-rong"></a>

> Ở màn hình trang chủ chọn tab mở rộng, sau đó chọn chỉnh sửa tài khoản.&#x20;

<figure><img src="/files/qiR3ZuvEpBSaL3fKCna2" alt="" width="251"><figcaption><p>Màn hình mở rộng</p></figcaption></figure>

> Tiếp đến bạn chỉ cần chỉnh sửa thông tin cá nhân của mình và bấm chọn cập nhật để lưu lại.

<div align="center"><figure><img src="/files/rGtOoaqy5dv0zcU06UHo" alt="" width="251"><figcaption><p>Màn hình chỉnh sửa tài khoản</p></figcaption></figure></div>

## 2. Từ trang chủ

> Từ trang chủ, ấn vào avatar của mình, bạn sẽ thấy thanh navigation drawer hiện ra, sau đó nhấn vào **Xem profile của bạn.**

<div align="center" data-full-width="false"><figure><img src="/files/VA6IFds1z6KxPnscnkpL" alt="" width="251"><figcaption><p>Màn hình trang chủ</p></figcaption></figure> <figure><img src="/files/mGjzILk37yPM8DIzSG2P" alt="" width="251"><figcaption><p>Navigation drawer</p></figcaption></figure></div>

> Tương tự cách 1, bạn có thể chỉnh sửa thông tin của mình và bấm cập nhật để lưu.

<figure><img src="/files/rGtOoaqy5dv0zcU06UHo" alt="" width="251"><figcaption><p>Màn hình chỉnh sửa tài khoản</p></figcaption></figure>


---

# 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://coka-help-center.gitbook.io/coka-help-center/thay-doi-thong-tin-ca-nhan.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.
