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

# Clore VPN

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

Мы рады объявить о запуске **Clore VPN Beta**! Теперь вы можете подключиться к нашему VPN и пользоваться повышенной конфиденциальностью и безопасным доступом в интернет.

### Как подключиться к Clore VPN

Следуйте этим простым шагам, чтобы начать:

1. Посетите [**vpn.clore.ai**](https://vpn.clore.ai) и оформите подписку на VPN.&#x20;
2. После завершения оплаты вы получите **учётные данные** для доступа к VPN.
3. Используйте любой VPN-клиент, который поддерживает протокол VLESS. Рекомендуемые клиенты для разных платформ:
   * **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 для 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-ru/glavnaya/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.
