# Start Here

## Frequently Asked Questions

### 1. My Cluster is not accessible

#### Check cluster status

{% content-ref url="../how-to/get-cluster-status" %}
[get-cluster-status](https://docs.kubemq.io/how-to/get-cluster-status)
{% endcontent-ref %}

#### Check cluster logs

{% content-ref url="../how-to/get-cluster-logs" %}
[get-cluster-logs](https://docs.kubemq.io/how-to/get-cluster-logs)
{% endcontent-ref %}

### 2. Cannot scale my cluster to more than 3 pods

KubeMQ community edition limits the cluster size to 3 pods

### 3. My cluster stop working when i scaled down to one pod

KubeMQ cluster need at least 2 pods to run in order to allow traffic to be processed.

Check out&#x20;

{% content-ref url="../learn/cluster-scale" %}
[cluster-scale](https://docs.kubemq.io/learn/cluster-scale)
{% endcontent-ref %}


---

# 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.kubemq.io/troubleshooting/start-here.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.
