# 全部标记技巧

- [标准鱼](https://sudoku.kazusa.tech/full-marking-techniques/01-normal-fish.md): Normal Fish
- [鱼的基本推理](https://sudoku.kazusa.tech/full-marking-techniques/01-normal-fish/01-reasoning-of-normal-fish.md): Reasoning of Normal Fish
- [鳍鱼](https://sudoku.kazusa.tech/full-marking-techniques/01-normal-fish/02-finned-fish.md): Finned Fish
- [退化鱼](https://sudoku.kazusa.tech/full-marking-techniques/01-normal-fish/03-sashimi-fish.md): Sashimi Fish
- [孪生鱼](https://sudoku.kazusa.tech/full-marking-techniques/01-normal-fish/04-sashimi-fish.md): Sashimi Fish
- [鱼的直观和互补性](https://sudoku.kazusa.tech/full-marking-techniques/01-normal-fish/05-direct-view-of-fish-and-law-of-complement-of-fish.md): Direct View of Fish & Law of Complement of Fish
- [鱼的命名](https://sudoku.kazusa.tech/full-marking-techniques/01-normal-fish/06-naming-of-fish.md): Naming of Fish
- [XY-Wing 及推广](https://sudoku.kazusa.tech/full-marking-techniques/02-regular-wings.md): Regular Wing
- [XY-Wing 及推广的基本推理](https://sudoku.kazusa.tech/full-marking-techniques/02-regular-wings/01-reasoning-of-regular-wings.md): Reasoning of Regular Wing
- [XY-Wing 及推广的残缺逻辑](https://sudoku.kazusa.tech/full-marking-techniques/02-regular-wings/02-incomplete-regular-wings.md): Incomplete Regular Wings
- [W-Wing](https://sudoku.kazusa.tech/full-marking-techniques/03-w-wing.md): W-Wing
- [唯一矩形（UR）](https://sudoku.kazusa.tech/full-marking-techniques/04-unique-rectangle.md): Unique Rectangle
- [唯一矩形的基本推理](https://sudoku.kazusa.tech/full-marking-techniques/04-unique-rectangle/01-reasoning-of-unique-rectangle.md): Reasoning of Unique Rectangle
- [唯一矩形的类型](https://sudoku.kazusa.tech/full-marking-techniques/04-unique-rectangle/02-subtypes-of-unique-rectangle.md): Subtypes of Unique Rectangle
- [残缺唯一矩形](https://sudoku.kazusa.tech/full-marking-techniques/04-unique-rectangle/03-incomplete-unique-rectangle.md): Incomplete Unique Rectangle
- [可规避矩形（AR）](https://sudoku.kazusa.tech/full-marking-techniques/05-avoidable-rectangle.md): Avoidable Rectangle
- [唯一环（UL）](https://sudoku.kazusa.tech/full-marking-techniques/06-unique-loop.md): Unique Loop
- [唯一环的基本推理](https://sudoku.kazusa.tech/full-marking-techniques/06-unique-loop/01-reasoning-of-unique-loop.md): Reasoning of Unique Loop
- [唯一环的形成条件](https://sudoku.kazusa.tech/full-marking-techniques/06-unique-loop/02-condition-of-forming-unique-loop.md): Condition of Forming Unique Loop
- [唯一环的规格推广](https://sudoku.kazusa.tech/full-marking-techniques/06-unique-loop/03-size-extended-unique-loop.md): Size-Extended Unique Loop
- [拓展矩形（XR）](https://sudoku.kazusa.tech/full-marking-techniques/07-extended-rectangle.md): Extended Rectangle
- [拓展矩形的基本推理](https://sudoku.kazusa.tech/full-marking-techniques/07-extended-rectangle/01-reasoning-of-extended-rectangle.md): Reasoning of Extended Rectangle
- [拓展矩形的规格推广](https://sudoku.kazusa.tech/full-marking-techniques/07-extended-rectangle/02-size-extended-extended-rectangle.md): Size-Extended Extended Rectangle
- [全双值格致死解法（BUG）](https://sudoku.kazusa.tech/full-marking-techniques/08-bivalue-universal-grave.md): Bi-value Universal Grave
- [全双值格致死解法的基本推理](https://sudoku.kazusa.tech/full-marking-techniques/08-bivalue-universal-grave/01-reasoning-of-bivalue-universal-grave.md): Reasoning of Bi-value Universal Grave
- [全双值格致死解法的其他类型](https://sudoku.kazusa.tech/full-marking-techniques/08-bivalue-universal-grave/02-other-types-of-bivalue-universal-grave.md): Other Types of Bi-value Universal Grave
- [欠一数组（ALC）](https://sudoku.kazusa.tech/full-marking-techniques/09-almost-locked-candidates.md): Almost Locked Candidates
- [融合待定数组（SdC）](https://sudoku.kazusa.tech/full-marking-techniques/10-sue-de-coq.md): Sue de Coq
- [跨区数组（DDS）](https://sudoku.kazusa.tech/full-marking-techniques/11-distributed-disjoint-subset.md): Distributed Disjoint Subset
- [伪数组（ESP）](https://sudoku.kazusa.tech/full-marking-techniques/12-extended-subset-principle.md): Extended Subset Principle
- [均衡数组](https://sudoku.kazusa.tech/full-marking-techniques/13-aligned-exclusion.md): Aligned Exclusion
- [烟花数组](https://sudoku.kazusa.tech/full-marking-techniques/14-firework-subset.md): Firework Subset
- [烟花数组的基本推理](https://sudoku.kazusa.tech/full-marking-techniques/14-firework-subset/01-reasoning-of-firework-subset.md): Reasoning of Firework Subset
- [烟花数组的各种用法](https://sudoku.kazusa.tech/full-marking-techniques/14-firework-subset/02-usages-on-firework-subset.md): Usages on Firework Subset


---

# 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/full-marking-techniques.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.
