# 创建加速器

如果您需要为最终用户加速您的服务，您可以按照以下步骤创建一个[加速器](/welcome/cn/global-accelerator/overview.md)。

## 前提条件

您已经使用电子邮件[注册了帐户](/welcome/cn/platform/account-management/create-an-account.md)并登录到[**zenConsole**](https://console.zenlayer.com/)。

## 操作步骤

在 **zenConsole** 的左上角，转到 **产品** > **Global Accelerator** > [**创建加速器**](https://console.zenlayer.com/gia/project/create)。\
创建加速器的总体步骤如下。有关详细操作，请参阅特定章节的链接。

### 1. 订阅套餐

如果您是首次创建加速器，首先需要选择一个加速套餐和一个计费周期。您可以选择以下选项：Starter、Plus、Pro 和 Max，它们具有不同的规格。根据您的实际业务情况选择所需套餐。

<figure><img src="/files/SWPNfL7euJ2MYhcmczRW" alt=""><figcaption><p>订阅套餐</p></figcaption></figure>

<table><thead><tr><th width="189.436767578125"></th><th>Starter</th><th>Plus</th><th>Pro</th><th>Max</th></tr></thead><tbody><tr><td>线路带宽上限</td><td>40 Mbps</td><td>60 Mbps</td><td>100 Mbps</td><td>200 Mbps</td></tr></tbody></table>

{% hint style="info" %} <mark style="color:blue;">**Note**</mark>

* <mark style="color:blue;">如果您是 ZGA 的新用户，您可以免费试用 Starter 套餐 7 天，并在试用期结束前升级到付费订阅套餐。</mark>
* <mark style="color:blue;">点击</mark> <mark style="color:blue;">**Choose**</mark><mark style="color:blue;">后，您需要选择套餐的计费周期。</mark>
* <mark style="color:blue;">您可以升级或降级您的套餐和计费周期。详情请参阅</mark> [<mark style="color:purple;">升级和降级</mark>](/welcome/cn/pricing/general-lifecycle-rules.md#upgrades-and-downgrades) <mark style="color:blue;">。</mark>
  {% endhint %}

### 2. 选择最终用户的访问方式

* **Domain Name**：如果您的最终用户通过域名访问您的服务（例如，[www.zenlayer.com](http://www.zenlayer.com/)），请点击此按钮并在下面的字段中输入域名。-- 添加 DNS 记录
* **IP Address**：如果您希望加速特定的 IP 地址或一组地址，请在此处进行选择。

### 3. 提供您的源信息

输入您的源地址并选择离您的源最近的区域。

### 4. 选择您的加速器类型

* 标准（anycast）
* 自定义路由

### 5. 设置您的加速规则

确定流量如何路由。

* HTTP 和 HTTPS
* TCP 和 UDP

### 6. 分配给资源组

选择一个资源组用于加速器，以便您可以将资源组分配给团队成员。

## 下一步操作

* 如果您在步骤 **1.** 中选择了 **Domain Name** 作为最终用户访问您服务的方式，请确保在加速器成功部署后将 ZGA 提供的 CNAME 添加到您的 DNS 记录中。参阅[添加 DNS 记录](/welcome/cn/global-accelerator/get-started/add-dns-record.md)。
* 如果您在步骤 **1.** 中选择了 **IP Address**，请查看您的加速器详细信息以获取每个加速区域的加速 IP 地址（虚拟 IP 地址）。您的最终用户可以使用加速 IP 地址直接访问您的服务。参阅[管理加速器](/welcome/cn/global-accelerator/get-started/manage-accelerators.md)。


---

# 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.console.zenlayer.com/welcome/cn/global-accelerator/get-started/create-an-accelerator.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.
