# Tech App

- [Prima di Cominciare](https://docs.ohmautomation.io/en/tech/prima-di-cominciare.md): Se siete alle prime armi, partite da questa guida passo-passo.
- [Collegamenti Base](https://docs.ohmautomation.io/en/tech/collegamenti-base.md): Questa guida ti permette di comprendere la configurazione e il cablaggio dei collegamenti più comuni.
- [Logica](https://docs.ohmautomation.io/en/tech/logica.md): Questa guida permette di comprendere le nozioni fondamentali, per la configurazione di espressioni logiche secondo i principi di "Se questo allora quello".
- [Interfaccia](https://docs.ohmautomation.io/en/tech/interfaccia.md)
- [Scorciatoie](https://docs.ohmautomation.io/en/tech/scorciatoie.md)
- [Utenti e Permessi](https://docs.ohmautomation.io/en/tech/utenti.md)
- [Integrazione con Shelly](https://docs.ohmautomation.io/en/tech/shelly.md): Qui viene descritto come connettere i principali dispositivi Shelly al sistema.
- [MQTT API](https://docs.ohmautomation.io/en/tech/mqtt-api.md): Qui viene descritto come connettere dispositivi di qualsiasi tipo, in grado di comunicare con il protocollo MQTT.
- [Ulteriori Approfondimenti](https://docs.ohmautomation.io/en/tech/altro.md)
- [Eliminazione Account](https://docs.ohmautomation.io/en/tech/eliminazione-account.md): Di seguito i passaggi per richiedere l'eliminazione dell'account.


---

# 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.ohmautomation.io/en/tech.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.
