# Show Device Platform Configuration Data

Shows the platform configuration data for one or more persistent memory modules.

```
$ ipmctl show [OPTIONS] -dimm (DimmIds) -pcd (Config|LSA)
```

## **Targets**

* `-dimm (DimmIDs)`: Show the platform configuration data on specific modules by supplying the DIMM target and one or more comma-separated DimmIDs. The default is to display the platform configuration data for all manageable modules.
* `-pcd (Config|LSA)`: Restricts output to a specific partition of the platform configuration data. The default is to display both. One of:
  * `Config`: Configuration management information
  * `LSA`: Namespace label storage area

## **Examples**

Show the configuration information from the platform configuration data for all manageable modules

```
$ ipmctl show -dimm -pcd
```

Show the configuration information from the platform configuration data for module 0x0001

```
ipmctl show -dimm 0x0001 -pcd Config
```


---

# 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.pmem.io/ipmctl-user-guide/v1.x/debug/show-device-platform-configuration-data.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.
