# Examples

### Basic Examples

| Name                                                                                                                                                     | Description                                                                                              |
| -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| [Ingest sensor data using HTTP GET requests](https://help.ubidots.com/en/articles/1539718-use-ubifunction-to-ingest-sensor-data-using-http-get-requests) | Send sensor data in the URL parameters of an HTTPS GET request, parse it, and send it to the Ubidots API |

### LoRaWAN Network Servers

| Name                                                                                                                                                                                                | Description                                                                                                                                             |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Integrate your The Things Industries data with Ubidots using UbiFunctions](https://help.ubidots.com/en/articles/3975015-integrate-your-the-things-industries-data-with-ubidots-using-ubifunctions) | Learn how to integrate data from The Things Industries with Ubidots using UbiFunctions                                                                  |
| [Integrate your TTN data with Ubidots – Manual UbiFunction Setup](https://help.ubidots.com/en/articles/1866089-integrate-your-ttn-data-with-ubidots-manual-ubifunction-setup)                       | Learn how to integrate your The Things Network (TTN) account data with Ubidots using UbiFunctions to transform the payload and launch your IoT solution |

### IoT Integrations

| Name                                                                                                                                                                                           | Description                                                                                              |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| [UbiFunctions: Manage Downlink messages with Sigfox and Ubidots](https://help.ubidots.com/en/articles/2216553-ubifunctions-manage-downlink-messages-with-sigfox-and-ubidots)                   | Learn how to handle downlink messages from the Sigfox Backend with Ubidots                               |
| [UbiFunctions: Manage Uplink messages from the Sigfox Backend to Ubidots](https://help.ubidots.com/en/articles/2141802-ubifunctions-manage-uplink-messages-from-the-sigfox-backend-to-ubidots) | Learn how to integrate all the data received in your Sigfox Backend with Ubidots                         |
| [Connect a Sens'it to Ubidots using Sigfox over HTTP](https://help.ubidots.com/en/articles/2659361-connect-a-sens-it-to-ubidots-using-sigfox-over-http)                                        | Collect data using a Sens'it device version 2.1 and send it to your Ubidots account through UbiFunctions |
| [DIY Sigfox GPS asset tracking with Ubidots](https://help.ubidots.com/en/articles/1578342-diy-sigfox-gps-asset-tracking-with-ubidots)                                                          | Connect your Sigfox GPS asset tracking device to the Ubidots cloud                                       |

### Third-party integrations

| Name                                                                                                                                                                                                    | Description                                                                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| [UbiFunctions: Process/Parse data from 3rd party platforms](https://help.ubidots.com/en/articles/1513776-ubifunctions-process-parse-data-from-3rd-party-platforms)                                      | Learn how to use UbiFunctions to create your own API and gain access to data, APIs, and tools using HTTPS.                                          |
| [Connect an AmbientWeather Professional Weather Station (WS-2902A) to Ubidots](https://help.ubidots.com/en/articles/2954794-connect-an-ambientweather-professional-weather-station-ws-2902a-to-ubidots) | Learn how to set up your AmbientWeather Weather Station with the Ubidots IoT Development Platform to start monitoring indoor and outdoor conditions |
| [UbiFunctions: Integrate Google's Geolocation API with Ubidots](https://help.ubidots.com/en/articles/2133222-ubifunctions-integrate-google-s-geolocation-api-with-ubidots)                              | Learn how to integrate the Geolocation API from Google with Ubidots using UbiFunctions                                                              |


---

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