# Button

Quite straightforward - it's a button. It clicks.

The button is the **default way to control SimplePack devices** - downlink requests and activation/deactivation are done through the button. Our firmware can distinguish between various lengths of clicks (the time intervals can also be customized).

{% hint style="info" %}
Please note that the button functionality is rewired to the **Reed switch in SimpleIndustry and SimpleMeter devices**, but the behavior remains the same. All actions are just performed with a magnet switching the reed switch instead of a finger pressing the button.
{% endhint %}

{% content-ref url="/pages/uVRa7lTsPYveHXgEy56Z" %}
[Button in API 6](/kb/sensors/button/button-in-api-6.md)
{% endcontent-ref %}


---

# 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://ask.simplehw.eu/kb/sensors/button.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.
