> For the complete documentation index, see [llms.txt](https://docs.ifreeq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ifreeq.com/developer/configure-in-platform/cloud-configuration/automate-the-smart-devices.md).

# Automate the Smart Devices

## Overview <a href="#title-0-overview" id="title-0-overview"></a>

The Tuya Smart platform allows you to select conditions that trigger smart scenarios and task settings. Selected functions will be displayed in the Tuya Smart App for you to configure.

## Procedure <a href="#title-1-procedure" id="title-1-procedure"></a>

### Step 1: Log in to the Tuya Smart platform, click Product, and select a product to configure. On the displayed page, click Cloud Configuration. <a href="#title-2-step-201-3a-20log-20in-20to-20the-20tuya-20smart-20platform-2c-20click-20product-2c-20and-20" id="title-2-step-201-3a-20log-20in-20to-20the-20tuya-20smart-20platform-2c-20click-20product-2c-20and-20"></a>

![](/files/-MC125wzUC71msMwGaeZ)

### Step 2: Click Settings next to Scenario connection settings. <a href="#title-3-step-202-3a-20click-20settings-20next-20to-20scenario-20connection-20settings." id="title-3-step-202-3a-20click-20settings-20next-20to-20scenario-20connection-20settings."></a>

![](/files/-MC129b5ug_Q1D-HJLDX)

### Step 3: Select triggering conditions and task settings as needed. <a href="#title-4-step-203-3a-20select-20triggering-20conditions-20and-20task-20settings-20as-20needed." id="title-4-step-203-3a-20select-20triggering-20conditions-20and-20task-20settings-20as-20needed."></a>

By default, all options are selected in development-free solutions. If you define a product function, select it on this page and click **Save**. To check the function, open the Tuya Smart app, tap **Smart**, add a scenario or action, and tap the product under **Control smart devices**. The function is displayed on the **Select Function** page.

![](/files/-MC12Dw2aoLNoyjgCCtI)

![](/files/-MC12OaNW--rt_g-JPzU)


---

# 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.ifreeq.com/developer/configure-in-platform/cloud-configuration/automate-the-smart-devices.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.
