> 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/manage-alarms.md).

# Manage Alarms

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

Alarms are a type of product notifications. The Tuya Smart platform allows you to specify product alarm conditions for real-time monitoring of product status. If the value of a function exceeds the allowed range or some real-time information about a running product needs to be sent to users, the Tuya Smart App immediately notifies the users, ensuring proper running of the product.

## 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**.

![](/files/-MC0znBBMKbekccXqxFv)

Step 2: Click **Settings** next to **Alarms Management**.

![](/files/-MC0zsu7AlbVGDm6321W)

Step 3: Click **New Trigger**. On the displayed page, specify the alarm name and content, and set the triggering method and mode, alarm severity, notified target, and alarm method.&#x20;

![Manage Alarms](https://images.tuyacn.com/smart/aircondition/alarm3.png)

![](/files/-MC1-CMI8SYrx7_vMxVi)

![](/files/-MC1-HEhigrDFH13IsH_)

Step 4: To configure an alarm in a language other than Chinese or English, click **More languages**. Confirm your alarm settings and wait for Tuya’s review. The alarm takes effect immediately after Tuya approves it. Users will receive an alarm message when the triggering condition is met.

![](/files/-MC1-MQ8AX1QkjkwMTaa)


---

# 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/manage-alarms.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.
