# Guides

- [Python](https://docs.datacake.de/guides/python.md): How to connect a Python Script to Datacake
- [Send Slack Notifications](https://docs.datacake.de/guides/send-slack-notifications.md): Using our Rule Engine you can send Slack Notifications via Webhook
- [Forward Data to Cake Red](https://docs.datacake.de/guides/forward-data-to-cake-red.md): In this tutorial, we will show you how to pass data from all sensors in your workspace to Cake Red (or another Node Red).
- [Multiple Data Feeds](https://docs.datacake.de/guides/multiple-data-feeds.md): How to record data from third-party feeds on your LoRaWAN, MQTT or API devices by speaking directly to the Datacake API.
- [Ingesting JSON Data into Datacake API Devices](https://docs.datacake.de/guides/ingesting-json-data-into-datacake-api-devices.md): Discover How to Generate JSON Data for Ingestion into Datacake API Devices Using HTTP Calls, Node-RED or Other Methods, and Find the Right Payload Decoder.
- [Connecting Datacake to Notion Using Zapier](https://docs.datacake.de/guides/connecting-datacake-to-notion-using-zapier.md): Learn how to write IoT sensor data to a Notion table using Datacake Rule Engine and Zapier Webhook automation.
- [How to set up and use location on non-GPS devices](https://docs.datacake.de/guides/how-to-set-up-and-use-location-on-non-gps-devices.md): How to use and manually set location data on stationary devices that do not send location data collected via GPS or another tracking system.
- [How to integrate with AWS IoT Core](https://docs.datacake.de/guides/how-to-integrate-with-aws-iot-core.md)
- [Understanding Internal vs. External MQTT Brokers on Datacake](https://docs.datacake.de/guides/understanding-internal-vs.-external-mqtt-brokers-on-datacake.md): When to use internal vs. external MQTT brokers on Datacake. What are the pro and cons?
- [Sending UDP Messages between 1NCE OS and Datacake](https://docs.datacake.de/guides/sending-udp-messages-between-1nce-os-and-datacake.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.datacake.de/guides.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.
