# Scripts

- [Overview](https://docs.monokot.io/scripts/overview.md)
- [Expression](https://docs.monokot.io/scripts/expression.md)
- [Parameters](https://docs.monokot.io/scripts/expression/parameters.md)
- [Import & Export](https://docs.monokot.io/scripts/expression/import-and-export.md)
- [Go Online](https://docs.monokot.io/scripts/expression/go-online.md)
- [Programming Examples](https://docs.monokot.io/scripts/programming-examples.md)
- [How to: Calculate Arithmetic Mean](https://docs.monokot.io/scripts/programming-examples/how-to-calculate-arithmetic-mean.md)
- [How to: DoNothing](https://docs.monokot.io/scripts/programming-examples/how-to-donothing.md)
- [How to: Writing to Tag](https://docs.monokot.io/scripts/programming-examples/how-to-writing-to-tag.md)
- [How to: Inverting Bits](https://docs.monokot.io/scripts/programming-examples/how-to-inverting-bits.md)
- [How to: Execute SQL](https://docs.monokot.io/scripts/programming-examples/how-to-execute-sql.md)
- [How to: Run Ping](https://docs.monokot.io/scripts/programming-examples/how-to-run-ping.md)
- [How to: Do Simulation](https://docs.monokot.io/scripts/programming-examples/how-to-do-simulation.md)
- [How to: String Formatting](https://docs.monokot.io/scripts/programming-examples/how-to-string-formatting.md)
- [How to: OPC UA Method](https://docs.monokot.io/scripts/programming-examples/how-to-opc-ua-method.md)
- [How to: Initialize Device Settings from File](https://docs.monokot.io/scripts/programming-examples/how-to-initialize-device-settings-from-file.md)
- [API](https://docs.monokot.io/scripts/api.md)
- [Bundle](https://docs.monokot.io/scripts/api/bundle.md)
- [BundlePair](https://docs.monokot.io/scripts/api/bundlepair.md)
- [Context](https://docs.monokot.io/scripts/api/context.md)
- [DataMap](https://docs.monokot.io/scripts/api/datamap.md)
- [DataMapPair](https://docs.monokot.io/scripts/api/datamappair.md)
- [DataTriggerInfo](https://docs.monokot.io/scripts/api/datatriggerinfo.md)
- [Expression](https://docs.monokot.io/scripts/api/expression.md)
- [MosCrypto](https://docs.monokot.io/scripts/api/moscrypto.md)
- [MosDirectories](https://docs.monokot.io/scripts/api/mosdirectories.md)
- [MosFiles](https://docs.monokot.io/scripts/api/mosfiles.md)
- [MosOdbc](https://docs.monokot.io/scripts/api/mosodbc.md)
- [MosOdbcReader](https://docs.monokot.io/scripts/api/mosodbcreader.md)
- [MosProcess](https://docs.monokot.io/scripts/api/mosprocess.md)
- [MosProcessExecuteResult](https://docs.monokot.io/scripts/api/mosprocessexecuteresult.md)
- [MosText](https://docs.monokot.io/scripts/api/mostext.md)
- [MosUtils](https://docs.monokot.io/scripts/api/mosutils.md)
- [ValueState](https://docs.monokot.io/scripts/api/valuestate.md)


---

# 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.monokot.io/scripts.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.
