---
title: Everywhere Actions
head:
  - - meta
    - http-equiv: refresh
      content: 0; url=/docs/how-to-guides/everywhere-actions/
---

# Page Moved

This page has moved to **[How-To Guides: Everywhere Actions](/docs/how-to-guides/everywhere-actions/)**.

You will be redirected automatically in a moment...

<script setup>
if (typeof window !== 'undefined') {
  window.location.href = '/docs/how-to-guides/everywhere-actions/' + window.location.search + window.location.hash;
}
</script>
