> 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/host/details.md).

# Details

This page provides information about the Docker host for the selected environment. The page is split into the following sections: Host Details, Engine Details, and (if enabled) PCI Devices and Physical Disks.

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

## Host Details

This section displays the host's basic configuration: hostname, OS details, kernel version, and total CPU and memory. For agent and Edge Agent environments, a disk usage breakdown is also shown. If the Portainer Agent is installed, [host management features](/sts/user/docker/host/setup.md#enable-host-management-features) are enabled, and a `/host` mount has been configured, you can also browse the host filesystem from here.

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

## Engine Details

Learn more about the Docker or Podman engine running on your environment, including the Docker/Podman version, the root directory, storage and logging drivers and available volume and network plugins.

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

## PCI Devices and Physical Disks

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

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

<figure><img src="/files/rvAgXO36opRVAzwfzBRq" 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/host/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.
