# Cluster visualizer

{% hint style="info" %}
This feature is only available to Docker Swarm environments.
{% endhint %}

The **Cluster visualizer** section gives you an overview of your cluster and the tasks on it.

## Cluster information

View the details about the cluster including the number of nodes, services and tasks. You can also adjust the visualizer display.

<figure><img src="/files/6kJ95VqsQs27neZnJqPh" alt=""><figcaption></figcaption></figure>

### Options

**Only display running tasks** filters the task list in the visualizer to only include running tasks.&#x20;

**Display node labels** toggles the display of labels on the nodes in the visualizer.

### Refresh

Use this option to define the refresh rate of the visualizer (the default is every 5 seconds).

## Cluster visualizer

The **Cluster visualizer** section gives you a visual representation of the nodes in your cluster and the tasks on each node.&#x20;

<figure><img src="/files/BRtRl4OHnKbQHCUqQg7y" alt=""><figcaption></figcaption></figure>


---

# 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.portainer.io/user/docker/swarm/cluster-visualizer.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.
