> For the complete documentation index, see [llms.txt](https://docs.pmem.io/ndctl-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pmem.io/ndctl-user-guide/v71/daxctl-man-pages.md).

# DAXCTL Man Pages

This section links to the online man pages:

* [daxctl](/ndctl-user-guide/v71/daxctl-man-pages/untitled-1.md) - Provides enumeration and provisioning commands for the Linux kernel Device−DAX facility
* daxctl-create-device - Create a devdax device
* daxctl-destroy-device - Destroy a devdax device
* daxctl-disable-device - Disables a devdax device
* daxctl-enable-device - Enable a devdax device
* [daxctl-list](/ndctl-user-guide/v71/daxctl-man-pages/untitled-2.md) - dump the platform Device−DAX regions, devices, and attributes in json
* [daxctl-migrate-device-model](/ndctl-user-guide/v71/daxctl-man-pages/daxctl-migrate-device-model.md) - Opt−in to the /sys/bus/dax device−model, allow for alternative Device−DAX instance drivers
* [daxctl-offline-memory](/ndctl-user-guide/v71/daxctl-man-pages/daxctl-offline-memory.md) - Offline the memory for a device that is in system−ram mode
* [daxctl-online-memory](/ndctl-user-guide/v71/daxctl-man-pages/untitled-3.md) - Online the memory for a device that is in system−ram mode
* [daxctl-reconfigure-device](/ndctl-user-guide/v71/daxctl-man-pages/daxctl-reconfigure-device.md) - Reconfigure a dax device into a different mode


---

# 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.pmem.io/ndctl-user-guide/v71/daxctl-man-pages.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.
