# PropertyReader

The "PropertyReader" plugin allows you to fetch specific properties stored within your application, such as configurations, user details, or any custom settings. It's like having a handy assistant that fetches the information you need on demand.

### How to Use?

Drag the plugin into your API flow. Configure the plugin to select the specific property you want to retrieve. Determine the data types for the property values and use them within your API.<br>


---

# 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/propertyreader.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.
