> For the complete documentation index, see [llms.txt](https://platform9.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://platform9.com/kb/generic/frequently-asked-questions.md).

# FREQUENTLY ASKED QUESTIONS

- [Platform9 Upgrades - Process and Impact](https://platform9.com/kb/generic/frequently-asked-questions/platform9-upgrades-process-and-impacts.md)
- [Does Platform9 Upgrade the OS Kernel?](https://platform9.com/kb/generic/frequently-asked-questions/does-platform9-upgrade-the-os-kernel.md)
- [Platform9 U/I Failing to Load or Loading Slowly](https://platform9.com/kb/generic/frequently-asked-questions/troubleshooting-ui-failing-to-load-or-loading-slowly.md)
- [Platform9 Support Scope](https://platform9.com/kb/generic/frequently-asked-questions/platform9-support-scope.md)
- [pf9-muster Service is in Dead State](https://platform9.com/kb/generic/frequently-asked-questions/pf9-muster-service-is-in-dead-state.md)
- [Get Support Bundle from Disconnected Host](https://platform9.com/kb/generic/frequently-asked-questions/get-bundle-from-disconnected-host.md)
- [Increased API calls To Qbert Causing High CPU Usage For Keystone Pods.](https://platform9.com/kb/generic/frequently-asked-questions/increased-api-calls-to-qbert-causing-high-cpu-usage-for-keystone.md)
- [How do I Block Access to the Platform9 Management Plane?](https://platform9.com/kb/generic/frequently-asked-questions/how-do-i-block-access-to-the-platform9-management-plane.md)
- [After Recovering From High DiskPressure, The Node Remains Disconnected To Platform9 Management Plane](https://platform9.com/kb/generic/frequently-asked-questions/after-recovering-from-high-diskpressure--the-node-remains-discon.md)
- [Ingress Controller Migration](https://platform9.com/kb/generic/frequently-asked-questions/ingress-controller-migration.md)
- [Infrastructure Maintenance - AMI Update](https://platform9.com/kb/generic/frequently-asked-questions/infrastructure-maintenance-ami-update.md)


---

# 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://platform9.com/kb/generic/frequently-asked-questions.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.
