> 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/enable-toggles-on-app.md).

# Enable Toggles on App

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

The Tuya Smart platform supports quick toggle settings and common function settings.

* Quick toggle settings have two options, and you can select either of them to enable quick switch control. After you complete the quick toggle setting for a product on the platform, a switch button will be displayed with the product in the Tuya Smart app, which allows you to quickly switch the product on or off. In addition, you can add the product to the widget area on the home screen for easy control.
* Common function settings have multiple options, and you can select a maximum of four of them. After you complete the common function settings for a product on the platform, the function buttons will be displayed in a collapsible box with the product in the Tuya Smart app, which allows you to quickly invoke the functions.

## 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/-MC11Pa8lOkVkxyo1RdA)

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

![](/files/-MC11UQjgdkZBKdU_6AM)

### Step 3: Select a switch under Quick toggle settings. An available button for the switch will be displayed with the product in the Tuya Smart app. <a href="#title-4-step-203-3a-20select-20a-20switch-20under-20quick-20toggle-20settings.-20an-20available-20bu" id="title-4-step-203-3a-20select-20a-20switch-20under-20quick-20toggle-20settings.-20an-20available-20bu"></a>

![](/files/-MC11Zg3tFkGORJ05hC2)

The switch displayed in the Tuya Smart app:

![](/files/-MC11cVNg1Y1PEBf3J36)

The product added to the widget area:

![](/files/-MC11gB7FZrwQwPKlKra)

To enable easy access to common functions of the product, select the functions under **Common functions settings**. Available buttons for the functions will be displayed in a collapsible box with the product in the Tuya Smart app.

![Enable Toggles on App](https://images.tuyacn.com/smart/aircondition/toggle3.png)

<br>

![Enable Toggles on App](https://images.tuyacn.com/smart/aircondition/toggle4.png)


---

# 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/enable-toggles-on-app.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.
