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

# Console details

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


---

# 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/console-details.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.
