# Siri

On iOS, you can create custom voice commands to execute *Shortcuts*. It's also possible to combine actions from different apps and services to create more complex routines.

To configure voice commands with *Siri*, there are two ways:

* From the [OHMe](https://apps.apple.com/it/app/ohme-domotica-chiarini/id1038355474) app
* From the [Shortcuts](https://apps.apple.com/it/app/comandi/id1462947752) app

### OHMe

To create voice commands from the *OHMe* app, access the *Shortcuts* page, then press the three dots in the top right corner and click on *Edit Configuration*.

Once configuration mode is enabled, you can click the three dots on the shortcut of interest, then select *Add to Siri*.

The opened screen allows you to modify the voice command to make it easier and more natural to pronounce.

{% hint style="info" %}
The generated commands will be usable on all devices (iPhone, iPad, Mac, HomePod, etc.) connected to the same Apple account.
{% endhint %}

### Shortcuts

You can also create voice commands from the *Shortcuts* app, and in this case, you can add additional actions to the command, even from different apps and services.

{% embed url="<https://apps.apple.com/it/app/comandi/id1462947752>" %}
Shortcuts App Link
{% endembed %}

{% embed url="<https://www.icloud.com/shortcuts/0439be2dcbfb4b71be87518d9341cbe3>" %}
Example of a Shortcut
{% endembed %}


---

# 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/voice-control/siri.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.
