# FunTest Commands

FunTest commands are FunTEST's built-in features to allow you to create test sequences with ease and the required functionality.

## Basics

Commands are defined in the Commad(Device) and Parameters column

• Command - define type of command\
• parameters - set additional command specific parameters

<figure><img src="/files/IjEqR5fXdLJJ8Jk1tPYr" alt=""><figcaption><p>#status command with parameters in a test file</p></figcaption></figure>

## Available FunTEST commands:

{% content-ref url="/pages/hx22bSDtrrDfxVGLC6uV" %}
[Operator Interface](/funtest-documentation/creating-test-sequence/funtest-commands/operator-interface.md)
{% endcontent-ref %}

{% content-ref url="/pages/tb1IuwOTrGvxj4egSuHc" %}
[Sequence Flow](/funtest-documentation/creating-test-sequence/funtest-commands/sequence-flow.md)
{% endcontent-ref %}

{% content-ref url="/pages/1UUsrY3clRhbVF3g92aW" %}
[Digital I/O](/funtest-documentation/creating-test-sequence/funtest-commands/digital-i-o.md)
{% endcontent-ref %}

{% content-ref url="/pages/EittCRMtXO5Bk34EUq0x" %}
[Test Result Export](/funtest-documentation/creating-test-sequence/funtest-commands/test-result-export.md)
{% endcontent-ref %}

{% content-ref url="/pages/AEh4j2DbkkwJbFRf69Z3" %}
[Printing](/funtest-documentation/creating-test-sequence/funtest-commands/printing.md)
{% endcontent-ref %}

{% content-ref url="/pages/ggAblPGzf3pdko4R9ko1" %}
[Other Commands](/funtest-documentation/creating-test-sequence/funtest-commands/other-commands.md)
{% endcontent-ref %}


---

# 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/funtest-commands.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.
