# Test

## Description

You can test the Action by providing a sample input and simulate running the flow under testing environment.

## How to use

1. Open the **Test** tab.
2. To provide the input, you can select Query or Body sub-tab. Note that you may insert both at the same time, and they will only be available after the corresponding Query/Body is configured before. ![](/files/Pg4zEnFb5CqIc8eLkZRb)
3. Select **Run** to start testing the Action.
4. After the Action Flow finished executing, the returned Result will be shown on the **Result** tab of the output window. ![](/files/e7FxeqWhHxq6xaUFDFES)
5. Log output from `Log.write`, errors and other status information can be viewed under the **Log** tab. ![](/files/ELmLNy5gJkWe8malVsqu)


---

# 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://docs.emobiq.com/emobiq-server/002-api/009-test.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.
