> For the complete documentation index, see [llms.txt](https://kb.nssurge.com/surge-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.nssurge.com/surge-knowledge-base/zh/license/pre-sale.md).

# Surge 购买前常见问题

### Surge 是怎样一款软件？

Surge 是面向专业技术人员的一款网络工具集软件，功能主要包含对网络请求的接管、修改和转发，可先阅读在线手册以理解 Surge 的用途。

[在线手册](https://manual.nssurge.com)

[官方中文指引：理解 Surge 原理](https://manual.nssurge.com/book/understanding-surge/cn/)

### Surge 是 VPN 吗？

请注意，虽然 Surge 有转发请求的能力，但是 Surge 并不提供任何 VPN 或代理服务，Surge 是一款面向技术人员的纯工具类型软件。

### Surge iOS 和 Mac 是什么关系？

Surge iOS 和 Surge Mac 分别用于 iOS 设备和 Mac 设备。Surge iOS 可以使用远程控制器功能远程管理 Surge Mac 和查看 Surge Mac 的请求。Surge Mac 的 Dashboard 可以通过网络或者 USB 连接查看 Surge iOS 的请求。

Surge tvOS 为 Surge iOS 的附属品，免费提供给 Surge iOS 用户使用。与 Surge Mac 版本授权没有关联。

### Surge iOS 和 Mac 需要分别购买吗？

是的，两者的授权独立销售，需要分别购买。

### Surge Mac 授权形式是怎样的，有效期是多久？

Surge Mac 的授权终身有效，可享受在购买的大版本内的免费更新。我们通常每两年进行一次大版本更新，大版本更新后，已购买用户可以以优惠价格进行升级，也可以继续使用旧版本。

不用担心临近大版本更新日期时，购买可能不划算的问题，升级费用采用和购买时间相关的阶梯制，一般近半年内购买的用户都可以享受免费升级。

### Surge iOS 授权形式是怎样的，有效期是多久？

Surge iOS 的授权终身有效，且终身享受维护性更新。同时在购买时自动享有一年期的「功能更新订阅」，可免费解锁购买后一年内的新功能。详见 [Surge iOS 功能订阅更新说明](/surge-knowledge-base/zh/license/ios-fus.md)

### 可以试用吗？

Surge Mac 提供 14 天的全功能免费试用。Surge iOS 提供 7 天全功能免费试用，部分功能无限期免费试用。

### 授权可以用于多少台设备上？

Surge iOS 授权可以用于自己拥有的最多不超过 3 台的设备上，Surge Mac 的授权数量在购买时确定。

Surge tvOS 授权可以用于自己拥有的 Apple TV 设备上，不设具体数量限制，但是若出现明显滥用行为将导致授权封禁。

### 更换了设备怎么办？

可以在更换设备前反激活该设备以释放授权配额。如果无法在原设备上操作，且该设备已超过 72 小时未连接互联网，也可以在[授权管理页面](https://nssurge.com/account)单独反激活该不活跃设备，无需重置授权；每个授权每 7 天可执行一次该操作。也可以重置授权以反激活所有设备，详见：

* [Surge iOS 授权相关问题](/surge-knowledge-base/zh/license/ios-faq.md)
* [Surge Mac 授权相关问题](/surge-knowledge-base/zh/license/mac-faq.md)

### 为什么在 App Store 里找不到 Surge？

* Surge Mac：由于 Surge Mac 使用的技术不适用与 Mac App Store，故不可从 Mac App Store 安装，请从官网下载安装。
* Surge iOS/tvOS：由于中国区禁止所有与 VPN 有关的 App 上架，故 Surge iOS 无法在中国区上架，其他区域不受影响。


---

# 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://kb.nssurge.com/surge-knowledge-base/zh/license/pre-sale.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.
