> For the complete documentation index, see [llms.txt](https://docs.imsel.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.imsel.dev/yuridicheskaya-informaciya/terms-of-service.md).

# Terms of Service

**Last updated:** August 28, 2026

These Terms of Service ("Terms") govern your access to and use of the IMSEL VPN mobile application ("App", "Service") provided by the IMSEL VPN developer ("We", "Us", "Developer"). By downloading, installing, or using the App, you agree to be bound by these Terms. If you do not agree, do not use the App.

## 1. Description of the Service

IMSEL VPN is a client application for connecting to servers that use V2Ray/Xray-compatible network protocols. The App allows you to:

* add and manage your own VPN server configurations and subscription links;
* connect to servers of your choice and route device traffic through them;
* configure routing rules, split tunneling and related connection options.

**Important:** We do not provide, operate, or control VPN servers. All servers and subscriptions used through the App are supplied by you or by third parties. We are not responsible for the availability, performance, security, or legality of any third-party server or subscription service.

The App does not require an account or registration. There are no paid features or in-app purchases; the Service is provided free of charge and supported by advertising (see Section 5).

## 2. Eligibility

You must be at least 13 years old (or the higher minimum age required by the law of your jurisdiction) to use the App. By using the App, you represent that you meet this requirement.

## 3. Acceptable Use

You agree to use the App only for lawful purposes and in accordance with these Terms. You must not:

* use the App in any way that violates applicable local, national, or international law or regulation;
* use the App to infringe the rights of any third party, to distribute malware, or to engage in fraudulent, abusive, or harmful activity;
* attempt to interfere with, reverse engineer for malicious purposes, or disrupt the operation of the App or its telemetry and advertising components;
* resell, sublicense, or commercially exploit the App without our prior written consent.

You are solely responsible for your use of the App and for compliance with the laws of your jurisdiction, including any restrictions on the use of VPN services.

## 4. Third-Party Servers, Subscriptions and Content

Server configurations, subscription links, and routing profiles may be provided by you or by third parties. We do not screen, control, or endorse such third-party resources. Your use of any third-party server or subscription is at your own risk and may also be subject to separate terms and policies of the provider. We are not liable for any loss or damage arising from your use of third-party services.

## 5. Advertisements

The App displays advertisements delivered by Yandex Mobile Ads (interstitial ads shown upon VPN disconnection and rewarded ads in the "Support the developer" section). By using the App you acknowledge that advertising identifiers may be processed to deliver ads, as described in our [Privacy Policy](/yuridicheskaya-informaciya/privacy-policy.md).

The App is provided free of charge. There are no premium tiers and no in-app purchases.

## 6. Intellectual Property

The App, including its code, design, and assets (excluding third-party open-source components licensed under their own terms), is the property of the Developer and is protected by applicable intellectual property laws. These Terms do not grant you any rights to the App other than a limited, revocable, non-exclusive, non-transferable license to install and use it on your devices.

## 7. Disclaimer of Warranties

The Service is provided on an "AS IS" and "AS AVAILABLE" basis, without warranties of any kind, whether express or implied, including but not limited to warranties of merchantability, fitness for a particular purpose, uninterrupted operation, or that the Service will be error-free or secure. We do not warrant that VPN connections will remain undetectable, unblocked, or effective in any particular network environment.

## 8. Limitation of Liability

To the maximum extent permitted by law, the Developer shall not be liable for any indirect, incidental, special, consequential, or punitive damages, or for any loss of data, profits, or connectivity arising out of or in connection with your use of the App. Under no circumstances shall the Developer's total liability exceed zero (0), as the App is provided free of charge.

## 9. Termination

We may, at our sole discretion and without notice, modify, suspend, or discontinue the App at any time. You may stop using the App at any time by uninstalling it. Sections 7, 8, and 10 survive termination.

## 10. Changes to These Terms

We may update these Terms from time to time. The current version is always available within the App ("About" dialog) and in the App's documentation. Continued use of the App after changes take effect constitutes acceptance of the updated Terms.

## 11. Governing Law

These Terms shall be governed by and construed in accordance with the laws of the Developer's place of residence, without regard to conflict-of-law rules, unless mandatory consumer protection law of your country of residence provides otherwise.

## 12. Contact

Questions about these Terms: <imsel.vpn@gmail.com>

See also: [Privacy Policy](/yuridicheskaya-informaciya/privacy-policy.md)


---

# 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.imsel.dev/yuridicheskaya-informaciya/terms-of-service.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.
