> For the complete documentation index, see [llms.txt](https://docs.portainer.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.portainer.io/sts/user/docker/swarm/details.md).

# Details

This page provides information about the Docker Swarm cluster for the selected environment. The page is split into the following sections: Cluster status and Nodes, with clicking a node name taking you to the Node overview for that node.

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

## Cluster status

This section describes the cluster's basic configuration, including the number of nodes, the Docker API version, and the total CPU and memory available. A link to the [cluster visualizer](/sts/user/docker/swarm/cluster-visualizer.md) is also included.

<figure><img src="/files/8y2npCfaXruYSVNuMY7G" alt=""><figcaption></figcaption></figure>

## Nodes

Lists all of the nodes in the cluster along with a summary of each node, including:

* The role of the node.
* The number of CPUs and memory available on the node.
* The Docker Engine version running on the node.
* The node's IP address.
* The status and availability of the node.

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

Clicking on an individual node's name will take you to an overview page for that node.

## Node overview

### Host Details

This section describes the node's basic configuration, including the hostname, OS information, and total CPU and memory.

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

### Engine Details

Information such as the Docker version and the available volume and network plugins helps you to understand more about the Docker engine running on your node.

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

### PCI Devices and Physical Disks

These sections list the available PCI devices and physical disks on the node.

{% hint style="info" %}
These sections are only visible when [host management features](/sts/user/docker/swarm/setup.md#host-and-filesystem) are enabled for the cluster.
{% endhint %}

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

### Node Details

Here you'll find details about the node's configuration as part of the cluster. You can view the role, set the availability status of the node, view the current status and apply labels to the node.

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


---

# 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://docs.portainer.io/sts/user/docker/swarm/details.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.
