> 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/enable-automation.md).

# Enable Automation

- [Introduction to automation](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/enable-automation/introduction-to-automation.md): Continuously enhance performance and resiliency, optimize resource utilization, minimize waste, and streamline the management of your Kubernetes infrastructure with PerfectScale Automation
- [Automation setup instruction](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/enable-automation/automation-setup-instruction.md): Set up PerfectScale Automation in minutes and start seeing instant optimization results with just a few simple steps
- [Including a cluster, namespace, or workload to the Automation](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/enable-automation/including-a-cluster-namespace-or-workload-to-the-automation.md): Learn how to effortlessly include a cluster, namespace, or workload into your Automation configuration
- [Configuring Automation for a cluster](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/enable-automation/including-a-cluster-namespace-or-workload-to-the-automation/configuring-automation-for-a-cluster.md): Learn how to apply Automation to all workloads within the cluster effortlessly
- [Configuring Automation for a namespace](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/enable-automation/including-a-cluster-namespace-or-workload-to-the-automation/configuring-automation-for-a-namespace.md): Learn how to apply Automation to all workloads within the namespace effortlessly
- [Configuring Automation for a workload](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/enable-automation/including-a-cluster-namespace-or-workload-to-the-automation/configuring-automation-for-a-workload.md): Learn how to effortlessly automate the right-sizing of the specific workloads
- [Excluding a namespace or workload from the Automation](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/enable-automation/excluding-a-namespace-or-workload-from-the-automation.md): Learn how to effortlessly exclude a cluster, namespace, or workload from your Automation configuration
- [Rollout-aware Automation](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/enable-automation/rollout-aware-automation.md): Explore how PerfectScale’s rollout-aware automation syncs continuous optimization with continuous deployment, ensuring safe optimization across advanced K8s
- [Automation customization](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/enable-automation/automation-customization.md): Learn how to customize your Automation setup
- [Verifying Automation status](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/enable-automation/verifying-automation-status.md): Verify the status of Automation to ensure it is running properly
- [In-place workload right-sizing](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/enable-automation/in-place-workload-right-sizing.md): Autonomous workload optimization without restarts
- [Injected containers handling](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/enable-automation/injected-containers-handling.md): Explore PerfectScale’s approach to handling injected (immutable) containers
- [Exploring Automation KPIs](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/enable-automation/exploring-automation-kpis.md): Automation performance evaluation offers insights into automation-driven actions, highlighting their impact on resource optimization and overall efficiency
- [Disable automation](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/enable-automation/disable-automation.md): Learn how to disable Automation
- [Automation troubleshooting](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/enable-automation/automation-troubleshooting.md): Guidance for diagnosing and resolving common issues
- [Automation with GitOps](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/enable-automation/automation-with-gitops.md): A quick guide on how to seamlessly integrate PerfectScale with your GitOps solutions


---

# 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/enable-automation.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.
