# 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: 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/sts/user/docker/host/details.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.
