> For the complete documentation index, see [llms.txt](https://funtest-1.gitbook.io/funtest-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://funtest-1.gitbook.io/funtest-documentation/creating-test-sequence/calling-device-plugin.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://funtest-1.gitbook.io/funtest-documentation/creating-test-sequence/calling-device-plugin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
