> For the complete documentation index, see [llms.txt](https://congnghephone.gitbook.io/congnghephone/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://congnghephone.gitbook.io/congnghephone/readme.md).

# Welcome

**CongNghePhone.help** là một website chia sẻ kiến thức công nghệ dành cho mọi đối tượng – từ người dùng phổ thông đến người đam mê kỹ thuật. Nếu bạn đang tìm một nơi **cập nhật kiến thức công nghệ rõ ràng, dễ hiểu mà không bị “quá chuyên sâu” hay khô khan**, thì đây là nơi nên ghé qua!

#### **Điểm nổi bật của website:**

* ✅ **Tin tức công nghệ chọn lọc**: Những cập nhật mới nhất về iPhone, Android, các nền tảng công nghệ nổi bật.
* ✅ **Fact thú vị – dễ đọc – dễ nhớ**: Không chỉ cung cấp tin tức, website còn chia sẻ các *fact công nghệ* mang tính giáo dục nhưng rất “giải trí”.
* ✅ **Tối ưu cho người không chuyên**: Giao diện đơn giản, dễ đọc, tốc độ tải nhanh – phù hợp cả với người mới bắt đầu tìm hiểu công nghệ.
* ✅ **Không quảng cáo khó chịu**: Trải nghiệm người dùng được ưu tiên hàng đầu.

**Nội dung nổi bật có thể tìm thấy trên** [**CongNghePhone.help**](https://congnghephone.help/)

* Lịch sử công nghệ: Website đầu tiên, chiếc iPhone đầu tiên, cột mốc internet...
* Hướng dẫn cơ bản: Các khái niệm như DNS, IP, HTTP, bảo mật cá nhân...
* Thủ thuật hữu ích: Dành cho người dùng smartphone, laptop, bảo vệ thông tin số...


---

# 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://congnghephone.gitbook.io/congnghephone/readme.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.
