> For the complete documentation index, see [llms.txt](https://docs.gohost.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gohost.vn/website-dat-phong/quan-ly-tai-khoan/quan-ly-giao-dien/thiet-lap-giao-dien.md).

# Thiết lập giao diện

Việc thiết lập và điều chỉnh trở nên dễ dàng khi tạo nội dung trên giao diện trang chủ của website. Các công cụ tinh chỉnh được cung cấp giúp bạn tùy chỉnh bố cục, thay đổi nội dung, và chỉnh sửa hình ảnh một cách linh hoạt và nhanh chóng. Theo dõi các bước hướng dẫn dưới đây để dễ dàng hoàn thành.

### Để thiết lập bạn thực hiện như sau:

1. Đăng nhập vào tài khoản Quản lý.&#x20;
2. Vào **Giao diện/Appearance** > **Trang/Page**:

<figure><img src="/files/yyqa45pmlYMQ1KoyzpxB" alt="" width="251"><figcaption></figcaption></figure>

3. Sau đó, nhấn **Chỉnh sửa/Edit**.
4. Tại đây, GoHost đã sắp xếp và lên sẵn một số phần cơ bản. Bạn có thể điều chỉnh các khối theo thứ tự hoặc chèn vào giữa mỗi khối để thêm khối khác theo mong muốn của bạn.&#x20;
5. Bạn thêm và điều chỉnh các khối. Ngoài ra bạn có thể chỉnh sửa tên hoặc mô tả cho tiêu đề cho mỗi phần.&#x20;

<figure><img src="/files/eRTCLdQcuRLtE7EcrvLA" alt="" width="563"><figcaption><p>Hình ảnh tiêu đề và mô tả cho mỗi phần</p></figcaption></figure>

<figure><img src="/files/pSTDrMTKvJ89dWoXLFpY" alt="" width="563"><figcaption><p>Hình ảnh tại phần chỉnh sửa trong hệ thống</p></figcaption></figure>

***Giải thích từ ngữ***

* **FAQ:** phần câu hỏi - câu trả lời mà khách hàng thường hay hỏi và thông tin về nhà.&#x20;

<figure><img src="/files/LbABOOs37vJT2ZRameiR" alt="" width="563"><figcaption></figcaption></figure>

* **Gallery:** bộ sưu tập các hình ảnh có thể về nhà của bạn hoặc về địa điểm xung quanh nhà (Lưu ý: bạn nên tải ảnh lên theo hệ số 4, có nghĩa là 4 - 8 - 12 - 16 ảnh).&#x20;

<figure><img src="/files/lPcwvZVMmkHfwI54zvaH" alt="" width="563"><figcaption></figcaption></figure>

* **Hero:** hero là phần đầu tiên mà khách hàng nhìn thấy khi truy cập trên website và dùng để thể hiện tên hoặc hình ảnh để thu hút khách hàng nhanh nhất.&#x20;

<figure><img src="/files/tBl9HaK2ceDYjBUTQKmp" alt="" width="563"><figcaption></figcaption></figure>

* **Posts:** giới thiệu những bài về [Địa điểm nổi bật](/website-dat-phong/quan-ly-tai-khoan/quan-ly-giao-dien/dia-diem-noi-bat.md): &#x20;

<figure><img src="/files/hYIXvF0O89KTTtnkqyhA" alt="" width="563"><figcaption></figcaption></figure>

* **Properties:** giới thiệu về các phòng và chỗ nghĩ của bạn.&#x20;

<figure><img src="/files/zm5h7LB1tg2yVtuXiczt" alt="" width="563"><figcaption></figcaption></figure>

* **Reviews:** giới thiệu về đánh giá của khách.&#x20;

<figure><img src="/files/d6hUStezW7Kxn1Ix2laQ" alt="" width="563"><figcaption></figcaption></figure>

* **Video:** tải lên video về nhà. &#x20;
  * Lưu ý: bạn phải tải lên youtube sau đó lấy phần <#youtube-id> và thêm vào.&#x20;
  * Ví dụ: Link youtube của bạn là <https://www.youtube.com/watch?v=ACVUiJ2x3MA>, bạn sẽ copy từ phần sau dấu "=" là **ACVUiJ2x3MA** và paste lên phần <#youtube-id>.&#x20;

<figure><img src="/files/vINLqGe7idGgXdVOzdN2" alt="" width="563"><figcaption></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://docs.gohost.vn/website-dat-phong/quan-ly-tai-khoan/quan-ly-giao-dien/thiet-lap-giao-dien.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.
