# 构造

- [唯一矩形构造](https://sudoku.kazusa.tech/construction/01-unique-rectangle-construction.md): Unique Rectangle Construction
- [唯一矩形的结构构造](https://sudoku.kazusa.tech/construction/01-unique-rectangle-construction/01-unique-rectangle-pattern-based-construction.md): Unique Rectangle Pattern-Based Construction
- [代入唯一矩形](https://sudoku.kazusa.tech/construction/01-unique-rectangle-construction/02-unique-rectangle-plus-n.md): Unique Rectangle + n
- [代入唯一矩形的命名](https://sudoku.kazusa.tech/construction/01-unique-rectangle-construction/03-naming-system-of-ur-plus-n.md): Naming System of Unique Rectangle + n
- [Wing 构造](https://sudoku.kazusa.tech/construction/02-wing-construction.md): Wing Construction
- [毛刺和毛边](https://sudoku.kazusa.tech/construction/03-kraken-logic.md): Kraken Logic
- [毛刺的基本推理](https://sudoku.kazusa.tech/construction/03-kraken-logic/01-reasoning-of-burr.md): Reasoning of Burr
- [毛刺的使用](https://sudoku.kazusa.tech/construction/03-kraken-logic/02-usages-of-burr.md): Usages of Burr
- [毛边的基本推理](https://sudoku.kazusa.tech/construction/03-kraken-logic/03-reasoning-of-kraken-link.md): Reasoning of Kraken Link
- [毛边的使用](https://sudoku.kazusa.tech/construction/03-kraken-logic/04-usage-of-kraken-link.md): Usage of Kraken Link
- [毛刺环和毛边环](https://sudoku.kazusa.tech/construction/03-kraken-logic/05-kraken-burred-loop-and-kraken-linked-loop.md): Kraken Burred Loop & Kraken Linked Loop
- [毛刺、毛边的由来历史和翻译](https://sudoku.kazusa.tech/construction/03-kraken-logic/06-naming-and-history-of-kraken-logic.md): Naming & History of Kraken Logic
- [鱼构造](https://sudoku.kazusa.tech/construction/04-fish-construction.md): Fish Construction
- [绽放](https://sudoku.kazusa.tech/construction/05-blossoming.md): Blossoming
- [牺牲](https://sudoku.kazusa.tech/construction/06-sacrifice.md): Sacrifice
- [牺牲的基本推理](https://sudoku.kazusa.tech/construction/06-sacrifice/01-reasoning-of-sacrifice.md): Reasoning of Sacrifice
- [牺牲的例子](https://sudoku.kazusa.tech/construction/06-sacrifice/02-examples-of-sacrifice.md): Examples of Sacrifice
- [牺牲绽放环](https://sudoku.kazusa.tech/construction/06-sacrifice/03-sacrifice-blossom-loop.md): Sacrifice Blossom Loop
- [牺牲节点](https://sudoku.kazusa.tech/construction/06-sacrifice/04-sacrifice-node.md): Sacrifice Node
- [外部环](https://sudoku.kazusa.tech/construction/07-external-loop.md): External Loop
- [外部环的基本推理](https://sudoku.kazusa.tech/construction/07-external-loop/01-reasoning-of-external-loop.md): Reasoning of External Loop
- [外部环的例子](https://sudoku.kazusa.tech/construction/07-external-loop/02-external-loop-example.md): External Loop Example


---

# 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://sudoku.kazusa.tech/construction.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.
