# 全强链死环和无解局面

- [全强链死环的基本推理](https://sudoku.kazusa.tech/deadly-pattern-theory/09-broken-loop-and-pattern-having-no-solution/01-reasoning-of-broken-loop.md): Reasoning of Broken Loop
- [无解结构的判别](https://sudoku.kazusa.tech/deadly-pattern-theory/09-broken-loop-and-pattern-having-no-solution/02-judgement-of-pattern-having-no-solution.md): Judgement of Pattern Having No Solution


---

# 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/deadly-pattern-theory/09-broken-loop-and-pattern-having-no-solution.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.
