# 飞鱼

- [飞鱼的基本推理](https://sudoku.kazusa.tech/exocet/01-reasoning-of-exocet.md): Reasoning of Exocet
- [目标单元格的拓展](https://sudoku.kazusa.tech/exocet/02-extension-on-target-cells.md): Extension on Target Cells
- [单基准单元格](https://sudoku.kazusa.tech/exocet/03-solo-base-cell.md): Solo Base Cell
- [交叉单元格的拓展](https://sudoku.kazusa.tech/exocet/04-extension-on-crossline-cells.md): Extension on Crossline Cells
- [飞鱼常见的潜在删数](https://sudoku.kazusa.tech/exocet/05-potential-eliminations-of-exocet.md): Potential Eliminations in Exocet
- [目标格跨区数对](https://sudoku.kazusa.tech/exocet/05-potential-eliminations-of-exocet/01-target-pair-rule.md): Target Pair Rule
- [镜面格的删数特性](https://sudoku.kazusa.tech/exocet/05-potential-eliminations-of-exocet/02-features-of-eliminations-on-mirror-cells.md): Features of Eliminations on Mirror Cells
- [镜面格同步](https://sudoku.kazusa.tech/exocet/05-potential-eliminations-of-exocet/03-mirror-sync.md): Mirror Sync
- [锁定成员](https://sudoku.kazusa.tech/exocet/05-potential-eliminations-of-exocet/04-locked-member.md): Locked Member
- [交叉格三阶解鱼](https://sudoku.kazusa.tech/exocet/05-potential-eliminations-of-exocet/05-jye-fish-in-crossline-cells.md): Jye's Fish in Crossline Cells
- [X 区域致命定理](https://sudoku.kazusa.tech/exocet/05-potential-eliminations-of-exocet/06-region-x-theorem.md): Region-X Theorem
- [双飞鱼](https://sudoku.kazusa.tech/exocet/06-double-exocet.md): Double Exocet
- [高级飞鱼](https://sudoku.kazusa.tech/exocet/07-senior-exocet.md): Senior Exocet
- [退化飞鱼](https://sudoku.kazusa.tech/exocet/08-sashimi-exocet.md): Sashimi Exocet
- [宫内飞鱼](https://sudoku.kazusa.tech/exocet/09-franken-exocet.md): Franken Exocet
- [交叉飞鱼](https://sudoku.kazusa.tech/exocet/10-mutant-exocet.md): Mutant Exocet
- [飞鱼和多米诺环](https://sudoku.kazusa.tech/exocet/11-exocet-with-domino-loop.md): Exocet with Domino Loop
- [多米诺环的直观](https://sudoku.kazusa.tech/exocet/11-exocet-with-domino-loop/01-direct-view-of-domino-loop.md): Direct View of Domino Loop
- [模式四数组（PLQ）](https://sudoku.kazusa.tech/exocet/11-exocet-with-domino-loop/02-pattern-locked-quadruple.md): Pattern-Locked Quadruple
- [共轭四元节点（CQN）](https://sudoku.kazusa.tech/exocet/11-exocet-with-domino-loop/03-conjugate-quadruple-node.md): Conjugate Quadruple Node
- [单真对（STP）](https://sudoku.kazusa.tech/exocet/11-exocet-with-domino-loop/04-single-truth-pair.md): Single Truth Pair
- [衰弱飞鱼](https://sudoku.kazusa.tech/exocet/12-weak-exocet.md): Weak Exocet
- [初见衰弱飞鱼](https://sudoku.kazusa.tech/exocet/12-weak-exocet/01-the-first-view-of-weak-exocet.md): The First View of Weak Exocet
- [全衰飞鱼](https://sudoku.kazusa.tech/exocet/12-weak-exocet/02-lame-weak-exocet.md): Lame Weak Exocet


---

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