# 局部标记技巧

- [割补（LoL）](https://sudoku.kazusa.tech/partial-marking-technique/01-law-of-leftover.md): Law of Leftover
- [直观区块](https://sudoku.kazusa.tech/partial-marking-technique/02-direct-locked-candidates.md): Direct Locked Candidates
- [直观数组](https://sudoku.kazusa.tech/partial-marking-technique/03-direct-subset.md): Direct Subset
- [直观隐性数组](https://sudoku.kazusa.tech/partial-marking-technique/03-direct-subset/01-direct-hidden-subset.md): Direct Hidden Subset
- [直观显性数组](https://sudoku.kazusa.tech/partial-marking-technique/03-direct-subset/02-direct-naked-subset.md): Direct Naked Subset
- [直观复杂出数](https://sudoku.kazusa.tech/partial-marking-technique/04-direct-complex-single.md): Direct Complex Single
- [做题策略・标记](https://sudoku.kazusa.tech/partial-marking-technique/05-strategying-phase-2.md): Strategying Phase Ⅱ
- [候选数的概念](https://sudoku.kazusa.tech/partial-marking-technique/05-strategying-phase-2/01-concept-of-candidate.md): Concept of Candidate
- [直观和局标技巧在全标下的样子](https://sudoku.kazusa.tech/partial-marking-technique/05-strategying-phase-2/02-looking-of-direct-and-partial-marking-techniques-in-full-marking-grids.md): Looking of Direct & Partial-Marking Techniques in Full-Marking Grids
- [笔记的概念](https://sudoku.kazusa.tech/partial-marking-technique/05-strategying-phase-2/03-concept-of-notes.md): Concept of Notes


---

# 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/partial-marking-technique.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.
