# PHỤ LỤC - GHI CHÉP

- [Hàm map()](https://python.dainganxanh.com/phu-luc/ham-map.md)
- [Cài Sublime Text để code Python](https://python.dainganxanh.com/phu-luc/untitled.md)
- [Ghi chép - ghi chú](https://python.dainganxanh.com/phu-luc/ghi-chep-hau-truong.md): Ghi chép trong quá trình biên soạn tài liệu
- [Mảng 2 chiều](https://python.dainganxanh.com/phu-luc/mang-2-chieu.md): Một ví dụ về đọc dữ liệu từ file và xử lý mảng 2 chiều
- [Công thức với dãy số](https://python.dainganxanh.com/phu-luc/cong-thuc-voi-day-so.md)


---

# Agent Instructions: 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:

```
GET https://python.dainganxanh.com/phu-luc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
