# Stacks 101

Stacks 在比特币生态系统中拥有非常独特的技术模型。本节将帮助你从高层次了解理解 Stacks 工作原理所需的基本组件。

我们将从哲学和技术两个层面介绍 Stacks 是什么以及它如何运作的基础内容，你还可以继续深入后续章节了解更多细节。

首先，让我们先概览一下 Stacks 到底是什么。


---

# 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://docs.stacks.co/learn/zh/stacks-101.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.
