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

# Administration

- [Cluster settings](https://docs.perfectscale.io/administration/cluster-settings.md): Review or edit the settings of the onboarded cluster
- [PerfectScale Operator](https://docs.perfectscale.io/administration/perfectscale-operator.md): Explore the PerfectScale agent installation and upgrade management system.
- [Prerequisites for the upgrade modes](https://docs.perfectscale.io/administration/perfectscale-operator/prerequisites-for-the-upgrade-modes.md): Learn about prerequisites for the upgrade modes.
- [Understanding PerfectScale Operator CRD](https://docs.perfectscale.io/administration/perfectscale-operator/understanding-perfectscale-operator-crd.md)
- [User management](https://docs.perfectscale.io/administration/user-management.md): A brief guide on how to invite more users and collaborate with your team
- [RBAC | Roles and permissions](https://docs.perfectscale.io/administration/rbac-or-roles-and-permissions.md): Explore user roles and their associated permissions
- [Subscription details](https://docs.perfectscale.io/administration/subscription-details.md): A detailed overview of your PerfectScale license, including the current Plan, start and expiration dates, and vCPU consumption
- [Security](https://docs.perfectscale.io/administration/security.md): Learn more about security measurements PerfectScale provides
- [MFA](https://docs.perfectscale.io/administration/security/mfa.md): The step-by-step guide for adding MFA
- [SSO](https://docs.perfectscale.io/administration/security/sso.md): The step-by-step guide for adding SSO
- [Agent RBAC Permissions](https://docs.perfectscale.io/administration/security/agent-rbac-permissions.md): Explore permissions PerfectScale Agent requires to provide the service
- [psc-autoscaler RBAC Permissions](https://docs.perfectscale.io/administration/security/psc-autoscaler-rbac-permissions.md): Explore permissions PerfectScale Automation Agent requires to provide the service
- [ps-exporter via Proxy Configuration](https://docs.perfectscale.io/administration/security/ps-exporter-via-proxy-configuration.md): Instructions on how to connect the PerfectScale agent via proxy
- [PerfectScale Prometheus Exporter](https://docs.perfectscale.io/administration/perfectscale-prometheus-exporter.md): The PerfectScale Prometheus Exporter seamlessly integrates PerfectScale insights into your existing monitoring and alerting infrastructure
- [Help Center](https://docs.perfectscale.io/administration/help-center.md): Explore Help Center - all the support and resources you need are available here!


---

# 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/administration.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.
