# 概览

本章节面向开发者撰写，旨在帮助开发者掌握，飞布的使用方式及底层原理。

阅读本章节前，建议先浏览 [快速入门 ](/v1.0/kuai-su-ru-men.md)章节。

飞布本身分为两大块：控制台界面和飞布核心引擎。

<figure><img src="/files/58XanZ6THt8OhGHgPjQp" alt=""><figcaption><p>飞布架构图</p></figcaption></figure>

飞布引擎基于声明式架构实现，具体原理见 [工作原理](/v1.0/kuai-su-ru-men/gong-zuo-yuan-li.md) 。基于飞布开发API，本质上就是构建符合飞布引擎规范的配置文件。而控制台就是简化该工作的核心模块。

控制台提供可视化的交互方式，封装技术细节，方便你快速构建配置，而无需学习飞布引擎的底层协议。

因此，本章节将从界面到原理逐步深入，让你掌握操作的同时，了解引擎的工作原理。

接下来，开启我们的极速开发之旅吧！


---

# 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.fireboom.io/v1.0/ji-chu-ke-shi-hua-kai-fa/gai-lan.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.
