# Other Functions

This section, which is grouped as other functions, will cover functions for different purposes.

## EXEC A COMMAND ON CMDLINE

#### ins.exec(String\[] command) <a href="#ins-exec-string-command" id="ins-exec-string-command"></a>

It is used to execute commands on the command line of the operating system on which the inSCADA Platform is running.

String \[] command: The string array in which the command line commands are written.

Return Value: Does not return any value.


---

# 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://inscada.gitbook.io/ins/en-1/programing/apis/other-functions.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.
