> For the complete documentation index, see [llms.txt](https://docs.perfectscale.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/getting-started.md).

# Getting Started

- [Overview](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/getting-started/overview.md): Explore how to set up PerfectScale self-hosted solution and start optimizing your Kubernetes environment
- [Cluster prerequisites](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/getting-started/cluster-prerequisites.md): Prerequisites for the PerfectScale provisioner in a self-hosted Kubernetes environment
- [Provisioner installation](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/getting-started/provisioner-installation.md): Installation guide for PerfectScale Provisioner in a self-hosted Kubernetes environment
- [Provisioner installation with FluxCD](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/getting-started/provisioner-installation-with-fluxcd.md): Learn how to install PerfectScale provisioner with FluxCD with this comprehensive guide
- [Provisioner installation with Registry Override](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/getting-started/provisioner-installation-with-registry-override.md): Learn how to install PerfectScale provisioner with Registry Override
- [Provisioner installation with Managed Postgres](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/getting-started/provisioner-installation-with-managed-postgres.md): Learn how to install PerfectScale provisioner with Managed Postgres with this comprehensive guide
- [How to onboard a cluster](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/getting-started/how-to-onboard-a-cluster.md): Step-by-step guide on how to onboard your first cluster and start optimizing within a few minutes
- [Onboarding clusters programmatically](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/getting-started/onboarding-clusters-programmatically.md): Learn how to set up dynamic clusters provisioning with this step-by-step tutorial
- [Installing exporter with ArgoCD](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/getting-started/installing-exporter-with-argocd.md): Learn how to install PerfectScale exporter with ArgoCD with this comprehensive guide
- [Updating PerfectScale Agent resources](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/getting-started/updating-perfectscale-agent-resources.md): Learn how to update PerfectScale Agent resources
- [Re-onboarding a cluster](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/getting-started/re-onboarding-a-cluster.md): Learn how to re-upload your Kubernetes cluster, ensuring its data continuation


---

# 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.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/getting-started.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.
