# 待定数组链（ALS 链）

下面我们将进入到待定数组链的学习中来。待定数组链的内容主要是让链里嵌入一些数组相关的结构，以延续推理过程，产生更复杂的推理逻辑的一种思路。不过因为他的内容比较难，所以也会拆为多个部分逐个讲解。


---

# 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/chain-theory/04-almost-locked-set-chain.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.
