> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/scrollytelling/features/tableau-actions.md).

# Tableau actions

Make your story interactive by adding Tableau actions. This is the core part of this extension with which you can make your dashboard stand out. Here you can create a custom button which can be configured to trigger a specific or a series of tableau actions, like a highlight, or a filter. You can also change the visual with the help of a parameter-based switch.

<img src="https://appsfortableau.infotopics.com/wp-content/uploads/2022/08/Screenshot-2022-08-23-at-12.08.45.png" alt="scrollytelling button options" height="448" width="638">

Here you can see a list of actions which you can customize. Animations are basically filter or highlight actions which is triggered on a predefined time interval.

<img src="https://appsfortableau.infotopics.com/wp-content/uploads/2022/08/Screenshot-2022-08-23-at-12.09.15.png" alt="Scrollytelling tableau actions" height="403" width="640">

You can also configure a tableau action on scroll without a button. If you press the hamburger menu for the sections (the blocks ) you can see a pane with a tableau action section. there you can configure similar actions scroll without the need for a button. It is also important to configure "at what time instance you want to initiate the action" if the percentage is set to 30% that means the action will execute when 30% of that section is visible on the screen.

#### Setting up a Tableau action

ScrollyTelling offers various configurable tableau actions to enhance your story. The following sections help you to get started with tableau actions. The guide might not go through all the actions as the configuration part is similar. In the following sections, you can find steps to configure the parameter actions and the filter animations.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.infotopics.com/scrollytelling/features/tableau-actions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
