> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/user-guide/design-and-structure/pages/page-opens-action.md).

# Page Opens Action

**Page Opens Action** fires each time a page is opened to allow you to perform various actions on the page load, such as [Open Modal](https://docs.jetadmin.io/user-guide/design-and-structure/components/modal), Send an [HTTP request](https://docs.jetadmin.io/user-guide/data/make-an-http-request), [Run component action](https://docs.jetadmin.io/user-guide/design-and-structure/actions#run-component-action), [show a notification](https://docs.jetadmin.io/user-guide/design-and-structure/components/custom-notifications) message, Run a [Workflow](https://docs.jetadmin.io/user-guide/workflow), or other actions.

For example, you can open the Onboarding Modal based on conditions using Workflow. To set a Page Opens action, follow the steps below:

1. Click **Actions** in the top left menu
2. Click **Add Action** in the **WHEN PAGE OPENS** section
3. Select the A**ction** from the list
4. Choose the **Resource**
5. Choose the **Action**

{% @arcade/embed flowId="EhN8ONfNe7ncryt7g3lV" url="<https://app.arcade.software/share/EhN8ONfNe7ncryt7g3lV>" %}


---

# 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:

```
GET https://docs.jetadmin.io/user-guide/design-and-structure/pages/page-opens-action.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.
