# Pango Platform

## Pango VPN SDK

- [What is Pango Developer Platform](https://pango.gitbook.io/paas/readme.md): Dig into Pango Developer Platform documentation and quick-start guides. You are covered with everything from basic manuals to sample application for Windows, macOS, iOS, and Android
- [Quickstart](https://pango.gitbook.io/paas/getting-started/quickstart.md)
- [Switch projects](https://pango.gitbook.io/paas/getting-started/switch-projects.md): Find out how to switch between several projects or search a specific one in a long list
- [Change console settings](https://pango.gitbook.io/paas/getting-started/change-console-settings.md): Fine-tune the Management Console to your preferences
- [Edit your profile](https://pango.gitbook.io/paas/getting-started/edit-your-profile.md): Learn how your profile information can be edited
- [Deprecation and Sunset](https://pango.gitbook.io/paas/getting-started/deprecation-and-sunset.md)
- [Dashboard](https://pango.gitbook.io/paas/console-details/project-dashboard.md)
- [General](https://pango.gitbook.io/paas/console-details/project-dashboard/general.md): Get a quick insight into the operational status of the project
- [Users](https://pango.gitbook.io/paas/console-details/users.md): Explore how to create and manage your project users
- [User page](https://pango.gitbook.io/paas/console-details/users/user-page.md): Find out how to get detailed information on specific user
- [Active sessions](https://pango.gitbook.io/paas/console-details/active-sessions.md): Take a look on detailed information about your users' active sessions
- [Network](https://pango.gitbook.io/paas/console-details/network-locations.md): Find out how to configure and manage your virtual private network
- [Countries](https://pango.gitbook.io/paas/console-details/network-locations/locations.md): Learn how to view and manage countries available for your project
- [Locations](https://pango.gitbook.io/paas/console-details/network-locations/locations-1.md): Take a look on available free / pro locations composed from selected pools
- [Pools](https://pango.gitbook.io/paas/console-details/network-locations/pools.md): Find out how to create custom or choose exiting pools for your project
- [Optimal location](https://pango.gitbook.io/paas/console-details/network-locations/pools/groups-of-pool.md): Take a look on the rule composition for the optimal location selection
- [Location rules](https://pango.gitbook.io/paas/console-details/network-locations/pools/location-rules.md): Learn how servers are selected based on the desirable location provided
- [Settings](https://pango.gitbook.io/paas/console-details/project-settings.md): Get an idea of what settings a project has and how to manage them
- [General](https://pango.gitbook.io/paas/console-details/project-settings/general.md): Learn about general project settings configuration
- [Project config description (JSON format)](https://pango.gitbook.io/paas/console-details/project-settings/general/project-config-description-json-format.md): JSON config includes the full list of the project parameters.
- [Server selector (JSON format)](https://pango.gitbook.io/paas/console-details/project-settings/general/project-config-description-json-format/server-selector-json-format.md): Take a look at the example of the structure
- [Request selector (JSON format)](https://pango.gitbook.io/paas/console-details/project-settings/general/project-config-description-json-format/request-selector-json-format.md): Take a look at the example of the structure
- [Authentication methods](https://pango.gitbook.io/paas/console-details/project-settings/user-authentification-methods.md): Find out how to manage authentication methods of your project
- [Auth Plugin requirements](https://pango.gitbook.io/paas/console-details/project-settings/user-authentification-methods/auth-plugin-requirements.md): Description and requirements of a user authentication plugin.
- [Payment methods](https://pango.gitbook.io/paas/console-details/project-settings/user-payment-methods.md): Explore how to include paid functions (like no traffic limit) into your application
- [Supported payment methods](https://pango.gitbook.io/paas/console-details/project-settings/user-payment-methods/supported-payment-methods.md)
- [Payments Plugin requirements](https://pango.gitbook.io/paas/console-details/project-settings/user-payment-methods/custom-payments-plugin-requirements.md): Learn the description and requirements of the user payment plugin
- [VPN](https://pango.gitbook.io/paas/console-details/project-settings/vpn.md): Take a look on general and fine tune of virtual private network
- [General](https://pango.gitbook.io/paas/console-details/project-settings/vpn/general.md): Learn how to perform basic VPN configuration
- [VPN Bypass list](https://pango.gitbook.io/paas/console-details/project-settings/vpn/vpn-bypass-list.md): Configure domains available directly (without using VPN) by project users
- [Client Networks](https://pango.gitbook.io/paas/console-details/project-settings/vpn/client-networks.md): Take control on behavior of VPN connection according to the network you users are at the time in
- [Member](https://pango.gitbook.io/paas/console-details/project-settings/members.md): Find out how to add project members and grant them management privileges according to the role model
- [Export Data](https://pango.gitbook.io/paas/console-details/export-data.md): Learn how to get project data in CSV format for further processing or reporting
- [Log](https://pango.gitbook.io/paas/console-details/logs.md): Find out how to audit all your project changes; from project icon update to adding a new project member
- [Unified VPN SDK](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk.md)
- [Setup](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/setup.md)
- [Backend URL Configuration](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/setup/backend-url-configuration.md)
- [Usage](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/usage.md)
- [Unified SDK](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/usage/unified-sdk.md)
- [Single Protocol SDK](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/usage/single-protocol-sdk.md)
- [Features](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/features.md)
- [Custom SDK Dependencies](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/features/custom-sdk-dependencies.md)
- [Deferred VPN Service Initialization](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/features/deferred-vpn-service-initialization.md)
- [Authentication](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/features/authentication.md)
- [Retrieving Location Information](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/features/retrieving-location-information.md)
- [IPSec Protocol](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/features/ipsec-protocol.md)
- [Client Network List (CNL)](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/features/client-network-list-cnl.md)
- [Reconnection strategy](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/features/reconnection-strategy.md)
- [Killswitch](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/features/killswitch.md)
- [Personal Bridge](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/features/personal-bridge.md)
- [Optimal Location and Specific Locations](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/features/optimal-location-and-specific-locations.md)
- [MultiHop](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/features/multihop.md)
- [Domain Bypass](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/features/domain-bypass.md)
- [Domain route via VPN](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/features/domain-route-via-vpn.md)
- [Process Bypass](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/features/process-bypass.md)
- [Process Route via VPN](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/features/process-route-via-vpn.md)
- [Tunnel Vision and Tunnel Crack Prevention](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/tunnel-vision-and-tunnel-crack-prevention.md)
- [Unified VPN SDK Feature Comparison By Platform](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/unified-vpn-sdk-feature-comparison-by-platform.md): This page provides a comprehensive overview of the feature sets available for the Unified VPN SDK across different platforms, including Android, Apple, and Windows.
- [Security Best Practices](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk/security-best-practices.md)
- [Unified VPN SDK for Android](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android.md): Supports Hydra, OpenVPN, Wireguard protocols
- [Setup](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/setup.md)
- [Application Setup](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/setup/application-setup.md)
- [Proguard Rules, Notification, and Analytics Configurations](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/setup/configuration.md)
- [Backend URL Configuration](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/setup/backend-url-configuration.md)
- [Usage](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/usage.md)
- [Initialization](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/usage/initialization.md)
- [VPN Interface](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/usage/vpn-interface.md)
- [Backend interface](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/usage/backend-interface.md)
- [Unified SDK](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/usage/unified-sdk.md)
- [Single Protocol SDK](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/usage/single-protocol-sdk.md)
- [Features](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/features.md)
- [Authentication](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/features/authentication.md)
- [Hydra Protocol](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/features/hydra-protocol.md)
- [Location profile (Hydra only)](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/features/hydra-protocol/location-profile-hydra-only.md)
- [Custom SDK Dependencies](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/features/custom-sdk-dependencies.md)
- [Deferred VPN Service Initialization](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/features/deferred-vpn-service-initialization.md)
- [Client Network List (CNL)](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/features/cnl-list.md)
- [OpenVPN transport](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/features/openvpn-transport.md)
- [Wireguard Transport](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/features/wireguard-transport.md)
- [Reconnection strategy](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/features/reconnection-strategy.md)
- [Killswitch](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/features/killswitch.md)
- [Personal Bridge](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/features/personal-bridge.md)
- [Domain Bypass](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/features/domain-bypass.md)
- [Process Bypass](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/features/process-bypass.md)
- [Process route via VPN](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/features/process-route-via-vpn.md)
- [Traffic rules](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/features/traffic-rules.md)
- [VPN Node DNS Configuration](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/features/vpn-node-dns-configuration.md)
- [Multihop](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/features/multihop.md)
- [Optimal Location and Specific Locations](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/features/multihop/optimal-location-and-specific-locations.md)
- [Exceptions](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/exceptions.md)
- [Version migration](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/version-migration.md)
- [Changelog](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/changelog.md)
- [API Reference](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/api-reference.md)
- [Troubleshooting](https://pango.gitbook.io/paas/sdk/vpn-sdk-for-android/troubleshooting.md)
- [Unified VPN SDK for Apple](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple.md)
- [Setup](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/setup.md)
- [Application Setup](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/setup/application-setup.md)
- [Network Extension Setup](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/setup/network-extension-setup.md)
- [Application Extension Setup (iOS/macOS)](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/setup/network-extension-setup/application-extension-setup-ios-macos.md)
- [Application Extension Setup (tvOS)](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/setup/network-extension-setup/network-extension-setup-for-tvos.md)
- [System Extension Setup (macOS)](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/setup/network-extension-setup/system-extension-setup-for-macos.md)
- [Backend URL Configuration](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/setup/backend-url-configuration.md)
- [Usage](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/usage.md)
- [Unified SDK](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/usage/unified-sdk.md)
- [Single Protocol SDK](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/usage/single-protocol-sdk.md)
- [Logging](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/usage/logging.md)
- [Decoding Encoded VPN SDK Logs](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/usage/decoding-encoded-vpn-sdk-logs.md)
- [Analytics Configuration](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/usage/analytics-configuration.md)
- [Features](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/features.md)
- [Authentication](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/features/authentication.md)
- [Hydra Protocol](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/features/hydra-protocol.md)
- [Deferred VPN Service Initialization](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/features/deferred-vpn-service-initialization.md)
- [Wireguard Transport](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/features/wireguard-transport.md)
- [Reconnection strategy](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/features/reconnection-strategy.md)
- [Killswitch](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/features/killswitch.md)
- [Personal Bridge](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/features/personal-bridge.md)
- [Optimal Location and Specific Locations](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/features/optimal-location-and-specific-locations.md)
- [Domain Bypass](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/features/domain-bypass.md)
- [Domain route via VPN](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/features/domain-route-via-vpn.md)
- [Multihop](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/features/multihop.md)
- [Client Network List (CNL)](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/features/client-network-list-cnl.md)
- [Changelog](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/changelog.md)
- [API Reference](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/api-reference.md)
- [Troubleshooting](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-apple/troubleshooting.md)
- [Unified VPN SDK for Windows](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows.md)
- [Setup](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/setup.md)
- [Backend URL Configuration](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/setup/backend-url-configuration.md)
- [Service command line arguments](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/setup/service-command-line-arguments.md): UnifiedSDK service command line arguments with details
- [ARM Platform Support](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/setup/arm-platform-support.md)
- [Analytics Configuration](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/setup/analytics-configuration.md)
- [Netfilter Driver Security Best Practices](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/setup/netfilter-driver-security-best-practices.md)
- [Usage](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/usage.md)
- [Events](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/usage/events.md): All events that can be recieved from SDK service
- [Generating a Unique Device Identifier](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/usage/generating-a-unique-device-identifier.md)
- [Error processing](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/usage/error-processing.md): SDK can return error codes in response result, send ErrorOccurred/StateChanged events and throw SdkException.
- [Pipe Messaging](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/usage/pipe-messaging.md)
- [Unified SDK](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/usage/unified-sdk.md)
- [Single Protocol SDK](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/usage/single-protocol-sdk.md)
- [Features](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features.md)
- [Authentication](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/authentication.md)
- [Traffic protection](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/traffic-protection.md)
- [Killswitch](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/traffic-protection/killswitch.md)
- [Prevent IP Leaks](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/traffic-protection/prevent-ip-leaks.md): This module is used to block IPv6 and DNS requests outside the VPN tunnel.
- [Block Local Networks](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/traffic-protection/block-local-networks.md)
- [Broadcast Discovery](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/traffic-protection/broadcast-discovery.md)
- [Other](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/other.md)
- [Firewall](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/other/firewall.md): Code examples for configuring firewall settings (enable/disable, bypass domains/processes, Killswitch, DNS monitor) using FirewallRequest.
- [DNS Monitor](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/other/firewall/dns-monitor.md)
- [Domain Bypass](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/other/firewall/domain-bypass.md)
- [Domain route via VPN](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/other/firewall/domain-route-via-vpn.md)
- [Process Bypass](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/other/firewall/process-bypass.md)
- [Process route via VPN](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/other/firewall/process-route-via-vpn.md)
- [Deferred VPN Service Initialization](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/other/deferred-vpn-service-initialization.md)
- [Throttling](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/other/throttling.md): Throttling feature
- [Personal Bridge](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/other/personal-bridge.md)
- [Optimal Location and Specific Locations](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/other/optimal-location-and-specific-locations.md)
- [Common issues](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/other/common-issues.md): Common issues that can occur with the firewall and throttling features in the SDK, the underlying causes, and recommended solutions.
- [Hydra Protocol](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/hydra-protocol.md): Features that works only with Hydra protocol
- [CustomDNS, UserDNS, VpnProfiles](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/hydra-protocol/customdns-userdns-vpnprofiles.md)
- [MultiHop](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/hydra-protocol/multihop.md)
- [OpenVPN Protocol](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/openvpn-protocol.md)
- [Wireguard Protocol](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/wireguard-protocol.md)
- [Reconnection strategy](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/features/reconnection-strategy.md)
- [Collecting Debug Logs](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/collecting-debug-logs.md)
- [Changelog](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/changelog.md): All notable changes to this project will be documented in this file.
- [API Reference](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/api-reference.md)
- [Troubleshooting](https://pango.gitbook.io/paas/sdk/unified-vpn-sdk-for-windows/troubleshooting.md)
- [Partner API](https://pango.gitbook.io/paas/api/partner-api.md)
- [User Device](https://pango.gitbook.io/paas/api/partner-api/user-device.md)
- [User](https://pango.gitbook.io/paas/api/partner-api/user.md)
- [Limits](https://pango.gitbook.io/paas/api/partner-api/limits.md)
- [Unified VPN SDK demo for Apple](https://pango.gitbook.io/paas/sample-applications/unified-vpn-sdk-demo-for-apple.md): This is a demo application for Apple with basic usage of Unified VPN SDK.
- [Unified VPN SDK demo for Android](https://pango.gitbook.io/paas/sample-applications/anchorfree-hydra-vpn-sdk-demo-for-android.md): This is a demo application for Android with basic usage of Unified VPN SDK.
- [Unified VPN SDK demo for Windows](https://pango.gitbook.io/paas/sample-applications/unified-vpn-sdk-demo-for-windows.md)
- [Use cases](https://pango.gitbook.io/paas/resources/use-cases.md)
- [Public VPN](https://pango.gitbook.io/paas/resources/use-cases/public-vpn.md): Learn about VPN and a way of providing unlimited number of users with secure, fast, anonymous and unrestricted access to any website. You can create your own application and upload it anywhere.
- [Business VPN](https://pango.gitbook.io/paas/resources/use-cases/business-vpn.md): Learn about a private VPN plan that can be used only by a list of users you choose yourself.
- [Creating a Business VPN Project](https://pango.gitbook.io/paas/resources/use-cases/business-vpn/creating-business-vpn.md): Learn the steps to create a VPN project for a desired list of users.
- [Wi-Fi Security for Business](https://pango.gitbook.io/paas/resources/use-cases/business-vpn/wifi-security-for-business.md): Learn about features of a dedicated application to use with freshly created Business VPN project.
- [Application anti-blocking](https://pango.gitbook.io/paas/resources/use-cases/application-anti-blocking.md)
- [How-to](https://pango.gitbook.io/paas/resources/how-to.md)
- [Create a Firebase project for User Authentication](https://pango.gitbook.io/paas/resources/how-to/create-the-firebase-project-for-user-authentication.md)
- [AWS CloudFront Distribution of the Platform URL](https://pango.gitbook.io/paas/resources/how-to/aws-cloudfront-distribution.md): How to avoid blockage of backend.northghost.com domain
- [How can I get Shared Secret key from iTunes Connect for In-App Purchase](https://pango.gitbook.io/paas/resources/how-to/untitled.md): In the article further, we will talk about the shared secret key and the steps to get the shared secret key from iTunes Connect to control auto-renewal of in-app purchases in your applications
- [General](https://pango.gitbook.io/paas/faq/general.md)
- [VPN Platform Flow](https://pango.gitbook.io/paas/faq/general/vpn-platform-flow.md): The diagram shows all stages of interaction between a client application and the platform; from acquiring an authorization token to the creation of a VPN session with a particular node.
- [What data is collected by the Platform?](https://pango.gitbook.io/paas/faq/general/what-data-collect-the-platform.md): The article explains three types of data collected and gives detailed information on each.
- [What analytic data is collected by your SDK?](https://pango.gitbook.io/paas/faq/general/what-analytic-data-collect-your-sdk.md)
- [How the Platform restricts access to our data?](https://pango.gitbook.io/paas/faq/general/how-the-platform-restrict-access-to-our-data.md): We need to be assured that Platform can restrict access to our data, and is only used by our users. How will this be accomplished?
- [Why DNS Leak tests often indicate positive result?](https://pango.gitbook.io/paas/faq/general/why-dns-leak-tests-often-indicate-that-there-is-dns-leak.md)
- [Do we need to perform endpoint health checks?](https://pango.gitbook.io/paas/faq/general/do-we-need-to-perform-endpoint-health-checks.md)
- [How is the VPN exit node found?](https://pango.gitbook.io/paas/faq/general/how-is-the-vpn-exit-node-found.md)
- [How are streams re-marked if VPN is enabled/disabled on an active flow?](https://pango.gitbook.io/paas/faq/general/how-are-streams-re-marked-if-vpn-is-enabled-disabled-on-an-active-flow.md)
- [Is there a maximum number of supported devices?](https://pango.gitbook.io/paas/faq/general/is-there-a-maximum-number-of-supported-devices.md)
- [Are both IPv4 and IPv6 supported?](https://pango.gitbook.io/paas/faq/general/are-both-ipv4-and-ipv6-supported.md)
- [What is the MTU of the tunnel?](https://pango.gitbook.io/paas/faq/general/what-is-the-mtu-of-the-tunnel.md)
- [Are any redundancy measures in terms of reliability provided?](https://pango.gitbook.io/paas/faq/general/are-any-redundancy-measures-in-terms-of-reliability-provided.md)
- [Is there any load balancing?](https://pango.gitbook.io/paas/faq/general/is-there-any-load-balancing.md)
- [Do you block broadcast and multicast to/from the VPN?](https://pango.gitbook.io/paas/faq/general/do-you-block-broadcast-and-multicast-to-from-the-vpn.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://pango.gitbook.io/paas/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
