# Chương IV. KIỂU DỮ LIỆU

- [Bài 21. Dữ liệu kiểu số](https://python.dainganxanh.com/chuong4/du-lieu-so.md)
- [Bài 22. Dữ liệu kiểu string](https://python.dainganxanh.com/chuong4/bai-22.-du-lieu-kieu-string.md)
- [Bài 23. Dữ liệu kiểu list](https://python.dainganxanh.com/chuong4/bai-23.-du-lieu-kieu-list.md)
- [Bài 24. Dữ liệu kiểu tuple](https://python.dainganxanh.com/chuong4/bai-24.-du-lieu-kieu-tuple.md)
- [Bài 25. Dữ liệu kiểu set](https://python.dainganxanh.com/chuong4/bai-25.-du-lieu-kieu-set.md)
- [Bài 26. Dữ liệu kiểu dictionary](https://python.dainganxanh.com/chuong4/bai-26.-du-lieu-kieu-dictionary.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/chuong4.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.
