# Chương VI. LỖI & NGOẠI LỆ

- [Bài 29. Ngoại lệ](https://python.dainganxanh.com/chuong6/bai-29.-ngoai-le.md): Lỗi và ngoại lệ trong Python
- [Bài 30. Xử lý ngoại lệ](https://python.dainganxanh.com/chuong6/bai-30.-xu-ly-ngoai-le.md)
- [Bài 31. Xây dựng ngoại lệ](https://python.dainganxanh.com/chuong6/bai-31.-xay-dung-ngoai-le.md): Ngoại lệ do người dùng tự định nghĩa


---

# 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/chuong6.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.
