# Calling Device Plugin

To be able to use a plugin within your test sequence follow these steps:

1. Configure the plugin so the device is recognized by FunTEST. The setting for each plugin can be accessed here [Plugin Overview](/funtest-documentation/funtest-plugins/plugin-overview.md)<br>

   <figure><img src="/files/ssPTQZbB0Wlg0k5EbNbH" alt=""><figcaption><p>Plugin Admin View</p></figcaption></figure>

2. Next make the plugin available in the test station setting for your project and select appropriate alias. Alias is how you will be addressing you device within your sequence (device column)<br>

   <figure><img src="/files/asRyz4W3QRbdupJujSIP" alt=""><figcaption><p>Test Station Setting</p></figcaption></figure>

3. Within your test sequence use your device alias and command that is recognized by the specific plugin\ <br>

   <figure><img src="/files/YyYJREd0Xb3Oa4b36NvH" alt=""><figcaption><p>Measuring voltage using DMM within a test sequence</p></figcaption></figure>

4. After a plugin step is executed result will be displayed in the Return Value cell

{% hint style="info" %}
Each plugin has its dedicated commands. Refer to [Plugin Overview](/funtest-documentation/funtest-plugins/plugin-overview.md) for more details
{% endhint %}


---

# 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://funtest-1.gitbook.io/funtest-documentation/creating-test-sequence/calling-device-plugin.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.
