> 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/main/clore-vpn.md).

# Clore VPN

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

We’re excited to announce the launch of **Clore VPN Beta**! You can now connect to our VPN and enjoy enhanced privacy and secure internet access.

### How to Connect to Clore VPN

Follow these simple steps to get started:

1. Visit [**vpn.clore.ai**](https://vpn.clore.ai) and purchase a VPN subscription.
2. After completing the payment, you will receive **credentials** for VPN access.
3. Use any VPN client that supports the VLESS protocol. Recommended clients for different platforms:
   * **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. Insert the provided credentials into your VPN client settings.

You’re now ready to use Clore VPN!

### How to Join the Clore VPN Network

We are actively building the server network for Clore VPN. If you own a server and want to contribute, follow these steps:

1. Go to your server settings on the Clore platform.
2. Click the **Apply for VPN** button.

We are particularly looking for servers located in the following countries:

* **Japan**,
* **Netherlands**,
* **Hungary**,
* **Finland**.

> In the future, we plan to expand the list of available locations and add new countries as needed.


---

# 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/main/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.
