# PrivatePDM

The "PrivatePDM" plugin allows you to add a new attribute that is required in the API flow but is not necessarily present in the input or output attributes. This is a transient attribute that can be used within the API.

### How to Use?

Drag the PrivatePDM plugin into your API flow. Click **Add New Field** to create an attribute and define its attribute name and datatype in the Input and Output Configuration tabs.

### Use cases

Use private PDM to define an attribute that stores the job ID (a temporary value) of a job process.


---

# 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://help.reasy.ai/help/getting-started/workspace/tools/data-driven-plugins/data-sources/privatepdm.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.
