> 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/vvedenie.md).

# Введение

| iOS                                    | Android                                                   | Desktop                                  |
| -------------------------------------- | --------------------------------------------------------- | ---------------------------------------- |
| \[App Store-Global] in development()   | \[Google Play] in development()                           | \[Windows]in development()               |
| \[App Store-Only RU]in development()   | \[Download APK]in development()/\[mirror]in development() | \[macOS(arm64/intel)]in development()    |
| \[Testflight-Global]in development()   | \[Download Beta APK]in development()                      | \[Linux-x64(.deb)]in development()       |
| \[Testflight-Only RU]in development()) |                                                           | \[Linux-arm64(.deb)]in development()     |
|                                        |                                                           | \[Linux-x64(.rpm)]in development()       |
|                                        |                                                           | \[Linux-arm64(.rpm)]in development()     |
|                                        |                                                           | \[ArchLinux-x64(.pkg)]in development()   |
|                                        |                                                           | \[ArchLinux-arm64(.pkg)]in development() |

Imsel is a mobile application designed for convenient proxy server management, powered by the robust Xray core. The app features an intuitive interface and a range of useful functions, making it an essential tool for managing connections.

The key features of IMSEL include:

* Configuration of proxy servers based on flexible routing rules.
* Support for multiple modern protocols, including:
  * **VLESS (Reality)**
  * **VMess**
  * **Trojan**
  * **Shadowsocks**
  * **Socks**

Imsel ensures your network activity remains private by not collecting any data; your information remains solely on your device without being sent to external servers.

It's important to highlight that IMSEL does not provide VPN services for purchase. Users are responsible for acquiring or setting up their own servers. Users should also comply with applicable laws in their jurisdiction when utilizing the app.

To report a problem, use our


---

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