> For the complete documentation index, see [llms.txt](https://pango.gitbook.io/paas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pango.gitbook.io/paas/resources.md).

# Resources

- [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


---

# 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:

```
GET https://pango.gitbook.io/paas/resources.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.
