> For the complete documentation index, see [llms.txt](https://docs.rome.builders/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rome.builders/zh/kuai-su-ru-men.md).

# 快速入门

- [什么是 Rome？](https://docs.rome.builders/zh/kuai-su-ru-men/what-is-rome.md): Rome 是位于 Solana 内部的 EVM 执行环境。无论你构建什么，都可供 EVM 用户、Solana 用户以及其他链上的用户使用。四种构建方式。
- [为什么选择 Rome？](https://docs.rome.builders/zh/kuai-su-ru-men/why-rome.md): Rome 与其他 Solana 上 EVM 方案的不同之处——原子化 CPI 可组合性、单一共享状态，以及带有自定义 gas 代币的主权应用链。
- [架构](https://docs.rome.builders/zh/kuai-su-ru-men/architecture.md): Rome 的各个组件如何协同工作——在 Solana 程序内部执行 EVM。
- [生态系统与仓库](https://docs.rome.builders/zh/kuai-su-ru-men/ecosystem.md): 每个公开的 Rome 仓库，它是什么，以及它们如何组合——用于导航整体架构的地图。
- [快速开始](https://docs.rome.builders/zh/kuai-su-ru-men/quickstart.md): 在 5 分钟内将你的第一个 Solidity 合约部署到 Rome。
- [关键概念](https://docs.rome.builders/zh/kuai-su-ru-men/key-concepts.md): 面向开发者的核心 Solana 和 Rome EVM 术语——程序、账户、PDA、CPI、SPL 代币，以及原子执行与迭代执行。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rome.builders/zh/kuai-su-ru-men.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
