> 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/cloud/components.md).

# Components

- [Nodes](https://docs.pritunl.com/kb/cloud/components/nodes.md): Servers running Pritunl Cloud
- [Policies](https://docs.pritunl.com/kb/cloud/components/policies.md): Control user access to web console
- [Certificates](https://docs.pritunl.com/kb/cloud/components/certificates.md): SSL certificate storage with Lets Encrypt support
- [Secrets](https://docs.pritunl.com/kb/cloud/components/secrets.md): Storage for API keys or custom JSON formatted data
- [Organizations](https://docs.pritunl.com/kb/cloud/components/organizations.md): Resource groups for multi-tenant configurations
- [Datacenters](https://docs.pritunl.com/kb/cloud/components/datacenters.md): Groups of zones for regions that have local network connectivity
- [Zones](https://docs.pritunl.com/kb/cloud/components/zones.md): Groups of nodes in a region that have inter-dependent resources
- [Shapes](https://docs.pritunl.com/kb/cloud/components/shapes.md): Predefined instance types and sizes
- [IP Blocks](https://docs.pritunl.com/kb/cloud/components/blocks.md): Static IPv4 or IPv6 addresses used to assign instance external IP addresses
- [VPCs](https://docs.pritunl.com/kb/cloud/components/vpcs.md): Private networks and routing tables for instance communciation
- [Domains](https://docs.pritunl.com/kb/cloud/components/domains.md): Managed domains for assigning DNS records using DNS provider APIs
- [Load Balancers](https://docs.pritunl.com/kb/cloud/components/balancers.md): Node web server load balancer for instances
- [Storages](https://docs.pritunl.com/kb/cloud/components/storages.md): S3 or web based instance image storage
- [Images](https://docs.pritunl.com/kb/cloud/components/images.md): Public instance images or S3 stored images and snapshots
- [Plans](https://docs.pritunl.com/kb/cloud/components/plans.md): Plan statements that determine actions to take based on resource state
- [Disk Pools](https://docs.pritunl.com/kb/cloud/components/pools.md): LVM volume groups that can be shared between nodes in one zone
- [Disks](https://docs.pritunl.com/kb/cloud/components/disks.md): Instance disks either in qcow2 stored locally or LVM logical volumes
- [Instances](https://docs.pritunl.com/kb/cloud/components/instances.md): Virtual machine instances
- [Pods](https://docs.pritunl.com/kb/cloud/components/pods.md): Pritunl Cloud markdown spec defined resources
- [Firewalls](https://docs.pritunl.com/kb/cloud/components/firewalls.md): Firewalls for instances or nodes
- [Authorities](https://docs.pritunl.com/kb/cloud/components/authorities.md): SSH keys or SSH certificates that are configured on instances
- [Alerts](https://docs.pritunl.com/kb/cloud/components/alerts.md): Currently under development
- [Logs](https://docs.pritunl.com/kb/cloud/components/logs.md): Service logs from all nodes
- [Settings](https://docs.pritunl.com/kb/cloud/components/settings.md): Authentication settings
- [Subscription](https://docs.pritunl.com/kb/cloud/components/subscription.md): Optional license settings for paid subscription


---

# 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://docs.pritunl.com/kb/cloud/components.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.
