# Set Operation

The first step is to choose the item on which the operation will be performed.

<div align="left"><img src="/files/2gPag50PeW1RIGMaj47r" alt="" width="300"></div>

Once the item is defined, you can click the **Choose Function** button and select the operation to execute.

{% hint style="info" %}
If you wish to perform the operation with a delay, you can set a timer. This configuration is very useful if other operations have been set up. For example, if you want a light to stay on for 30 seconds, you can configure a first operation to turn on the light, and a second operation to turn it off after a 30-second delay.
{% endhint %}


---

# 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/ios/guide/set-operation.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.
