# Triggers, Events & Actions 🧪

{% hint style="danger" %}
**NOT YET PUBLICLY AVAILABLE.**&#x20;
{% endhint %}

{% hint style="success" %}
**ABOUT TRIGGERS, EVENTS & ACTIONS** \
\&#xNAN;*Functional interactions* is a new and currently developing facet of SA5. \
[Learn more](/overview/events.md). &#x20;
{% endhint %}

## Triggers&#x20;

### sa-trigger-accordion-changed

Place on the slider if you want all slide changes to trigger the Event.&#x20;

Place on an individual slide if you want only changing to that sclie

Place on the slide element&#x20;

### sa-trigger-accordion-focus

### sa-trigger-accordion-blur

## Actions&#x20;

### sa-action-accordion-change

#### sa-action-slide-change:tab

* Unsigned Integer 1, 2, 3 4, ...&#x20;
* Signed integer, + or -&#x20;
* Text name1, name2, name4, ...&#x20;

|    |                       |   |
| -- | --------------------- | - |
| 2  | Select the 2nd slide  |   |
| +1 | Select the next slide |   |
|    |                       |   |

#### sa-action-slide-change:loop = ( loop setting )&#x20;

Truthy&#x20;

<table><thead><tr><th width="131.66668701171875">Value </th><th>Behavior  </th><th>Notes </th></tr></thead><tbody><tr><td><code>true</code> </td><td>Loop in + and - operations </td><td>Only applies to signed positions that explicily</td></tr><tr><td><code>false</code> </td><td>Stop at the beginning or end </td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

Slide index

Slide number

Slide name&#x20;


---

# 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/sa5-elements/accordion-element/triggers-events-and-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.
