# expert ii: instanced button responders

* `limitations`: this sets limitations of how the button can be used. by default, it is set to **not limited**.
  * no limitations: the button never gets disabled
  * limited: the button gets disabled when someone clicks on it

<figure><img src="/files/65u9j66J3cuEn9tfv4Ii" alt=""><figcaption><p>limited buttonresponder limitation</p></figcaption></figure>

* strict: the button, and any other buttons in the same message, gets disabled on the first click

<figure><img src="/files/WcGVqBPWD3Y7RgLC1tNs" alt=""><figcaption><p>strict buttonresponder limitations</p></figcaption></figure>

* `invoker_only`: this sets whether other people can use the button other than the person that summoned it
  * no limit: the button can be used by anyone
  * invoker only: the button can only be used by the person who initiated it. if the button is attached to... (examples; not limited to these!)
    * a welcome message, only the person who joined can click the button
    * an autoresponder, only the person who typed the autoresponder can click the button
    * an item reply, only the person who used the item can click the button


---

# 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.mimu.bot/autoresponder/guide/expert-ii-instanced-button-responders.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.
