# Counter Hide When Elapsed

| Message                                | Description                                                                     | Arguments |
| -------------------------------------- | ------------------------------------------------------------------------------- | --------- |
| `/mixeffect/counter/hide-when-elapsed` | Turns on, off, or toggles the Hide When Elapsed setting of the Counter Overlay. | Integer   |

<table><thead><tr><th width="207.33333333333331">Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>Enable</td><td>Integer</td><td>0 = Disable<br>1 = Enable<br>2 = Toggle</td></tr></tbody></table>

**Note**: This setting has no effect when the Counter Overlay mode is set to countup.


---

# 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://docs.mixeffect.app/automate/osc/messages/counter-overlay/counter-hide-when-elapsed.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.
