# Click Actions

## Use Cases&#x20;

* Place on a form submit button to trigger a submit attempt&#x20;
* Place on a tab to select that tab&#x20;
* Place on a slider next button to advance&#x20;
* Place on a hidden button, which is wired as a click trigger to a Webflow interaction.  This allows you to invoke an interaction anytime you like.&#x20;

## Usage Notes&#x20;

### `sa-action-click` = ( *event name* )&#x20;

Place on any element that should be clicked when the specified event is invoked. &#x20;

Assign whatever event name you like, depending on your trigger-event-action setup.&#x20;

## Example&#x20;

This is a simple *mirror-click* setup.  Clicking the link clicks the corresponding button.  they are connected by virtue of the Event name.&#x20;

Trigger;

```html
<a sa-trigger-click="my-event">Click me</a>
```

Action;

```html
<button sa-action-click="my-event">Hidden button</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://attr.sygnal.com/overview/events/actions/click-actions.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.
