# act0 .. 4

The acts starting with act0 are the ones introduced in [Starting an act - Opening act](https://mono-wireless.com/jp/products/act/index.html), and although they are simple, we recommend you try them out first.

| Name | Remark                                   |
| ---- | ---------------------------------------- |
| act0 | Templates with no processing description |
| act1 | L-tica (flashing LED)                    |
| act2 | L-tica with timer                        |
| act3 | L-tica with two timers                   |
| act4 | LED lighting using a button (switch)     |
|      |                                          |


---

# 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://mwx.twelite.info/latest_en/act_samples/act_opening.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.
