> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/clore.ai/clore.ai-eng-zh/zhu-ye/clore-vpn.md).

# Clore VPN

<figure><img src="/files/ed01517b844fccfc9a27b139b7b7a582b2b40c9f" alt=""><figcaption></figcaption></figure>

我们很高兴地宣布推出 **Clore VPN 测试版**！您现在可以连接我们的 VPN，享受更强的隐私保护和安全的互联网访问。

### 如何连接 Clore VPN

按以下简单步骤开始：

1. 访问 [**vpn.clore.ai**](https://vpn.clore.ai) 并购买 VPN 订阅。&#x20;
2. 完成付款后，您将收到 **凭证** 以访问 VPN。
3. 使用任何支持 VLESS 协议的 VPN 客户端。针对不同平台的推荐客户端：
   * **iOS**: [Streisand](https://apps.apple.com/ru/app/streisand/id6450534064)
   * **Android**: [V2RayNG](https://play.google.com/store/apps/details?id=com.v2ray.ang)
   * **macOS**: [Streisand](https://apps.apple.com/us/app/streisand/id6450534064)
   * **Windows**: [Hiddify for Windows](https://github.com/hiddify/hiddify-next/releases/download/v2.0.5/Hiddify-Windows-Setup-x64.exe)
4. 将提供的凭证插入到您的 VPN 客户端设置中。

您现在可以开始使用 Clore VPN 了！

### 如何加入 Clore VPN 网络

我们正在积极构建 Clore VPN 的服务器网络。如果您拥有服务器并希望贡献，请按照以下步骤操作：

1. 在 Clore 平台上进入您的服务器设置。
2. 点击 **申请加入 VPN** 按钮。

我们特别希望服务器位于以下国家/地区：

* **日本**,
* **荷兰**,
* **匈牙利**,
* **芬兰**.

> 未来，我们计划根据需要扩展可用地点列表并添加新的国家。


---

# 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.clore.ai/clore.ai/clore.ai-eng-zh/zhu-ye/clore-vpn.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.
