> For the complete documentation index, see [llms.txt](https://docs.klai.studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klai.studio/reference/site-settings/site-wide-named-actions.md).

# Global Named Actions

Global named actions can be defined in the **Environment > Named Actions** tab in your [site settings](/reference/site-settings.md). When a named action is called, BetterForms will first look to see if a page-specific named action is defined for that name and if not, then check for a site-wide named action.

Global named actions can be called from anywhere within the application. This makes them perfect for reuse. For the occasion when you need a special override to that global name action, you can use a locally scoped named action.

Typical Usage:

* Common actions that are located in header or footer slots
* Reused actions like `print` and `save`
* Reused navigation like `gotoPageListview`

For more details about named actions, see this page:

{% content-ref url="/pages/lrn8Yi0CzsjybKPGBlM3" %}
[Named Actions (Action Scripts)](/reference/actions-processor/actions_named.md)
{% endcontent-ref %}
