# When someone Completes an anonymous Form

## Conditions

| Field         | Operators                                                                                                                                                                                                                                                                                            |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Form Template | is part of all, is part of any, is not part of all                                                                                                                                                                                                                                                   |
| Form Response | equals, not equals, is part of all, is part of any, is not part of all, lesser than, greater than, lesser than equal to, greater than equal to, is more than X period from now (future), is less than X period from now (future), is less than X period ago (past), is more than X period ago (past) |

***

## Actions

| Action                     | Description                                                                                                                                                                       |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Send Email                 | Sends email to the list configured based on the conditions and trigger setup in the rule. This can be used to send custom emails to clients, staffs and other custom email lists. |
| Notify Staffs via WhatsApp | Sends a WhatsApp template message to Staffs based on the conditions and trigger setup in the rule. This can be used to send notifications to staffs.                              |


---

# 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://help.whautomate.com/product-guides/automation/triggers/when-someone-completes-an-anonymous-form.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.
