> For the complete documentation index, see [llms.txt](https://egany-docs.gitbook.io/ega-kitchen-haravan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://egany-docs.gitbook.io/ega-kitchen-haravan/thiet-lap-cac-trang/trang-faq.md).

# Trang FAQ

## 1. Tạo trang nội dung FAQ <a href="#id-1.-tao-trang-noi-dung-faq" id="id-1.-tao-trang-noi-dung-faq"></a>

Truy cập `Admin` > `Website` > `Trang nội dung` **>** `Thêm trang nội dung`&#x20;

**Bước 1**: Tạo trang nội dung **Câu hỏi thường gặp** và chọn giao diện là `page.faq`&#x20;

<figure><img src="/files/ZqbZT6DlGX168Q8SFcgI" alt=""><figcaption></figcaption></figure>

**Bước 2**: Nhập liệu vào phần nội dung theo bảng 2 cột: **Câu hỏi** và **Câu trả lời** như sau:

<figure><img src="/files/C4x1Z7iImrRYjljcL4TO" alt=""><figcaption></figcaption></figure>

**Bước 3**: Gắn đường dẫn trang FAQ vào menu

Ví dụ ở đây ta gắn vào menu Hỗ trợ khách hàng hiển thị ở Chân trang

<figure><img src="/files/tQylgh895OvmZqgXOrog" alt=""><figcaption></figcaption></figure>

## 2. Thiết lập giao diện trang FAQ <a href="#id-2.-thiet-lap-giao-dien-trang-faq" id="id-2.-thiet-lap-giao-dien-trang-faq"></a>

Truy cập `Admin` > `Tùy chỉnh giao diện` > `Trang FAQ`&#x20;

<figure><img src="/files/4xoNMivVuKan27oeD1wO" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/w78OhOtXx6kY7hcc8jp6" alt=""><figcaption></figcaption></figure>

*Sau khi thực hiện theo hướng dẫn trên, bạn đã có thể thiết lập **Trang FAQ** cho giao diện trên Haravan. Trong quá trình thiết lập, nếu có thắc mắc vui lòng liên hệ* [*support@egany.com*](mailto:support@egany.com)*.*


---

# 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://egany-docs.gitbook.io/ega-kitchen-haravan/thiet-lap-cac-trang/trang-faq.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.
