# BugsZero

- [项目导学](https://ethan-lin.gitbook.io/refactoring/bugszero/index.md)
- [题目介绍](https://ethan-lin.gitbook.io/refactoring/bugszero/1-project-description.md)
- [项目剖析](https://ethan-lin.gitbook.io/refactoring/bugszero/2-project-analyze.md)
- [任务1：初体验](https://ethan-lin.gitbook.io/refactoring/bugszero/3-task-1.md)
- [任务2：消除重复代码](https://ethan-lin.gitbook.io/refactoring/bugszero/4-task-2.md)
- [任务3：创建Player对象](https://ethan-lin.gitbook.io/refactoring/bugszero/5-task-3.md)
- [任务4：搬移行为](https://ethan-lin.gitbook.io/refactoring/bugszero/6-task-4.md)
- [任务5：消除依恋情结](https://ethan-lin.gitbook.io/refactoring/bugszero/7-task-5.md)
- [任务6：修复缺陷](https://ethan-lin.gitbook.io/refactoring/bugszero/8-task-6.md)
- [任务7：霰弹式修改](https://ethan-lin.gitbook.io/refactoring/bugszero/9-task-7.md)
- [任务8：过大的类](https://ethan-lin.gitbook.io/refactoring/bugszero/10-task-8.md)
- [任务9：再撸一遍](https://ethan-lin.gitbook.io/refactoring/bugszero/11-task-9.md)
- [项目总结](https://ethan-lin.gitbook.io/refactoring/bugszero/12-project-summary.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://ethan-lin.gitbook.io/refactoring/bugszero.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.
