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

# How to use

- [Install WireGuard](https://qubitvpn.gitbook.io/qubitvpn-docs/how-to-use/install-wireguard.md)
- [How to use the Free Plan](https://qubitvpn.gitbook.io/qubitvpn-docs/how-to-use/how-to-use-the-free-plan.md)
- [How to use the Basic/Standard Plans](https://qubitvpn.gitbook.io/qubitvpn-docs/how-to-use/how-to-use-the-basic-standard-plans.md)
- [How to use the Premium Plan](https://qubitvpn.gitbook.io/qubitvpn-docs/how-to-use/how-to-use-the-premium-plan.md)
- [Add WireGuard Configuration](https://qubitvpn.gitbook.io/qubitvpn-docs/how-to-use/how-to-use-the-premium-plan/add-wireguard-configuration.md)
- [Client Dashboard Under Premium Plan](https://qubitvpn.gitbook.io/qubitvpn-docs/how-to-use/how-to-use-the-premium-plan/client-dashboard-under-premium-plan.md)
- [Add WireGuard Configuration Peers](https://qubitvpn.gitbook.io/qubitvpn-docs/how-to-use/how-to-use-the-premium-plan/add-wireguard-configuration-peers.md)
- [Email Service](https://qubitvpn.gitbook.io/qubitvpn-docs/how-to-use/how-to-use-the-premium-plan/email-service.md)
- [Webhooks](https://qubitvpn.gitbook.io/qubitvpn-docs/how-to-use/how-to-use-the-premium-plan/webhooks.md)
- [How to use the Plesk Plan](https://qubitvpn.gitbook.io/qubitvpn-docs/how-to-use/how-to-use-the-plesk-plan.md)
- [Allow Incoming Port Connection](https://qubitvpn.gitbook.io/qubitvpn-docs/how-to-use/allow-incoming-port-connection.md): The port for your service needs to be open on your computer. Don’t worry, you don’t need to touch your router, your home network will still be protected.
- [How to use a QubitVPN profile as just a tunnel (without VPN)](https://qubitvpn.gitbook.io/qubitvpn-docs/how-to-use/how-to-use-a-qubitvpn-profile-as-just-a-tunnel-without-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 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://qubitvpn.gitbook.io/qubitvpn-docs/how-to-use.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.
