# Chương II. RẼ NHÁNH - LẶP

- [Bài 10. Cấu trúc rẽ nhánh if…else](https://python.dainganxanh.com/chuong2/bai-10.md)
- [Bài 11. Cấu trúc lặp với for](https://python.dainganxanh.com/chuong2/bai-11.md)
- [Bài 12. Cấu trúc lặp với while](https://python.dainganxanh.com/chuong2/bai-12.md)
- [Bài 13. Lệnh break và continue](https://python.dainganxanh.com/chuong2/bai-13.-lenh-break-va-continue.md)
- [Bài tập chương 2](https://python.dainganxanh.com/chuong2/bai-tap-cuoi-chuong.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/chuong2.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.
