# Introduction

Platform9 SMCP is a distributed system and, like any distributed system, can quickly get complicated. This section provides in-depth information on some tools and techniques you can use to troubleshoot.

Please read the [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/PEC/architecture-overview/README.md#Architecture) for more details on the overall layout before reading this section. This section is also organized into sections corresponding to the various components/services.

* [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/PEC/troubleshooting-the-management-plane/README.md) covers Troubleshooting for Platform9 Management Plane workstation
* [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/PEC/troubleshooting-a-cluster/README.md) covers the same for the In cluster components.
* [auto$](https://github.com/platform9/pcd-docs-gitbook/blob/main/PEC/support-bundles/README.md) covers what to collect before you call our support


---

# Agent Instructions: 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:

```
GET https://docs.platform9.com/self-managed-cloud-platform/5.13/docker-bench-security-script/troubleshooting-introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
