> For the complete documentation index, see [llms.txt](https://dev.ubidots.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.ubidots.com/ubifunctions.md).

# UbiFunctions

- [Getting started](https://dev.ubidots.com/ubifunctions/getting-started.md)
- [Creating an UbiFunction](https://dev.ubidots.com/ubifunctions/getting-started/creating-an-ubifunction.md): Step-by-step guide to creating a UbiFunction
- [Coding an UbiFunction](https://dev.ubidots.com/ubifunctions/getting-started/coding-an-ubifunction.md)
- [Testing an UbiFunction](https://dev.ubidots.com/ubifunctions/getting-started/testing-an-ubifunction.md): How to test-run your UbiFunction
- [Authentication](https://dev.ubidots.com/ubifunctions/getting-started/authentication.md)
- [Execution Time](https://dev.ubidots.com/ubifunctions/getting-started/execution-time.md)
- [Logs](https://dev.ubidots.com/ubifunctions/getting-started/logs.md)
- [Runtimes](https://dev.ubidots.com/ubifunctions/runtimes.md)
- [Python](https://dev.ubidots.com/ubifunctions/runtimes/python.md)
- [NodeJS](https://dev.ubidots.com/ubifunctions/runtimes/nodejs.md)
- [Custom runtimes](https://dev.ubidots.com/ubifunctions/runtimes/custom-runtimes.md)
- [Invocation](https://dev.ubidots.com/ubifunctions/invocation.md)
- [Time-based trigger](https://dev.ubidots.com/ubifunctions/invocation/time-based-trigger.md)
- [HTTPS](https://dev.ubidots.com/ubifunctions/invocation/https.md)
- [MQTT publish](https://dev.ubidots.com/ubifunctions/invocation/mqtt.md)
- [CoAP](https://dev.ubidots.com/ubifunctions/invocation/coap.md)
- [Ubidots event](https://dev.ubidots.com/ubifunctions/invocation/ubidots-event.md)
- [Advanced](https://dev.ubidots.com/ubifunctions/advanced.md)
- [Account token](https://dev.ubidots.com/ubifunctions/advanced/account-token.md)
- [Execution time](https://dev.ubidots.com/ubifunctions/advanced/execution-time.md)
- [Raw functions](https://dev.ubidots.com/ubifunctions/advanced/raw-functions.md)
- [CORS policy](https://dev.ubidots.com/ubifunctions/advanced/cors-policy.md)
- [Async execution](https://dev.ubidots.com/ubifunctions/advanced/async-execution.md)
- [Examples](https://dev.ubidots.com/ubifunctions/examples.md)
- [Specs and limits](https://dev.ubidots.com/ubifunctions/specs-and-limits.md)
- [Storage](https://dev.ubidots.com/ubifunctions/storage.md)
- [File storage API](https://dev.ubidots.com/ubifunctions/storage/file-storage-api.md): The Ubidots File Storage API enables account owners to securely upload, retrieve, manage, and delete files within UbiFunctions.
- [Multiple files](https://dev.ubidots.com/ubifunctions/storage/mutiple-files.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://dev.ubidots.com/ubifunctions.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.
