# MethodInvoker

The "MethodInvoker" plugin enables you to call any other API available within the app and use the obtained response in the current API. You can pick a method, enter input parameters, and run it.&#x20;

You can use it to call an API and get data for your current API.

#### How to Use?

Simply drag and drop the plugin onto your app's canvas. Select the entity and the method to invoke in your app's workflow. Configure the necessary parameters, and there you go.

#### Use cases

This can be used to communicate the same response across multiple interactions with your app. For example, sending the same communication for different interactions, such as submitting a new form or creating an FD, and others.


---

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