# 介绍

欢迎，开发者们！我们的文档涵盖指南、示例、参考资料等，可帮助您构建扩展并与 [我们的社区](https://raycast.com/community) 和 [您的团队](https://developers.raycast.com/teams/getting-started) 分享。

![](/files/8CYbWcnOGABCGWcYW0z3)

Raycast 平台由两部分组成：

* **API：**&#x5F00;发人员可以使用 React、Node.js 和 TypeScript 构建丰富的扩展。该文档解释了如何使用 API 构建一流的体验。
* **Store：**&#x5F00;发人员可以与所有 Raycast 用户共享他们的扩展。您将了解如何 [发布您的扩展](https://developers.raycast.com/basics/publish-an-extension)。

## 特点

以下是我们的生态系统与众不同的几点：

* **强大且熟悉的工具：**&#x6269;展是用 TypeScript、React 和 Node 构建的。利用 npm 的生态系统可以快速构建出您的想法。
* **轻松构建 UI：**&#x60A8;专注于逻辑，我们助力样式。使用我们内置的 UI 组件与我们所有的扩展保持一致。
* **与我们的社区合作：**&#x6784;建您的扩展，与我们的社区分享，并从其他人那里获得灵感。
* **开发人员体验最重要：**&#x5F3A;类型 API、热重载和一些现代工具，使其使用起来非常愉快。
* **启动方便，灵活扩展：**&#x4ECE;简单的脚本开始，添加静态 UI 或使用 React 来肆意挥毫。什么都可以。

## 预览

以下是我们文档中对于概述的部分预览：

* [**基础：**](https://developers.raycast.com/basics/getting-started)仔细阅读本节，了解如何在我们的分步指南中构建扩展。
* [**团队：**](https://developers.raycast.com/teams/getting-started)与您的队友构建和共享扩展，以推进工作流程。
* [**示例：**](https://developers.raycast.com/examples/doppler)查看开源示例方便您的了解，同时可以边学边做。
* [**资讯：**](https://developers.raycast.com/information/best-practices)获取背景知识以加深对我们平台的了解。
* [**API 参考：**](https://developers.raycast.com/api-reference/ai)通过包含代码片段的 API 参考了解详细信息。
* [**公共包：**](https://developers.raycast.com/utilities/getting-started)一组实用程序，用于简化扩展中使用的常见模式和操作。

现在，让我们来构建吧 💪


---

# 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://raycast-doc.gitbook.io/zh/readme.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.
