# 做题策略・基础概念

在完成题目的时候，我们经常会遇到无法下手的局面，这并非是你的问题，所以我打算对教程单独开一个板块讲解这一部分的内容，以便你能够快速上手的同时有一个对数独的比较合理的认知。

当然，主观的内容每个人都不同，所以不一定适用于你，但你可以用来当参考。


---

# 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/direct-technique/03-strategying-phase-1.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.
