> For the complete documentation index, see [llms.txt](https://docs.pritunl.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pritunl.com/kb/zero/general.md).

# General

- [Getting Started Web Service](https://docs.pritunl.com/kb/zero/general/pritunl-zero-service.md): Install and configure Pritunl Zero to secure internal web services
- [Getting Started SSH](https://docs.pritunl.com/kb/zero/general/pritunl-zero.md): Install and configure Pritunl Zero SSH certificates with two-factor authentication
- [Getting Started Bastion Server](https://docs.pritunl.com/kb/zero/general/getting-started-bastion-server.md)
- [Getting Started Host Certificates](https://docs.pritunl.com/kb/zero/general/getting-started-host.md): Configure Pritunl Zero host certificates and bastion SSH server
- [Authenticated Web VSCode Server](https://docs.pritunl.com/kb/zero/general/zero-vscode-web.md): Authenticated web vscode server with Pritunl Zero and VS Code Server
- [GitLab Demo](https://docs.pritunl.com/kb/zero/general/gitlab-demo.md): Pritunl Zero GitLab demo
- [Endpoint Monitoring](https://docs.pritunl.com/kb/zero/general/endpoint-monitoring.md): Configure endpoint monitoring
- [Docker Image](https://docs.pritunl.com/kb/zero/general/pritunl-zero-docker.md): Pritunl Zero Docker image
- [SSH Certificates](https://docs.pritunl.com/kb/zero/general/ssh-certificates.md): Configure SSH certificate authority
- [Client Certificates](https://docs.pritunl.com/kb/zero/general/client-certificates.md): Configure client certificate verification
- [Install SSH Client](https://docs.pritunl.com/kb/zero/general/ssh-client.md): Install Pritunl Zero SSH client
- [Install SSH Host Client](https://docs.pritunl.com/kb/zero/general/install-ssh-host-client.md): Install Pritunl Zero SSH host client
- [Bastion SSH Host](https://docs.pritunl.com/kb/zero/general/bastion-ssh-host.md): Configure SSH bastion host
- [Auto Route53 Configuration](https://docs.pritunl.com/kb/zero/general/auto-route53-configuration.md): Configure API access for automative Route53 configuration
- [Long Request Timeouts](https://docs.pritunl.com/kb/zero/general/long-request-timeouts.md): Increase timeouts for long requests
- [YubiKey U2F Secondary](https://docs.pritunl.com/kb/zero/general/u2f.md): Secondary authentication with U2F devices
- [YubiKey SSH](https://docs.pritunl.com/kb/zero/general/yubikey-ssh.md): Secure SSH with YubiKey Smart Card and U2F
- [Debugging](https://docs.pritunl.com/kb/zero/general/debugging-zero.md): Debugging Pritunl Zero


---

# 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.pritunl.com/kb/zero/general.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.
