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

# TUTORIALS

- [App Templates](https://docs.heisenware.com/tutorials/app-templates.md)
- [Your First Heisenware App](https://docs.heisenware.com/tutorials/app-templates/your-first-heisenware-app.md): Copy the app from our demo and learn how to build faster with Heiseware.
- [CRUD Operations with the Data Grid](https://docs.heisenware.com/tutorials/app-templates/crud-operations-with-the-data-grid.md)
- [Automating PDF Reports](https://docs.heisenware.com/tutorials/app-templates/automating-pdf-reports.md)
- [Minimal Photo Upload](https://docs.heisenware.com/tutorials/app-templates/minimal-photo-upload.md)
- [Write images from app to local server](https://docs.heisenware.com/tutorials/app-templates/write-images-from-app-to-local-server.md): This tutorial explains how to share images taken inside an app with a local server or PC using the photo widget, an agent and the writeBufferToFile function.
- [Integration Guides](https://docs.heisenware.com/tutorials/integration-guides.md)
- [Connectivity setup guide](https://docs.heisenware.com/tutorials/integration-guides/connectivity-setup-guide.md): Use this guide to determine the best way to connect your data sources to Heisenware. Follow the questions below and click the links to navigate to the exact setup that fits your use case.
- [Connect from Arduino via MQTT](https://docs.heisenware.com/tutorials/integration-guides/connect-from-arduino-via-mqtt.md)
- [Connect an External MQTT Client](https://docs.heisenware.com/tutorials/integration-guides/connect-an-external-mqtt-client.md): This guide explains how to connect an external MQTT client to your Heisenware tenant. You will learn to send data to Heisenware and receive data from Heisenware via MQTT.
- [Connect Heidenhain CNC with OPC UA Support](https://docs.heisenware.com/tutorials/integration-guides/connect-heidenhain-cnc-with-opc-ua-support.md): In this tutorial you will learn how to integrate a Heidenhain controlled CNC machine and use it in your app.
- [On-Premise Installation](https://docs.heisenware.com/tutorials/on-premise-installation.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, and the optional `goal` query parameter:

```
GET https://docs.heisenware.com/tutorials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
