# Provision App Direct

Creates a memory allocation goal for App Direct in either one fully interleaved region, or non-interleaved, meaning one region per module.

## **Examples**

Configures all the PMem module capacity in AppDirect mode with all modules in an interleaved set:

```
$ ipmctl create -goal PersistentMemoryType=AppDirect
```

Configures all the PMem module capacity in AppDirect mode with all modules in an interleaved set:

```
$ ipmctl create -goal PersistentMemoryType=AppDirectNotInterleaved
```

Configures the PMem module capacity across the entire system with 50% in AppDirect (Interleaved) and 50% reserved:

```
ipmctl create -goal PersistentMemoryType=AppDirect Reserved=50
```

Create an Interleaved AppDirect goal using all modules in Socket0:

```
$ ipmctl create -goal -socket 0x0000 PersistentMemoryType=AppDirect
```


---

# 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/provisioning/provision-app-direct.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.
