# Additional Helpers

- [External Libraries](https://docs.iotify.io/additional-helpers/external-libraries.md): IoTIFY supports importing additional libraries and scripts to make your life easier
- [Inbuilt Libraries](https://docs.iotify.io/additional-helpers/inbuilt-libraries.md): A summary of external helper libraries available in the tests
- [IoTIFY Helper Functions](https://docs.iotify.io/additional-helpers/iotify-helpers.md): There are several helper functions and libraries provided by IoTIFY which help you simulate your solutions faster.
- [Job Functions](https://docs.iotify.io/additional-helpers/iotify-helpers/job-functions.md)
- [Messaging Functions](https://docs.iotify.io/additional-helpers/iotify-helpers/messaging-functions.md)
- [Glob Functions](https://docs.iotify.io/additional-helpers/iotify-helpers/glob-functions.md)
- [Metrics Functions](https://docs.iotify.io/additional-helpers/iotify-helpers/metrics-functions.md)
- [Mailbox Functions](https://docs.iotify.io/additional-helpers/iotify-helpers/mailbox-functions.md)
- [Data Generation Functions](https://docs.iotify.io/additional-helpers/iotify-helpers/data-generation-functions.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.iotify.io/additional-helpers.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.
