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

# KB Home

<h2 align="center"><mark style="color:$primary;">Knowledge Base and Troubleshooting</mark></h2>

<mark style="color:$info;">Find solutions to common issues, troubleshooting guides, and best practices across Platform9 products. Search by topic or browse categories to quickly resolve issues.</mark>

### <mark style="color:$primary;">Private Cloud Director</mark>

<mark style="color:$info;">Find solutions to common issues, troubleshooting guides, and best practices for Private Cloud Director. Resolve VM, host, storage, and networking issues quickly.</mark>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><mark style="color:$primary;"><strong>Knowledge Base</strong></mark></td><td><p><mark style="color:$info;">Find solutions to common issues, troubleshooting steps, and best practices for Private Cloud Director.</mark> </p><p><mark style="color:$info;">Browse by category or search for specific topics.</mark></p></td><td><a href="/spaces/gS5sd4vj22OX40vo8NRR">/spaces/gS5sd4vj22OX40vo8NRR</a></td><td><a href="/files/ClJe8TYxSoF8i2Ylpw5y">/files/ClJe8TYxSoF8i2Ylpw5y</a></td></tr><tr><td><mark style="color:$primary;"><strong>Troubleshooting</strong></mark></td><td><mark style="color:$info;">Diagnose and resolve issues with service-specific debugging guides, log file locations, and step-by-step resolution paths.</mark></td><td><a href="/spaces/TQjCaA4VJPe4fuKElrXg">/spaces/TQjCaA4VJPe4fuKElrXg</a></td><td><a href="/files/VgwTUOwxggovB06J6bvX">/files/VgwTUOwxggovB06J6bvX</a></td></tr></tbody></table>

#### <mark style="color:$primary;">Other Platform 9 Products</mark>

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><mark style="color:$primary;"><strong>Managed Kubernetes</strong></mark></td><td><p><mark style="color:$info;">Find solutions to common issues, troubleshooting steps, and best practices for Platform9 Managed Kubernetes (PMK).</mark> </p><p><mark style="color:$info;">Resolve cluster, node, networking, and storage issues.</mark></p></td><td><a href="/spaces/zyQCMA9ICq40g4F8hWJi">/spaces/zyQCMA9ICq40g4F8hWJi</a></td><td><a href="/files/nbjlV0Zf4rEdC3Jpgtm3">/files/nbjlV0Zf4rEdC3Jpgtm3</a></td></tr><tr><td><mark style="color:$primary;"><strong>Self Managed Cloud Platform</strong></mark></td><td><p><mark style="color:$info;">Find solutions to common issues, troubleshooting guides, and best practices for Platform9 Self Managed  Cloud Platform.</mark> </p><p><mark style="color:$info;">Resolve installation, cluster, and air-gap deployment issues.</mark></p></td><td><a href="/spaces/SJ2fehV2zA1rEXsMqxrG">/spaces/SJ2fehV2zA1rEXsMqxrG</a></td><td><a href="/files/5k1UMJpBe4qrsD4W8jL6">/files/5k1UMJpBe4qrsD4W8jL6</a></td></tr><tr><td><mark style="color:$primary;"><strong>Managed OpenStack</strong></mark></td><td><p><mark style="color:$info;">Find solutions to common issues, troubleshooting steps, and best practices for Platform9 Managed OpenStack (PMO).</mark> </p><p><mark style="color:$info;">Resolve VM, networking, storage, and host issues.</mark></p></td><td><a href="/spaces/8o9pwjt91cVZOj58RUXj">/spaces/8o9pwjt91cVZOj58RUXj</a></td><td><a href="/files/2rAbzQXRtUTRZLsCGByK">/files/2rAbzQXRtUTRZLsCGByK</a></td></tr></tbody></table>

{% columns %}
{% column %}

<div align="left"><figure><img src="/files/dlLHYlWxoG4t0ef1thik" alt="" width="563"><figcaption></figcaption></figure></div>

&#x20; &#x20;
{% endcolumn %}

{% column %} <mark style="color:$primary;">**Platform9 Generic**</mark>

<mark style="color:$info;">Find solutions to common issues, troubleshooting steps, and best practices for Platform9 products. Resolve authentication, deployment, configuration, and connectivity issues.</mark>

<a href="/spaces/QM0xDokARgDhhtesMRUM" class="button secondary">Learn More</a>
{% endcolumn %}
{% endcolumns %}


---

# 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/kb-home.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.
